Shades of Plum #DC99E6
Tints of Plum #DC99E6
RGB
CMYK
RGB Variations
Color information
#DC99E6 (or 0xDC99E6) is known color: Plum. HEX triplet: DC, 99 and E6. RGB value is (220,153,230). Sum of RGB (Red+Green+Blue) = 220+153+230=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 153 (60.16% from 255 or 25.37% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC99E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC99E6 is #236619. Grayscale: #B5B5B5. Windows color (decimal): -2319898 or 15112668. OLE color: 15112668.
HSL color Cylindrical-coordinate representation of color #DC99E6: hue angle of 292.21º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC99E6 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 153 | 230 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.10 |
| HSL | 292.21º | 0.61% | 0.75% | - |
| HSV(B) | 292.21º | 0.33% | 0.9% | - |
| XYZ | 55.19 | 43.71 | 80.39 | - |
| YUV | 181.81 | 155.2 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 230 | 0.04 | 0.33 | 0 | 0.10 | 292.21 | 0.61 | 0.75 |
| Hex | DC | 99 | E6 | 4 | 21 | 0 | A | 124 | 3D | 4B |
| Octal | 334 | 231 | 346 | 4 | 41 | 0 | 12 | 444 | 75 | 113 |
| Binary | 11011100 | 10011001 | 11100110 | 100 | 100001 | 0 | 1010 | 100100100 | 111101 | 1001011 |
Color Harmonies of #DC99E6
Complementary color
Monochromatic Colors of #DC99E6
Black with #DC99E6
Text Example
Text Example
White with #DC99E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99E6; }
p { color: rgb(220,153,230); }
H1.HeaderClassName
{
color: #DC99E6;
}
.AnyTagClassName
{
color: #DC99E6;
}
</style>
background-color css
<style>
a { background-color: #DC99E6; }
a { background-color: rgb(220,153,230); }
div.DivClassName
{
background-color: #DC99E6;
}
.BgClassName
{
background-color: #DC99E6;
}
</style>
border-color css
<style>
span { border-color: #DC99E6; }
span { border-color: rgb(220,153,230); }
td.TdClassName
{
border-color: #DC99E6;
}
.TagClassName
{
border-color: #DC99E6;
}
</style>