#D993D0

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

Shades of Plum #D993D0

Tints of Plum #D993D0

Color information

#D993D0 (or 0xD993D0) is unknown color: approx Plum. HEX triplet: D9, 93 and D0. RGB value is (217,147,208). Sum of RGB (Red+Green+Blue) = 217+147+208=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 147 (57.81% from 255 or 25.70% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D993D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993D0 is #266C2F. Grayscale: #AEAEAE. Windows color (decimal): -2518064 or 13669337. OLE color: 13669337.

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

Color convert

RGB217147208-
CMYK00.320.040.15
HSL307.71º47.95%71.37%-
HSV(B)307.71º32.26%85.1%-
XYZ50.4340.1764.77-
YUV174.88146.69158.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.94%
GREEN value IS 147 (57.81% from 255) = 25.70%
BLUE value IS 208 (81.64% from 255) = 36.36%
R=37.94%
G=25.70%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714720800.320.040.15307.7147.9571.37
HexD993D00204F1343047
Octal33122332004041746460107
Binary110110011001001111010000010000010011111001101001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D993D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D993D0; }

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

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

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

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

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

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

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

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