#D991DD

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

Shades of Plum #D991DD

Tints of Plum #D991DD

Color information

#D991DD (or 0xD991DD) is unknown color: approx Plum. HEX triplet: D9, 91 and DD. RGB value is (217,145,221). Sum of RGB (Red+Green+Blue) = 217+145+221=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 145 (57.03% from 255 or 24.87% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #D991DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991DD is #266E22. Grayscale: #AEAEAE. Windows color (decimal): -2518563 or 14520793. OLE color: 14520793.

HSL color Cylindrical-coordinate representation of color #D991DD: hue angle of 296.84º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D991DD is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217145221-
CMYK0.020.3400.13
HSL296.84º52.78%71.76%-
HSV(B)296.84º34.39%86.67%-
XYZ51.7940.2273.44-
YUV175.19153.85157.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.22%
GREEN value IS 145 (57.03% from 255) = 24.87%
BLUE value IS 221 (86.72% from 255) = 37.91%
R=37.22%
G=24.87%
B=37.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171452210.020.3400.13296.8452.7871.76
HexD991DD2220D1293548
Octal33122133524201545165110
Binary11011001100100011101110110100010011011001010011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D991DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D991DD; }

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

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

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

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

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

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

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

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