Shades of Plum #D294D8
Tints of Plum #D294D8
RGB
CMYK
RGB Variations
Color information
#D294D8 (or 0xD294D8) is known color: Plum. HEX triplet: D2, 94 and D8. RGB value is (210,148,216). Sum of RGB (Red+Green+Blue) = 210+148+216=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 216 (84.77% from 255 or 37.63% from 574); Max value from RGB is 216 - color contains mainly: blue. Hex color #D294D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294D8 is #2D6B27. Grayscale: #AEAEAE. Windows color (decimal): -2976552 or 14193874. OLE color: 14193874.
HSL color Cylindrical-coordinate representation of color #D294D8: hue angle of 294.71º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D294D8 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 148 | 216 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.15 |
| HSL | 294.71º | 0.47% | 0.71% | - |
| HSV(B) | 294.71º | 0.31% | 0.85% | - |
| XYZ | 49.56 | 39.84 | 70.04 | - |
| YUV | 174.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 216 | 0.03 | 0.31 | 0 | 0.15 | 294.71 | 0.47 | 0.71 |
| Hex | D2 | 94 | D8 | 3 | 1F | 0 | F | 127 | 2F | 47 |
| Octal | 322 | 224 | 330 | 3 | 37 | 0 | 17 | 447 | 57 | 107 |
| Binary | 11010010 | 10010100 | 11011000 | 11 | 11111 | 0 | 1111 | 100100111 | 101111 | 1000111 |
Color Harmonies of #D294D8
Complementary color
Monochromatic Colors of #D294D8
Black with #D294D8
Text Example
Text Example
White with #D294D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D294D8; }
p { color: rgb(210,148,216); }
H1.HeaderClassName
{
color: #D294D8;
}
.AnyTagClassName
{
color: #D294D8;
}
</style>
background-color css
<style>
a { background-color: #D294D8; }
a { background-color: rgb(210,148,216); }
div.DivClassName
{
background-color: #D294D8;
}
.BgClassName
{
background-color: #D294D8;
}
</style>
border-color css
<style>
span { border-color: #D294D8; }
span { border-color: rgb(210,148,216); }
td.TdClassName
{
border-color: #D294D8;
}
.TagClassName
{
border-color: #D294D8;
}
</style>