#D991DC

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

Shades of Plum #D991DC

Tints of Plum #D991DC

Color information

#D991DC (or 0xD991DC) is unknown color: approx Plum. HEX triplet: D9, 91 and DC. RGB value is (217,145,220). Sum of RGB (Red+Green+Blue) = 217+145+220=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 145 (57.03% from 255 or 24.91% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #D991DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991DC is #266E23. Grayscale: #AEAEAE. Windows color (decimal): -2518564 or 14455257. OLE color: 14455257.

HSL color Cylindrical-coordinate representation of color #D991DC: hue angle of 297.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D991DC is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217145220-
CMYK0.010.3400.14
HSL297.6º51.72%71.57%-
HSV(B)297.6º34.09%86.27%-
XYZ51.6640.1772.74-
YUV175.08153.35157.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.29%
GREEN value IS 145 (57.03% from 255) = 24.91%
BLUE value IS 220 (86.33% from 255) = 37.80%
R=37.29%
G=24.91%
B=37.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171452200.010.3400.14297.651.7271.57
HexD991DC1220E12a3448
Octal33122133414201645264110
Binary1101100110010001110111001100010011101001010101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D991DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D991DC; }

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

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

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

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

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

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

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

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