#DC97D8

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

Shades of Plum #DC97D8

Tints of Plum #DC97D8

Color information

#DC97D8 (or 0xDC97D8) is unknown color: approx Plum. HEX triplet: DC, 97 and D8. RGB value is (220,151,216). Sum of RGB (Red+Green+Blue) = 220+151+216=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 151 (59.38% from 255 or 25.72% from 587); Blue value is 216 (84.77% from 255 or 36.80% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DC97D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC97D8 is #236827. Grayscale: #B2B2B2. Windows color (decimal): -2320424 or 14194652. OLE color: 14194652.

HSL color Cylindrical-coordinate representation of color #DC97D8: hue angle of 303.48º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC97D8 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB220151216-
CMYK00.310.020.14
HSL303.48º49.64%72.75%-
HSV(B)303.48º31.36%86.27%-
XYZ52.9842.3170.34-
YUV179.04148.86157.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 151 (59.38% from 255) = 25.72%
BLUE value IS 216 (84.77% from 255) = 36.80%
R=37.48%
G=25.72%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015121600.310.020.14303.4849.6472.75
HexDC97D801F2E12f3249
Octal33422733003721645762111
Binary1101110010010111110110000111111011101001011111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC97D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC97D8; }

 p { color: rgb(220,151,216); }

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

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

 a { background-color: rgb(220,151,216); }

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

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

 span { border-color: rgb(220,151,216); }

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