Shades of Plum #D892D3
Tints of Plum #D892D3
RGB
CMYK
RGB Variations
Color information
#D892D3 (or 0xD892D3) is known color: Plum. HEX triplet: D8, 92 and D3. RGB value is (216,146,211). Sum of RGB (Red+Green+Blue) = 216+146+211=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 146 (57.42% from 255 or 25.48% from 573); Blue value is 211 (82.81% from 255 or 36.82% from 573); Max value from RGB is 216 - color contains mainly: red. Hex color #D892D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D892D3 is #276D2C. Grayscale: #AEAEAE. Windows color (decimal): -2583853 or 13865688. OLE color: 13865688.
HSL color Cylindrical-coordinate representation of color #D892D3: hue angle of 304.29º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D892D3 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 211 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.15 |
| HSL | 304.29º | 0.47% | 0.71% | - |
| HSV(B) | 304.29º | 0.32% | 0.85% | - |
| XYZ | 50.36 | 39.86 | 66.67 | - |
| YUV | 174.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 211 | 0 | 0.32 | 0.02 | 0.15 | 304.29 | 0.47 | 0.71 |
| Hex | D8 | 92 | D3 | 0 | 20 | 2 | F | 130 | 2F | 47 |
| Octal | 330 | 222 | 323 | 0 | 40 | 2 | 17 | 460 | 57 | 107 |
| Binary | 11011000 | 10010010 | 11010011 | 0 | 100000 | 10 | 1111 | 100110000 | 101111 | 1000111 |
Color Harmonies of #D892D3
Complementary color
Monochromatic Colors of #D892D3
Black with #D892D3
Text Example
Text Example
White with #D892D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D892D3; }
p { color: rgb(216,146,211); }
H1.HeaderClassName
{
color: #D892D3;
}
.AnyTagClassName
{
color: #D892D3;
}
</style>
background-color css
<style>
a { background-color: #D892D3; }
a { background-color: rgb(216,146,211); }
div.DivClassName
{
background-color: #D892D3;
}
.BgClassName
{
background-color: #D892D3;
}
</style>
border-color css
<style>
span { border-color: #D892D3; }
span { border-color: rgb(216,146,211); }
td.TdClassName
{
border-color: #D892D3;
}
.TagClassName
{
border-color: #D892D3;
}
</style>