#D994DD

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

Shades of Plum #D994DD

Tints of Plum #D994DD

Color information

#D994DD (or 0xD994DD) is unknown color: approx Plum. HEX triplet: D9, 94 and DD. RGB value is (217,148,221). Sum of RGB (Red+Green+Blue) = 217+148+221=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 148 (58.20% from 255 or 25.26% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #D994DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994DD is #266B22. Grayscale: #B0B0B0. Windows color (decimal): -2517795 or 14521561. OLE color: 14521561.

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

Color convert

RGB217148221-
CMYK0.020.3300.13
HSL296.71º51.77%72.35%-
HSV(B)296.71º33.03%86.67%-
XYZ52.2641.1573.6-
YUV176.95152.86156.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.03%
GREEN value IS 148 (58.20% from 255) = 25.26%
BLUE value IS 221 (86.72% from 255) = 37.71%
R=37.03%
G=25.26%
B=37.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171482210.020.3300.13296.7151.7772.35
HexD994DD2210D1293448
Octal33122433524101545164110
Binary11011001100101001101110110100001011011001010011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D994DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D994DD; }

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

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

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

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

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

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

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

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