#D993CC

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

Shades of Plum #D993CC

Tints of Plum #D993CC

Color information

#D993CC (or 0xD993CC) is unknown color: approx Plum. HEX triplet: D9, 93 and CC. RGB value is (217,147,204). Sum of RGB (Red+Green+Blue) = 217+147+204=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D993CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993CC is #266C33. Grayscale: #AEAEAE. Windows color (decimal): -2518068 or 13407193. OLE color: 13407193.

HSL color Cylindrical-coordinate representation of color #D993CC: hue angle of 311.14º 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 #D993CC is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217147204-
CMYK00.320.060.15
HSL311.14º47.95%71.37%-
HSV(B)311.14º32.26%85.1%-
XYZ49.9539.9862.21-
YUV174.43144.69158.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.20%
GREEN value IS 147 (57.81% from 255) = 25.88%
BLUE value IS 204 (80.08% from 255) = 35.92%
R=38.20%
G=25.88%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714720400.320.060.15311.1447.9571.37
HexD993CC0206F1373047
Octal33122331404061746760107
Binary110110011001001111001100010000011011111001101111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D993CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D993CC; }

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

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

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

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

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

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

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

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