Shades of Plum #DC96E2
Tints of Plum #DC96E2
RGB
CMYK
RGB Variations
Color information
#DC96E2 (or 0xDC96E2) is known color: Plum. HEX triplet: DC, 96 and E2. RGB value is (220,150,226). Sum of RGB (Red+Green+Blue) = 220+150+226=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 226 (88.67% from 255 or 37.92% from 596); Max value from RGB is 226 - color contains mainly: blue. Hex color #DC96E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96E2 is #23691D. Grayscale: #B3B3B3. Windows color (decimal): -2320670 or 14849756. OLE color: 14849756.
HSL color Cylindrical-coordinate representation of color #DC96E2: hue angle of 295.26º degrees, saturation: 0.57, 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 #DC96E2 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 150 | 226 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.11 |
| HSL | 295.26º | 0.57% | 0.74% | - |
| HSV(B) | 295.26º | 0.34% | 0.89% | - |
| XYZ | 54.15 | 42.52 | 77.3 | - |
| YUV | 179.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 226 | 0.03 | 0.34 | 0 | 0.11 | 295.26 | 0.57 | 0.74 |
| Hex | DC | 96 | E2 | 3 | 22 | 0 | B | 127 | 39 | 4A |
| Octal | 334 | 226 | 342 | 3 | 42 | 0 | 13 | 447 | 71 | 112 |
| Binary | 11011100 | 10010110 | 11100010 | 11 | 100010 | 0 | 1011 | 100100111 | 111001 | 1001010 |
Color Harmonies of #DC96E2
Complementary color
Monochromatic Colors of #DC96E2
Black with #DC96E2
Text Example
Text Example
White with #DC96E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC96E2; }
p { color: rgb(220,150,226); }
H1.HeaderClassName
{
color: #DC96E2;
}
.AnyTagClassName
{
color: #DC96E2;
}
</style>
background-color css
<style>
a { background-color: #DC96E2; }
a { background-color: rgb(220,150,226); }
div.DivClassName
{
background-color: #DC96E2;
}
.BgClassName
{
background-color: #DC96E2;
}
</style>
border-color css
<style>
span { border-color: #DC96E2; }
span { border-color: rgb(220,150,226); }
td.TdClassName
{
border-color: #DC96E2;
}
.TagClassName
{
border-color: #DC96E2;
}
</style>