Shades of Plum #D092D6
Tints of Plum #D092D6
RGB
CMYK
RGB Variations
Color information
#D092D6 (or 0xD092D6) is known color: Plum. HEX triplet: D0, 92 and D6. RGB value is (208,146,214). Sum of RGB (Red+Green+Blue) = 208+146+214=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 214 - color contains mainly: blue. Hex color #D092D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092D6 is #2F6D29. Grayscale: #ACACAC. Windows color (decimal): -3108138 or 14062288. OLE color: 14062288.
HSL color Cylindrical-coordinate representation of color #D092D6: hue angle of 294.71º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D092D6 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 146 | 214 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.16 |
| HSL | 294.71º | 0.45% | 0.71% | - |
| HSV(B) | 294.71º | 0.32% | 0.84% | - |
| XYZ | 48.43 | 38.82 | 68.56 | - |
| YUV | 172.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 214 | 0.03 | 0.32 | 0 | 0.16 | 294.71 | 0.45 | 0.71 |
| Hex | D0 | 92 | D6 | 3 | 20 | 0 | 10 | 127 | 2D | 47 |
| Octal | 320 | 222 | 326 | 3 | 40 | 0 | 20 | 447 | 55 | 107 |
| Binary | 11010000 | 10010010 | 11010110 | 11 | 100000 | 0 | 10000 | 100100111 | 101101 | 1000111 |
Color Harmonies of #D092D6
Complementary color
Monochromatic Colors of #D092D6
Black with #D092D6
Text Example
Text Example
White with #D092D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D092D6; }
p { color: rgb(208,146,214); }
H1.HeaderClassName
{
color: #D092D6;
}
.AnyTagClassName
{
color: #D092D6;
}
</style>
background-color css
<style>
a { background-color: #D092D6; }
a { background-color: rgb(208,146,214); }
div.DivClassName
{
background-color: #D092D6;
}
.BgClassName
{
background-color: #D092D6;
}
</style>
border-color css
<style>
span { border-color: #D092D6; }
span { border-color: rgb(208,146,214); }
td.TdClassName
{
border-color: #D092D6;
}
.TagClassName
{
border-color: #D092D6;
}
</style>