Shades of Plum #D392DF
Tints of Plum #D392DF
RGB
CMYK
RGB Variations
Color information
#D392DF (or 0xD392DF) is known color: Plum. HEX triplet: D3, 92 and DF. RGB value is (211,146,223). Sum of RGB (Red+Green+Blue) = 211+146+223=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #D392DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D392DF is #2C6D20. Grayscale: #ADADAD. Windows color (decimal): -2911521 or 14652115. OLE color: 14652115.
HSL color Cylindrical-coordinate representation of color #D392DF: hue angle of 290.65º 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 #D392DF is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 146 | 223 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.13 |
| HSL | 290.65º | 0.55% | 0.72% | - |
| HSV(B) | 290.65º | 0.35% | 0.87% | - |
| XYZ | 50.46 | 39.73 | 74.82 | - |
| YUV | 174.21 | 155.53 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 146 | 223 | 0.05 | 0.35 | 0 | 0.13 | 290.65 | 0.55 | 0.72 |
| Hex | D3 | 92 | DF | 5 | 23 | 0 | D | 123 | 37 | 48 |
| Octal | 323 | 222 | 337 | 5 | 43 | 0 | 15 | 443 | 67 | 110 |
| Binary | 11010011 | 10010010 | 11011111 | 101 | 100011 | 0 | 1101 | 100100011 | 110111 | 1001000 |
Color Harmonies of #D392DF
Complementary color
Monochromatic Colors of #D392DF
Black with #D392DF
Text Example
Text Example
White with #D392DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D392DF; }
p { color: rgb(211,146,223); }
H1.HeaderClassName
{
color: #D392DF;
}
.AnyTagClassName
{
color: #D392DF;
}
</style>
background-color css
<style>
a { background-color: #D392DF; }
a { background-color: rgb(211,146,223); }
div.DivClassName
{
background-color: #D392DF;
}
.BgClassName
{
background-color: #D392DF;
}
</style>
border-color css
<style>
span { border-color: #D392DF; }
span { border-color: rgb(211,146,223); }
td.TdClassName
{
border-color: #D392DF;
}
.TagClassName
{
border-color: #D392DF;
}
</style>