Shades of Plum #D892E1
Tints of Plum #D892E1
RGB
CMYK
RGB Variations
Color information
#D892E1 (or 0xD892E1) is known color: Plum. HEX triplet: D8, 92 and E1. RGB value is (216,146,225). Sum of RGB (Red+Green+Blue) = 216+146+225=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 146 (57.42% from 255 or 24.87% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #D892E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D892E1 is #276D1E. Grayscale: #AFAFAF. Windows color (decimal): -2583839 or 14783192. OLE color: 14783192.
HSL color Cylindrical-coordinate representation of color #D892E1: hue angle of 293.16º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D892E1 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 146 | 225 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.12 |
| HSL | 293.16º | 0.57% | 0.73% | - |
| HSV(B) | 293.16º | 0.35% | 0.88% | - |
| XYZ | 52.19 | 40.59 | 76.32 | - |
| YUV | 175.94 | 155.69 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 225 | 0.04 | 0.35 | 0 | 0.12 | 293.16 | 0.57 | 0.73 |
| Hex | D8 | 92 | E1 | 4 | 23 | 0 | C | 125 | 39 | 49 |
| Octal | 330 | 222 | 341 | 4 | 43 | 0 | 14 | 445 | 71 | 111 |
| Binary | 11011000 | 10010010 | 11100001 | 100 | 100011 | 0 | 1100 | 100100101 | 111001 | 1001001 |
Color Harmonies of #D892E1
Complementary color
Monochromatic Colors of #D892E1
Black with #D892E1
Text Example
Text Example
White with #D892E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D892E1; }
p { color: rgb(216,146,225); }
H1.HeaderClassName
{
color: #D892E1;
}
.AnyTagClassName
{
color: #D892E1;
}
</style>
background-color css
<style>
a { background-color: #D892E1; }
a { background-color: rgb(216,146,225); }
div.DivClassName
{
background-color: #D892E1;
}
.BgClassName
{
background-color: #D892E1;
}
</style>
border-color css
<style>
span { border-color: #D892E1; }
span { border-color: rgb(216,146,225); }
td.TdClassName
{
border-color: #D892E1;
}
.TagClassName
{
border-color: #D892E1;
}
</style>