Shades of Plum #DC99DD
Tints of Plum #DC99DD
RGB
CMYK
RGB Variations
Color information
#DC99DD (or 0xDC99DD) is known color: Plum. HEX triplet: DC, 99 and DD. RGB value is (220,153,221). Sum of RGB (Red+Green+Blue) = 220+153+221=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC99DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99DD is #236622. Grayscale: #B4B4B4. Windows color (decimal): -2319907 or 14522844. OLE color: 14522844.
HSL color Cylindrical-coordinate representation of color #DC99DD: hue angle of 299.12º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC99DD is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 153 | 221 | - |
| CMYK | 0.00 | 0.31 | 0 | 0.13 |
| HSL | 299.12º | 0.5% | 0.73% | - |
| HSV(B) | 299.12º | 0.31% | 0.87% | - |
| XYZ | 53.96 | 43.22 | 73.9 | - |
| YUV | 180.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 221 | 0.00 | 0.31 | 0 | 0.13 | 299.12 | 0.5 | 0.73 |
| Hex | DC | 99 | DD | 0 | 1F | 0 | D | 12B | 32 | 49 |
| Octal | 334 | 231 | 335 | 0 | 37 | 0 | 15 | 453 | 62 | 111 |
| Binary | 11011100 | 10011001 | 11011101 | 0 | 11111 | 0 | 1101 | 100101011 | 110010 | 1001001 |
Color Harmonies of #DC99DD
Complementary color
Monochromatic Colors of #DC99DD
Black with #DC99DD
Text Example
Text Example
White with #DC99DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99DD; }
p { color: rgb(220,153,221); }
H1.HeaderClassName
{
color: #DC99DD;
}
.AnyTagClassName
{
color: #DC99DD;
}
</style>
background-color css
<style>
a { background-color: #DC99DD; }
a { background-color: rgb(220,153,221); }
div.DivClassName
{
background-color: #DC99DD;
}
.BgClassName
{
background-color: #DC99DD;
}
</style>
border-color css
<style>
span { border-color: #DC99DD; }
span { border-color: rgb(220,153,221); }
td.TdClassName
{
border-color: #DC99DD;
}
.TagClassName
{
border-color: #DC99DD;
}
</style>