#DC98D6

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

Shades of Plum #DC98D6

Tints of Plum #DC98D6

Color information

#DC98D6 (or 0xDC98D6) is unknown color: approx Plum. HEX triplet: DC, 98 and D6. RGB value is (220,152,214). Sum of RGB (Red+Green+Blue) = 220+152+214=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DC98D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC98D6 is #236729. Grayscale: #B3B3B3. Windows color (decimal): -2320170 or 14063836. OLE color: 14063836.

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

Color convert

RGB220152214-
CMYK00.310.030.14
HSL305.29º49.28%72.94%-
HSV(B)305.29º30.91%86.27%-
XYZ52.8842.5369.04-
YUV179.4147.53156.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 152 (59.77% from 255) = 25.94%
BLUE value IS 214 (83.98% from 255) = 36.52%
R=37.54%
G=25.94%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015221400.310.030.14305.2949.2872.94
HexDC98D601F3E1313149
Octal33423032603731646161111
Binary1101110010011000110101100111111111101001100011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC98D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC98D6; }

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

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

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

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

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

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

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

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