#D99FA9

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

Shades of Kobi #D99FA9

Tints of Kobi #D99FA9

Color information

#D99FA9 (or 0xD99FA9) is unknown color: approx Kobi. HEX triplet: D9, 9F and A9. RGB value is (217,159,169). Sum of RGB (Red+Green+Blue) = 217+159+169=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99FA9 is #266056. Grayscale: #B1B1B1. Windows color (decimal): -2515031 or 11116505. OLE color: 11116505.

HSL color Cylindrical-coordinate representation of color #D99FA9: hue angle of 349.66º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D99FA9 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217159169-
CMYK00.270.220.15
HSL349.66º43.28%73.73%-
HSV(B)349.66º26.73%85.1%-
XYZ48.1742.4143.18-
YUV177.48123.22156.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.82%
GREEN value IS 159 (62.5% from 255) = 29.17%
BLUE value IS 169 (66.41% from 255) = 31.01%
R=39.82%
G=29.17%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715916900.270.220.15349.6643.2873.73
HexD99FA901B16F15e2b4a
Octal331237251033261753653112
Binary1101100110011111101010010110111011011111010111101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99FA9; }

 p { color: rgb(217,159,169); }

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

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

 a { background-color: rgb(217,159,169); }

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

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

 span { border-color: rgb(217,159,169); }

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