#DC98CD

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

Shades of Plum #DC98CD

Tints of Plum #DC98CD

Color information

#DC98CD (or 0xDC98CD) is unknown color: approx Plum. HEX triplet: DC, 98 and CD. RGB value is (220,152,205). Sum of RGB (Red+Green+Blue) = 220+152+205=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 152 (59.77% from 255 or 26.34% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DC98CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC98CD is #236732. Grayscale: #B2B2B2. Windows color (decimal): -2320179 or 13474012. OLE color: 13474012.

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

Color convert

RGB220152205-
CMYK00.310.070.14
HSL313.24º49.28%72.94%-
HSV(B)313.24º30.91%86.27%-
XYZ51.7642.0863.15-
YUV178.37143.03157.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.13%
GREEN value IS 152 (59.77% from 255) = 26.34%
BLUE value IS 205 (80.47% from 255) = 35.53%
R=38.13%
G=26.34%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015220500.310.070.14313.2449.2872.94
HexDC98CD01F7E1393149
Octal33423031503771647161111
Binary11011100100110001100110101111111111101001110011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC98CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC98CD; }

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

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

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

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

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

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

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

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