#D993CE

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

Shades of Plum #D993CE

Tints of Plum #D993CE

Color information

#D993CE (or 0xD993CE) is unknown color: approx Plum. HEX triplet: D9, 93 and CE. RGB value is (217,147,206). Sum of RGB (Red+Green+Blue) = 217+147+206=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D993CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993CE is #266C31. Grayscale: #AEAEAE. Windows color (decimal): -2518066 or 13538265. OLE color: 13538265.

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

Color convert

RGB217147206-
CMYK00.320.050.15
HSL309.43º47.95%71.37%-
HSV(B)309.43º32.26%85.1%-
XYZ50.1940.0863.48-
YUV174.66145.69158.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.07%
GREEN value IS 147 (57.81% from 255) = 25.79%
BLUE value IS 206 (80.86% from 255) = 36.14%
R=38.07%
G=25.79%
B=36.14%

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
Decimal21714720600.320.050.15309.4347.9571.37
HexD993CE0205F1353047
Octal33122331604051746560107
Binary110110011001001111001110010000010111111001101011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D993CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D993CE; }

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

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

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

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

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

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

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

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