Html Css Color HEX #D992AB Kobi

📋 copy color: '#D992AB'

red 217 ◦ green 146 ◦ blue 171

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

Shades of Kobi #D992AB

Tints of Kobi #D992AB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.34%

 BLUE value IS 171 (67.19% from 255) = 32.02%

R = 40.64%
G = 27.34%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D992AB (or 0xD992AB) is known color: Kobi. HEX triplet: D9, 92 and AB. RGB value is (217,146,171). Sum of RGB (Red+Green+Blue) = 217+146+171=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D992AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D992AB is #266D54. Grayscale: #AAAAAA. Windows color (decimal): -2518357 or 11244249. OLE color: 11244249.

HSL color Cylindrical-coordinate representation of color #D992AB: hue angle of 338.87º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D992AB is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 146 171 -
CMYK 0 0.33 0.21 0.15
HSL 338.87º 0.48% 0.71% -
HSV(B) 338.87º 0.33% 0.85% -
XYZ 46.24 38.25 43.47 -
YUV 170.08 128.52 161.47 -
System Red Green Blue C M Y K H S L
Decimal 217 146 171 0 0.33 0.21 0.15 338.87 0.48 0.71
Hex D9 92 AB 0 21 15 F 153 30 47
Octal 331 222 253 0 41 25 17 523 60 107
Binary 11011001 10010010 10101011 0 100001 10101 1111 101010011 110000 1000111

Color Harmonies of #D992AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D992AB

Black with #D992AB

Text Example


Text Example

White with #D992AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D992AB; }

 p { color: rgb(217,146,171); }

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

background-color css

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

 a { background-color: rgb(217,146,171); }

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

border-color css

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

 span { border-color: rgb(217,146,171); }

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