Html Css Color HEX #D99FA9 Kobi

📋 copy color: '#D99FA9'

red 217 ◦ green 159 ◦ blue 169

#D99FA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #D99FA9

Tints of Kobi #D99FA9

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 value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D99FA9 (or 0xD99FA9) is known color: 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

RGB 217 159 169 -
CMYK 0 0.27 0.22 0.15
HSL 349.66º 0.43% 0.74% -
HSV(B) 349.66º 0.27% 0.85% -
XYZ 48.17 42.41 43.18 -
YUV 177.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 217 159 169 0 0.27 0.22 0.15 349.66 0.43 0.74
Hex D9 9F A9 0 1B 16 F 15E 2B 4A
Octal 331 237 251 0 33 26 17 536 53 112
Binary 11011001 10011111 10101001 0 11011 10110 1111 101011110 101011 1001010

Color Harmonies of #D99FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99FA9

Black with #D99FA9

Text Example


Text Example

White with #D99FA9

Text Example


Text Example

HTML Codes & Css Web 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>