#D991AD

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

Shades of Kobi #D991AD

Tints of Kobi #D991AD

Color information

#D991AD (or 0xD991AD) is unknown color: approx Kobi. HEX triplet: D9, 91 and AD. RGB value is (217,145,173). Sum of RGB (Red+Green+Blue) = 217+145+173=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D991AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D991AD is #266E52. Grayscale: #A9A9A9. Windows color (decimal): -2518611 or 11375065. OLE color: 11375065.

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

Color convert

RGB217145173-
CMYK00.330.200.15
HSL336.67º48.65%70.98%-
HSV(B)336.67º33.18%85.1%-
XYZ46.2838.0244.43-
YUV169.72129.85161.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.56%
GREEN value IS 145 (57.03% from 255) = 27.10%
BLUE value IS 173 (67.97% from 255) = 32.34%
R=40.56%
G=27.10%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714517300.330.200.15336.6748.6570.98
HexD991AD02114F1513147
Octal331221255041241752161107
Binary11011001100100011010110101000011010011111010100011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D991AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D991AD; }

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

 H1.HeaderClassName
 {
   color: #D991AD;
 }
 .AnyTagClassName
 {
   color: #D991AD;
 }
</style>
background-color css

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

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

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

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

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

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