Shades of Plum #DC98DC
Tints of Plum #DC98DC
RGB
CMYK
RGB Variations
Color information
#DC98DC (or 0xDC98DC) is known color: Plum. HEX triplet: DC, 98 and DC. RGB value is (220,152,220). Sum of RGB (Red+Green+Blue) = 220+152+220=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 152 (59.77% from 255 or 25.68% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC98DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC98DC is #236723. Grayscale: #B3B3B3. Windows color (decimal): -2320164 or 14457052. OLE color: 14457052.
HSL color Cylindrical-coordinate representation of color #DC98DC: hue angle of 300º 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 #DC98DC is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 220 | - |
| CMYK | 0 | 0.31 | 0 | 0.14 |
| HSL | 300º | 0.49% | 0.73% | - |
| HSV(B) | 300º | 0.31% | 0.86% | - |
| XYZ | 53.66 | 42.84 | 73.15 | - |
| YUV | 180.08 | 150.53 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 220 | 0 | 0.31 | 0 | 0.14 | 300 | 0.49 | 0.73 |
| Hex | DC | 98 | DC | 0 | 1F | 0 | E | 12C | 31 | 49 |
| Octal | 334 | 230 | 334 | 0 | 37 | 0 | 16 | 454 | 61 | 111 |
| Binary | 11011100 | 10011000 | 11011100 | 0 | 11111 | 0 | 1110 | 100101100 | 110001 | 1001001 |
Color Harmonies of #DC98DC
Complementary color
Monochromatic Colors of #DC98DC
Black with #DC98DC
Text Example
Text Example
White with #DC98DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC98DC; }
p { color: rgb(220,152,220); }
H1.HeaderClassName
{
color: #DC98DC;
}
.AnyTagClassName
{
color: #DC98DC;
}
</style>
background-color css
<style>
a { background-color: #DC98DC; }
a { background-color: rgb(220,152,220); }
div.DivClassName
{
background-color: #DC98DC;
}
.BgClassName
{
background-color: #DC98DC;
}
</style>
border-color css
<style>
span { border-color: #DC98DC; }
span { border-color: rgb(220,152,220); }
td.TdClassName
{
border-color: #DC98DC;
}
.TagClassName
{
border-color: #DC98DC;
}
</style>