Shades of Plum #D892DC
Tints of Plum #D892DC
RGB
CMYK
RGB Variations
Color information
#D892DC (or 0xD892DC) is known color: Plum. HEX triplet: D8, 92 and DC. RGB value is (216,146,220). Sum of RGB (Red+Green+Blue) = 216+146+220=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 146 (57.42% from 255 or 25.09% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #D892DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D892DC is #276D23. Grayscale: #AFAFAF. Windows color (decimal): -2583844 or 14455512. OLE color: 14455512.
HSL color Cylindrical-coordinate representation of color #D892DC: hue angle of 296.76º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D892DC is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 146 | 220 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.14 |
| HSL | 296.76º | 0.51% | 0.72% | - |
| HSV(B) | 296.76º | 0.34% | 0.86% | - |
| XYZ | 51.52 | 40.32 | 72.78 | - |
| YUV | 175.37 | 153.19 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 220 | 0.02 | 0.34 | 0 | 0.14 | 296.76 | 0.51 | 0.72 |
| Hex | D8 | 92 | DC | 2 | 22 | 0 | E | 129 | 33 | 48 |
| Octal | 330 | 222 | 334 | 2 | 42 | 0 | 16 | 451 | 63 | 110 |
| Binary | 11011000 | 10010010 | 11011100 | 10 | 100010 | 0 | 1110 | 100101001 | 110011 | 1001000 |
Color Harmonies of #D892DC
Complementary color
Monochromatic Colors of #D892DC
Black with #D892DC
Text Example
Text Example
White with #D892DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D892DC; }
p { color: rgb(216,146,220); }
H1.HeaderClassName
{
color: #D892DC;
}
.AnyTagClassName
{
color: #D892DC;
}
</style>
background-color css
<style>
a { background-color: #D892DC; }
a { background-color: rgb(216,146,220); }
div.DivClassName
{
background-color: #D892DC;
}
.BgClassName
{
background-color: #D892DC;
}
</style>
border-color css
<style>
span { border-color: #D892DC; }
span { border-color: rgb(216,146,220); }
td.TdClassName
{
border-color: #D892DC;
}
.TagClassName
{
border-color: #D892DC;
}
</style>