#D996E0

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

Shades of Plum #D996E0

Tints of Plum #D996E0

Color information

#D996E0 (or 0xD996E0) is unknown color: approx Plum. HEX triplet: D9, 96 and E0. RGB value is (217,150,224). Sum of RGB (Red+Green+Blue) = 217+150+224=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 150 (58.98% from 255 or 25.38% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 224 - color contains mainly: blue. Hex color #D996E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996E0 is #26691F. Grayscale: #B2B2B2. Windows color (decimal): -2517280 or 14718681. OLE color: 14718681.

HSL color Cylindrical-coordinate representation of color #D996E0: hue angle of 294.32º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D996E0 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB217150224-
CMYK0.030.3300.12
HSL294.32º54.41%73.33%-
HSV(B)294.32º33.04%87.84%-
XYZ52.9841.9575.83-
YUV178.47153.7155.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.72%
GREEN value IS 150 (58.98% from 255) = 25.38%
BLUE value IS 224 (87.89% from 255) = 37.90%
R=36.72%
G=25.38%
B=37.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2171502240.030.3300.12294.3254.4173.33
HexD996E03210C1263649
Octal33122634034101444666111
Binary11011001100101101110000011100001011001001001101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D996E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D996E0; }

 p { color: rgb(217,150,224); }

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

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

 a { background-color: rgb(217,150,224); }

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

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

 span { border-color: rgb(217,150,224); }

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