Shades of Plum #D892EA
Tints of Plum #D892EA
RGB
CMYK
RGB Variations
Color information
#D892EA (or 0xD892EA) is known color: Plum. HEX triplet: D8, 92 and EA. RGB value is (216,146,234). Sum of RGB (Red+Green+Blue) = 216+146+234=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #D892EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D892EA is #276D15. Grayscale: #B0B0B0. Windows color (decimal): -2583830 or 15373016. OLE color: 15373016.
HSL color Cylindrical-coordinate representation of color #D892EA: hue angle of 287.73º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D892EA is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 146 | 234 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.08 |
| HSL | 287.73º | 0.68% | 0.75% | - |
| HSV(B) | 287.73º | 0.38% | 0.92% | - |
| XYZ | 53.45 | 41.1 | 82.96 | - |
| YUV | 176.96 | 160.19 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 234 | 0.08 | 0.38 | 0 | 0.08 | 287.73 | 0.68 | 0.75 |
| Hex | D8 | 92 | EA | 8 | 26 | 0 | 8 | 120 | 44 | 4B |
| Octal | 330 | 222 | 352 | 10 | 46 | 0 | 10 | 440 | 104 | 113 |
| Binary | 11011000 | 10010010 | 11101010 | 1000 | 100110 | 0 | 1000 | 100100000 | 1000100 | 1001011 |
Color Harmonies of #D892EA
Complementary color
Monochromatic Colors of #D892EA
Black with #D892EA
Text Example
Text Example
White with #D892EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D892EA; }
p { color: rgb(216,146,234); }
H1.HeaderClassName
{
color: #D892EA;
}
.AnyTagClassName
{
color: #D892EA;
}
</style>
background-color css
<style>
a { background-color: #D892EA; }
a { background-color: rgb(216,146,234); }
div.DivClassName
{
background-color: #D892EA;
}
.BgClassName
{
background-color: #D892EA;
}
</style>
border-color css
<style>
span { border-color: #D892EA; }
span { border-color: rgb(216,146,234); }
td.TdClassName
{
border-color: #D892EA;
}
.TagClassName
{
border-color: #D892EA;
}
</style>