Shades of Plum #D992DF
Tints of Plum #D992DF
RGB
CMYK
RGB Variations
Color information
#D992DF (or 0xD992DF) is known color: Plum. HEX triplet: D9, 92 and DF. RGB value is (217,146,223). Sum of RGB (Red+Green+Blue) = 217+146+223=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 146 (57.42% from 255 or 24.91% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #D992DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D992DF is #266D20. Grayscale: #AFAFAF. Windows color (decimal): -2518305 or 14652121. OLE color: 14652121.
HSL color Cylindrical-coordinate representation of color #D992DF: hue angle of 295.32º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D992DF is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 146 | 223 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.13 |
| HSL | 295.32º | 0.55% | 0.72% | - |
| HSV(B) | 295.32º | 0.35% | 0.87% | - |
| XYZ | 52.21 | 40.64 | 74.9 | - |
| YUV | 176.01 | 154.52 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 146 | 223 | 0.03 | 0.35 | 0 | 0.13 | 295.32 | 0.55 | 0.72 |
| Hex | D9 | 92 | DF | 3 | 23 | 0 | D | 127 | 37 | 48 |
| Octal | 331 | 222 | 337 | 3 | 43 | 0 | 15 | 447 | 67 | 110 |
| Binary | 11011001 | 10010010 | 11011111 | 11 | 100011 | 0 | 1101 | 100100111 | 110111 | 1001000 |
Color Harmonies of #D992DF
Complementary color
Monochromatic Colors of #D992DF
Black with #D992DF
Text Example
Text Example
White with #D992DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D992DF; }
p { color: rgb(217,146,223); }
H1.HeaderClassName
{
color: #D992DF;
}
.AnyTagClassName
{
color: #D992DF;
}
</style>
background-color css
<style>
a { background-color: #D992DF; }
a { background-color: rgb(217,146,223); }
div.DivClassName
{
background-color: #D992DF;
}
.BgClassName
{
background-color: #D992DF;
}
</style>
border-color css
<style>
span { border-color: #D992DF; }
span { border-color: rgb(217,146,223); }
td.TdClassName
{
border-color: #D992DF;
}
.TagClassName
{
border-color: #D992DF;
}
</style>