#D08FA9

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

Shades of Kobi #D08FA9

Tints of Kobi #D08FA9

Color information

#D08FA9 (or 0xD08FA9) is unknown color: approx Kobi. HEX triplet: D0, 8F and A9. RGB value is (208,143,169). Sum of RGB (Red+Green+Blue) = 208+143+169=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08FA9 is #2F7056. Grayscale: #A5A5A5. Windows color (decimal): -3108951 or 11112400. OLE color: 11112400.

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

Color convert

RGB208143169-
CMYK00.310.190.18
HSL336º40.88%68.82%-
HSV(B)336º31.25%81.57%-
XYZ4335.9242.2-
YUV165.4130.03158.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40%
GREEN value IS 143 (56.25% from 255) = 27.5%
BLUE value IS 169 (66.41% from 255) = 32.5%
R=40%
G=27.5%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814316900.310.190.1833640.8868.82
HexD08FA901F13121502945
Octal320217251037232252051105
Binary11010000100011111010100101111110011100101010100001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08FA9; }

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

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

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

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

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

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

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

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