Shades of Plum #DC92DD
Tints of Plum #DC92DD
RGB
CMYK
RGB Variations
Color information
#DC92DD (or 0xDC92DD) is known color: Plum. HEX triplet: DC, 92 and DD. RGB value is (220,146,221). Sum of RGB (Red+Green+Blue) = 220+146+221=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 146 (57.42% from 255 or 24.87% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC92DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC92DD is #236D22. Grayscale: #B0B0B0. Windows color (decimal): -2321699 or 14521052. OLE color: 14521052.
HSL color Cylindrical-coordinate representation of color #DC92DD: hue angle of 299.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC92DD is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 146 | 221 | - |
| CMYK | 0.00 | 0.34 | 0 | 0.13 |
| HSL | 299.2º | 0.52% | 0.72% | - |
| HSV(B) | 299.2º | 0.34% | 0.87% | - |
| XYZ | 52.85 | 40.99 | 73.53 | - |
| YUV | 176.68 | 153.02 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 221 | 0.00 | 0.34 | 0 | 0.13 | 299.2 | 0.52 | 0.72 |
| Hex | DC | 92 | DD | 0 | 22 | 0 | D | 12B | 34 | 48 |
| Octal | 334 | 222 | 335 | 0 | 42 | 0 | 15 | 453 | 64 | 110 |
| Binary | 11011100 | 10010010 | 11011101 | 0 | 100010 | 0 | 1101 | 100101011 | 110100 | 1001000 |
Color Harmonies of #DC92DD
Complementary color
Monochromatic Colors of #DC92DD
Black with #DC92DD
Text Example
Text Example
White with #DC92DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC92DD; }
p { color: rgb(220,146,221); }
H1.HeaderClassName
{
color: #DC92DD;
}
.AnyTagClassName
{
color: #DC92DD;
}
</style>
background-color css
<style>
a { background-color: #DC92DD; }
a { background-color: rgb(220,146,221); }
div.DivClassName
{
background-color: #DC92DD;
}
.BgClassName
{
background-color: #DC92DD;
}
</style>
border-color css
<style>
span { border-color: #DC92DD; }
span { border-color: rgb(220,146,221); }
td.TdClassName
{
border-color: #DC92DD;
}
.TagClassName
{
border-color: #DC92DD;
}
</style>