#D08DA9

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

Shades of Kobi #D08DA9

Tints of Kobi #D08DA9

Color information

#D08DA9 (or 0xD08DA9) is unknown color: approx Kobi. HEX triplet: D0, 8D and A9. RGB value is (208,141,169). Sum of RGB (Red+Green+Blue) = 208+141+169=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D08DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08DA9 is #2F7256. Grayscale: #A4A4A4. Windows color (decimal): -3109463 or 11111888. OLE color: 11111888.

HSL color Cylindrical-coordinate representation of color #D08DA9: hue angle of 334.93º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D08DA9 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB208141169-
CMYK00.320.190.18
HSL334.93º41.61%68.43%-
HSV(B)334.93º32.21%81.57%-
XYZ42.735.3242.1-
YUV164.22130.7159.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.15%
GREEN value IS 141 (55.47% from 255) = 27.22%
BLUE value IS 169 (66.41% from 255) = 32.63%
R=40.15%
G=27.22%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814116900.320.190.18334.9341.6168.43
HexD08DA9020131214f2a44
Octal320215251040232251752104
Binary110100001000110110101001010000010011100101010011111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08DA9; }

 p { color: rgb(208,141,169); }

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

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

 a { background-color: rgb(208,141,169); }

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

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

 span { border-color: rgb(208,141,169); }

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