Shades of Plum #DC96E4
Tints of Plum #DC96E4
RGB
CMYK
RGB Variations
Color information
#DC96E4 (or 0xDC96E4) is known color: Plum. HEX triplet: DC, 96 and E4. RGB value is (220,150,228). Sum of RGB (Red+Green+Blue) = 220+150+228=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 150 (58.98% from 255 or 25.08% from 598); Blue value is 228 (89.45% from 255 or 38.13% from 598); Max value from RGB is 228 - color contains mainly: blue. Hex color #DC96E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96E4 is #23691B. Grayscale: #B3B3B3. Windows color (decimal): -2320668 or 14980828. OLE color: 14980828.
HSL color Cylindrical-coordinate representation of color #DC96E4: hue angle of 293.85º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC96E4 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 150 | 228 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.11 |
| HSL | 293.85º | 0.59% | 0.74% | - |
| HSV(B) | 293.85º | 0.34% | 0.89% | - |
| XYZ | 54.43 | 42.63 | 78.76 | - |
| YUV | 179.82 | 155.19 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 228 | 0.04 | 0.34 | 0 | 0.11 | 293.85 | 0.59 | 0.74 |
| Hex | DC | 96 | E4 | 4 | 22 | 0 | B | 126 | 3B | 4A |
| Octal | 334 | 226 | 344 | 4 | 42 | 0 | 13 | 446 | 73 | 112 |
| Binary | 11011100 | 10010110 | 11100100 | 100 | 100010 | 0 | 1011 | 100100110 | 111011 | 1001010 |
Color Harmonies of #DC96E4
Complementary color
Monochromatic Colors of #DC96E4
Black with #DC96E4
Text Example
Text Example
White with #DC96E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC96E4; }
p { color: rgb(220,150,228); }
H1.HeaderClassName
{
color: #DC96E4;
}
.AnyTagClassName
{
color: #DC96E4;
}
</style>
background-color css
<style>
a { background-color: #DC96E4; }
a { background-color: rgb(220,150,228); }
div.DivClassName
{
background-color: #DC96E4;
}
.BgClassName
{
background-color: #DC96E4;
}
</style>
border-color css
<style>
span { border-color: #DC96E4; }
span { border-color: rgb(220,150,228); }
td.TdClassName
{
border-color: #DC96E4;
}
.TagClassName
{
border-color: #DC96E4;
}
</style>