Html Css Color HEX #D996AA Kobi

📋 copy color: '#D996AA'

red 217 ◦ green 150 ◦ blue 170

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

Shades of Kobi #D996AA

Tints of Kobi #D996AA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.93%

 BLUE value IS 170 (66.8% from 255) = 31.66%

R = 40.41%
G = 27.93%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D996AA (or 0xD996AA) is known color: Kobi. HEX triplet: D9, 96 and AA. RGB value is (217,150,170). Sum of RGB (Red+Green+Blue) = 217+150+170=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D996AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D996AA is #266955. Grayscale: #ACACAC. Windows color (decimal): -2517334 or 11179737. OLE color: 11179737.

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

Color convert

RGB 217 150 170 -
CMYK 0 0.31 0.22 0.15
HSL 342.09º 0.47% 0.72% -
HSV(B) 342.09º 0.31% 0.85% -
XYZ 46.78 39.47 43.18 -
YUV 172.31 126.7 159.87 -
System Red Green Blue C M Y K H S L
Decimal 217 150 170 0 0.31 0.22 0.15 342.09 0.47 0.72
Hex D9 96 AA 0 1F 16 F 156 2F 48
Octal 331 226 252 0 37 26 17 526 57 110
Binary 11011001 10010110 10101010 0 11111 10110 1111 101010110 101111 1001000

Color Harmonies of #D996AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D996AA

Black with #D996AA

Text Example


Text Example

White with #D996AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D996AA; }

 p { color: rgb(217,150,170); }

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

background-color css

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

 a { background-color: rgb(217,150,170); }

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

border-color css

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

 span { border-color: rgb(217,150,170); }

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