Shades of Plum #DC98E5
Tints of Plum #DC98E5
RGB
CMYK
RGB Variations
Color information
#DC98E5 (or 0xDC98E5) is known color: Plum. HEX triplet: DC, 98 and E5. RGB value is (220,152,229). Sum of RGB (Red+Green+Blue) = 220+152+229=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 152 (59.77% from 255 or 25.29% from 601); Blue value is 229 (89.84% from 255 or 38.10% from 601); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC98E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC98E5 is #23671A. Grayscale: #B4B4B4. Windows color (decimal): -2320155 or 15046876. OLE color: 15046876.
HSL color Cylindrical-coordinate representation of color #DC98E5: hue angle of 292.99º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC98E5 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 152 | 229 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.10 |
| HSL | 292.99º | 0.6% | 0.75% | - |
| HSV(B) | 292.99º | 0.34% | 0.9% | - |
| XYZ | 54.89 | 43.33 | 79.6 | - |
| YUV | 181.11 | 155.03 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 229 | 0.04 | 0.34 | 0 | 0.10 | 292.99 | 0.6 | 0.75 |
| Hex | DC | 98 | E5 | 4 | 22 | 0 | A | 125 | 3C | 4B |
| Octal | 334 | 230 | 345 | 4 | 42 | 0 | 12 | 445 | 74 | 113 |
| Binary | 11011100 | 10011000 | 11100101 | 100 | 100010 | 0 | 1010 | 100100101 | 111100 | 1001011 |
Color Harmonies of #DC98E5
Complementary color
Monochromatic Colors of #DC98E5
Black with #DC98E5
Text Example
Text Example
White with #DC98E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC98E5; }
p { color: rgb(220,152,229); }
H1.HeaderClassName
{
color: #DC98E5;
}
.AnyTagClassName
{
color: #DC98E5;
}
</style>
background-color css
<style>
a { background-color: #DC98E5; }
a { background-color: rgb(220,152,229); }
div.DivClassName
{
background-color: #DC98E5;
}
.BgClassName
{
background-color: #DC98E5;
}
</style>
border-color css
<style>
span { border-color: #DC98E5; }
span { border-color: rgb(220,152,229); }
td.TdClassName
{
border-color: #DC98E5;
}
.TagClassName
{
border-color: #DC98E5;
}
</style>