Html Css Color HEX #D991AB Kobi

📋 copy color: '#D991AB'

red 217 ◦ green 145 ◦ blue 171

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

Shades of Kobi #D991AB

Tints of Kobi #D991AB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.2%

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

R = 40.71%
G = 27.2%
B = 32.08%

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

#D991AB (or 0xD991AB) is known color: Kobi. HEX triplet: D9, 91 and AB. RGB value is (217,145,171). Sum of RGB (Red+Green+Blue) = 217+145+171=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D991AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D991AB is #266E54. Grayscale: #A9A9A9. Windows color (decimal): -2518613 or 11243993. OLE color: 11243993.

HSL color Cylindrical-coordinate representation of color #D991AB: hue angle of 338.33º degrees, saturation: 0.49, 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 #D991AB is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 145 171 -
CMYK 0 0.33 0.21 0.15
HSL 338.33º 0.49% 0.71% -
HSV(B) 338.33º 0.33% 0.85% -
XYZ 46.09 37.94 43.42 -
YUV 169.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 217 145 171 0 0.33 0.21 0.15 338.33 0.49 0.71
Hex D9 91 AB 0 21 15 F 152 31 47
Octal 331 221 253 0 41 25 17 522 61 107
Binary 11011001 10010001 10101011 0 100001 10101 1111 101010010 110001 1000111

Color Harmonies of #D991AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D991AB

Black with #D991AB

Text Example


Text Example

White with #D991AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D991AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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