Shades of Plum #D892CD
Tints of Plum #D892CD
RGB
CMYK
RGB Variations
Color information
#D892CD (or 0xD892CD) is known color: Plum. HEX triplet: D8, 92 and CD. RGB value is (216,146,205). Sum of RGB (Red+Green+Blue) = 216+146+205=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D892CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D892CD is #276D32. Grayscale: #ADADAD. Windows color (decimal): -2583859 or 13472472. OLE color: 13472472.
HSL color Cylindrical-coordinate representation of color #D892CD: hue angle of 309.43º 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 #D892CD is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 205 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.15 |
| HSL | 309.43º | 0.47% | 0.71% | - |
| HSV(B) | 309.43º | 0.32% | 0.85% | - |
| XYZ | 49.62 | 39.56 | 62.78 | - |
| YUV | 173.66 | 145.69 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 205 | 0 | 0.32 | 0.05 | 0.15 | 309.43 | 0.47 | 0.71 |
| Hex | D8 | 92 | CD | 0 | 20 | 5 | F | 135 | 2F | 47 |
| Octal | 330 | 222 | 315 | 0 | 40 | 5 | 17 | 465 | 57 | 107 |
| Binary | 11011000 | 10010010 | 11001101 | 0 | 100000 | 101 | 1111 | 100110101 | 101111 | 1000111 |
Color Harmonies of #D892CD
Complementary color
Monochromatic Colors of #D892CD
Black with #D892CD
Text Example
Text Example
White with #D892CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D892CD; }
p { color: rgb(216,146,205); }
H1.HeaderClassName
{
color: #D892CD;
}
.AnyTagClassName
{
color: #D892CD;
}
</style>
background-color css
<style>
a { background-color: #D892CD; }
a { background-color: rgb(216,146,205); }
div.DivClassName
{
background-color: #D892CD;
}
.BgClassName
{
background-color: #D892CD;
}
</style>
border-color css
<style>
span { border-color: #D892CD; }
span { border-color: rgb(216,146,205); }
td.TdClassName
{
border-color: #D892CD;
}
.TagClassName
{
border-color: #D892CD;
}
</style>