#D994CE

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

Shades of Plum #D994CE

Tints of Plum #D994CE

Color information

#D994CE (or 0xD994CE) is unknown color: approx Plum. HEX triplet: D9, 94 and CE. RGB value is (217,148,206). Sum of RGB (Red+Green+Blue) = 217+148+206=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 217 - color contains mainly: red. Hex color #D994CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994CE is #266B31. Grayscale: #AFAFAF. Windows color (decimal): -2517810 or 13538521. OLE color: 13538521.

HSL color Cylindrical-coordinate representation of color #D994CE: hue angle of 309.57º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D994CE is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB217148206-
CMYK00.320.050.15
HSL309.57º47.59%71.57%-
HSV(B)309.57º31.8%85.1%-
XYZ50.3540.3963.53-
YUV175.24145.36157.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.00%
GREEN value IS 148 (58.20% from 255) = 25.92%
BLUE value IS 206 (80.86% from 255) = 36.08%
R=38.00%
G=25.92%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714820600.320.050.15309.5747.5971.57
HexD994CE0205F1363048
Octal33122431604051746660110
Binary110110011001010011001110010000010111111001101101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D994CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D994CE; }

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

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

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

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

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

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

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

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