#DC98D7

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

Shades of Plum #DC98D7

Tints of Plum #DC98D7

Color information

#DC98D7 (or 0xDC98D7) is unknown color: approx Plum. HEX triplet: DC, 98 and D7. RGB value is (220,152,215). Sum of RGB (Red+Green+Blue) = 220+152+215=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DC98D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC98D7 is #236728. Grayscale: #B3B3B3. Windows color (decimal): -2320169 or 14129372. OLE color: 14129372.

HSL color Cylindrical-coordinate representation of color #DC98D7: hue angle of 304.41º degrees, saturation: 0.49, 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 #DC98D7 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB220152215-
CMYK00.310.020.14
HSL304.41º49.28%72.94%-
HSV(B)304.41º30.91%86.27%-
XYZ53.0142.5869.71-
YUV179.51148.03156.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 152 (59.77% from 255) = 25.89%
BLUE value IS 215 (84.38% from 255) = 36.63%
R=37.48%
G=25.89%
B=36.63%

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
Decimal22015221500.310.020.14304.4149.2872.94
HexDC98D701F2E1303149
Octal33423032703721646061111
Binary1101110010011000110101110111111011101001100001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC98D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC98D7; }

 p { color: rgb(220,152,215); }

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

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

 a { background-color: rgb(220,152,215); }

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

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

 span { border-color: rgb(220,152,215); }

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