Html Css Color HEX #D99DAF Kobi

📋 copy color: '#D99DAF'

red 217 ◦ green 157 ◦ blue 175

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

Shades of Kobi #D99DAF

Tints of Kobi #D99DAF

RGB

 RED value IS 217 (85.16% from 255) = 39.53%

 GREEN value IS 157 (61.72% from 255) = 28.6%

 BLUE value IS 175 (68.75% from 255) = 31.88%

R = 39.53%
G = 28.6%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D99DAF (or 0xD99DAF) is known color: Kobi. HEX triplet: D9, 9D and AF. RGB value is (217,157,175). Sum of RGB (Red+Green+Blue) = 217+157+175=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99DAF is #266250. Grayscale: #B0B0B0. Windows color (decimal): -2515537 or 11509209. OLE color: 11509209.

HSL color Cylindrical-coordinate representation of color #D99DAF: hue angle of 342º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99DAF is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 157 175 -
CMYK 0 0.28 0.19 0.15
HSL 342º 0.44% 0.73% -
HSV(B) 342º 0.28% 0.85% -
XYZ 48.41 41.96 46.11 -
YUV 176.99 126.88 156.54 -
System Red Green Blue C M Y K H S L
Decimal 217 157 175 0 0.28 0.19 0.15 342 0.44 0.73
Hex D9 9D AF 0 1C 13 F 156 2C 49
Octal 331 235 257 0 34 23 17 526 54 111
Binary 11011001 10011101 10101111 0 11100 10011 1111 101010110 101100 1001001

Color Harmonies of #D99DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99DAF

Black with #D99DAF

Text Example


Text Example

White with #D99DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99DAF; }

 p { color: rgb(217,157,175); }

 H1.HeaderClassName
 {
   color: #D99DAF;
 }
 .AnyTagClassName
 {
   color: #D99DAF;
 }
</style>

background-color css

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

 a { background-color: rgb(217,157,175); }

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

border-color css

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

 span { border-color: rgb(217,157,175); }

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