Shades of Plum #D392DA
Tints of Plum #D392DA
RGB
CMYK
RGB Variations
Color information
#D392DA (or 0xD392DA) is known color: Plum. HEX triplet: D3, 92 and DA. RGB value is (211,146,218). Sum of RGB (Red+Green+Blue) = 211+146+218=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 146 (57.42% from 255 or 25.39% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #D392DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D392DA is #2C6D25. Grayscale: #ADADAD. Windows color (decimal): -2911526 or 14324435. OLE color: 14324435.
HSL color Cylindrical-coordinate representation of color #D392DA: hue angle of 294.17º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D392DA is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 146 | 218 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.15 |
| HSL | 294.17º | 0.49% | 0.71% | - |
| HSV(B) | 294.17º | 0.33% | 0.85% | - |
| XYZ | 49.8 | 39.47 | 71.32 | - |
| YUV | 173.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 146 | 218 | 0.03 | 0.33 | 0 | 0.15 | 294.17 | 0.49 | 0.71 |
| Hex | D3 | 92 | DA | 3 | 21 | 0 | F | 126 | 31 | 47 |
| Octal | 323 | 222 | 332 | 3 | 41 | 0 | 17 | 446 | 61 | 107 |
| Binary | 11010011 | 10010010 | 11011010 | 11 | 100001 | 0 | 1111 | 100100110 | 110001 | 1000111 |
Color Harmonies of #D392DA
Complementary color
Monochromatic Colors of #D392DA
Black with #D392DA
Text Example
Text Example
White with #D392DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D392DA; }
p { color: rgb(211,146,218); }
H1.HeaderClassName
{
color: #D392DA;
}
.AnyTagClassName
{
color: #D392DA;
}
</style>
background-color css
<style>
a { background-color: #D392DA; }
a { background-color: rgb(211,146,218); }
div.DivClassName
{
background-color: #D392DA;
}
.BgClassName
{
background-color: #D392DA;
}
</style>
border-color css
<style>
span { border-color: #D392DA; }
span { border-color: rgb(211,146,218); }
td.TdClassName
{
border-color: #D392DA;
}
.TagClassName
{
border-color: #D392DA;
}
</style>