#D991CB

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

Shades of Plum #D991CB

Tints of Plum #D991CB

Color information

#D991CB (or 0xD991CB) is unknown color: approx Plum. HEX triplet: D9, 91 and CB. RGB value is (217,145,203). Sum of RGB (Red+Green+Blue) = 217+145+203=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D991CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991CB is #266E34. Grayscale: #ACACAC. Windows color (decimal): -2518581 or 13341145. OLE color: 13341145.

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

Color convert

RGB217145203-
CMYK00.330.060.15
HSL311.67º48.65%70.98%-
HSV(B)311.67º33.18%85.1%-
XYZ49.5239.3161.48-
YUV173.14144.85159.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.41%
GREEN value IS 145 (57.03% from 255) = 25.66%
BLUE value IS 203 (79.69% from 255) = 35.93%
R=38.41%
G=25.66%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714520300.330.060.15311.6748.6570.98
HexD991CB0216F1383147
Octal33122131304161747061107
Binary110110011001000111001011010000111011111001110001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D991CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D991CB; }

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

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

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

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

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

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

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

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