#D991AB

Color #D991AB Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D991AB

Tints of Kobi #D991AB

Color information

#D991AB (or 0xD991AB) is unknown color: approx 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

RGB217145171-
CMYK00.330.210.15
HSL338.33º48.65%70.98%-
HSV(B)338.33º33.18%85.1%-
XYZ46.0937.9443.42-
YUV169.49128.85161.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.71%
GREEN value IS 145 (57.03% from 255) = 27.20%
BLUE value IS 171 (67.19% from 255) = 32.08%
R=40.71%
G=27.20%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714517100.330.210.15338.3348.6570.98
HexD991AB02115F1523147
Octal331221253041251752261107
Binary11011001100100011010101101000011010111111010100101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D991AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>