#DB9DB3

Color #DB9DB3 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #DB9DB3

Tints of Kobi #DB9DB3

Color information

#DB9DB3 (or 0xDB9DB3) is unknown color: approx Kobi. HEX triplet: DB, 9D and B3. RGB value is (219,157,179). Sum of RGB (Red+Green+Blue) = 219+157+179=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DB3 is #24624C. Grayscale: #B2B2B2. Windows color (decimal): -2384461 or 11771355. OLE color: 11771355.

HSL color Cylindrical-coordinate representation of color #DB9DB3: hue angle of 338.71º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9DB3 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB219157179-
CMYK00.280.180.14
HSL338.71º46.27%73.73%-
HSV(B)338.71º28.31%85.88%-
XYZ49.4142.4348.23-
YUV178.05128.54157.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 39.46%
GREEN value IS 157 (61.72% from 255) = 28.29%
BLUE value IS 179 (70.31% from 255) = 32.25%
R=39.46%
G=28.29%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915717900.280.180.14338.7146.2773.73
HexDB9DB301C12E1532e4a
Octal333235263034221652356112
Binary1101101110011101101100110111001001011101010100111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9DB3; }

 p { color: rgb(219,157,179); }

 H1.HeaderClassName
 {
   color: #DB9DB3;
 }
 .AnyTagClassName
 {
   color: #DB9DB3;
 }
</style>
background-color css

<style>
 a { background-color: #DB9DB3; }

 a { background-color: rgb(219,157,179); }

 div.DivClassName
 {
   background-color: #DB9DB3;
 }
 .BgClassName
 {
   background-color: #DB9DB3;
 }
</style>
border-color css

<style>
 span { border-color: #DB9DB3; }

 span { border-color: rgb(219,157,179); }

 td.TdClassName
 {
   border-color: #DB9DB3;
 }
 .TagClassName
 {
   border-color: #DB9DB3;
 }
</style>