Shades of Plum #DC95E1
Tints of Plum #DC95E1
RGB
CMYK
RGB Variations
Color information
#DC95E1 (or 0xDC95E1) is known color: Plum. HEX triplet: DC, 95 and E1. RGB value is (220,149,225). Sum of RGB (Red+Green+Blue) = 220+149+225=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC95E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95E1 is #236A1E. Grayscale: #B2B2B2. Windows color (decimal): -2320927 or 14783964. OLE color: 14783964.
HSL color Cylindrical-coordinate representation of color #DC95E1: hue angle of 296.05º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC95E1 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 149 | 225 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.12 |
| HSL | 296.05º | 0.56% | 0.73% | - |
| HSV(B) | 296.05º | 0.34% | 0.88% | - |
| XYZ | 53.85 | 42.15 | 76.53 | - |
| YUV | 178.89 | 154.02 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 225 | 0.02 | 0.34 | 0 | 0.12 | 296.05 | 0.56 | 0.73 |
| Hex | DC | 95 | E1 | 2 | 22 | 0 | C | 128 | 38 | 49 |
| Octal | 334 | 225 | 341 | 2 | 42 | 0 | 14 | 450 | 70 | 111 |
| Binary | 11011100 | 10010101 | 11100001 | 10 | 100010 | 0 | 1100 | 100101000 | 111000 | 1001001 |
Color Harmonies of #DC95E1
Complementary color
Monochromatic Colors of #DC95E1
Black with #DC95E1
Text Example
Text Example
White with #DC95E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC95E1; }
p { color: rgb(220,149,225); }
H1.HeaderClassName
{
color: #DC95E1;
}
.AnyTagClassName
{
color: #DC95E1;
}
</style>
background-color css
<style>
a { background-color: #DC95E1; }
a { background-color: rgb(220,149,225); }
div.DivClassName
{
background-color: #DC95E1;
}
.BgClassName
{
background-color: #DC95E1;
}
</style>
border-color css
<style>
span { border-color: #DC95E1; }
span { border-color: rgb(220,149,225); }
td.TdClassName
{
border-color: #DC95E1;
}
.TagClassName
{
border-color: #DC95E1;
}
</style>