#D993CF

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

Shades of Plum #D993CF

Tints of Plum #D993CF

Color information

#D993CF (or 0xD993CF) is unknown color: approx Plum. HEX triplet: D9, 93 and CF. RGB value is (217,147,207). Sum of RGB (Red+Green+Blue) = 217+147+207=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 217 - color contains mainly: red. Hex color #D993CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993CF is #266C30. Grayscale: #AEAEAE. Windows color (decimal): -2518065 or 13603801. OLE color: 13603801.

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

Color convert

RGB217147207-
CMYK00.320.050.15
HSL308.57º47.95%71.37%-
HSV(B)308.57º32.26%85.1%-
XYZ50.3140.1264.12-
YUV174.77146.19158.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.00%
GREEN value IS 147 (57.81% from 255) = 25.74%
BLUE value IS 207 (81.25% from 255) = 36.25%
R=38.00%
G=25.74%
B=36.25%

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
Decimal21714720700.320.050.15308.5747.9571.37
HexD993CF0205F1353047
Octal33122331704051746560107
Binary110110011001001111001111010000010111111001101011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D993CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D993CF; }

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

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

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

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

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

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

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

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