Shades of Plum #D294DA
Tints of Plum #D294DA
RGB
CMYK
RGB Variations
Color information
#D294DA (or 0xD294DA) is known color: Plum. HEX triplet: D2, 94 and DA. RGB value is (210,148,218). Sum of RGB (Red+Green+Blue) = 210+148+218=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #D294DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294DA is #2D6B25. Grayscale: #AEAEAE. Windows color (decimal): -2976550 or 14324946. OLE color: 14324946.
HSL color Cylindrical-coordinate representation of color #D294DA: hue angle of 293.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D294DA is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 148 | 218 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.15 |
| HSL | 293.14º | 0.49% | 0.72% | - |
| HSV(B) | 293.14º | 0.32% | 0.85% | - |
| XYZ | 49.82 | 39.94 | 71.41 | - |
| YUV | 174.52 | 152.54 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 218 | 0.04 | 0.32 | 0 | 0.15 | 293.14 | 0.49 | 0.72 |
| Hex | D2 | 94 | DA | 4 | 20 | 0 | F | 125 | 31 | 48 |
| Octal | 322 | 224 | 332 | 4 | 40 | 0 | 17 | 445 | 61 | 110 |
| Binary | 11010010 | 10010100 | 11011010 | 100 | 100000 | 0 | 1111 | 100100101 | 110001 | 1001000 |
Color Harmonies of #D294DA
Complementary color
Monochromatic Colors of #D294DA
Black with #D294DA
Text Example
Text Example
White with #D294DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D294DA; }
p { color: rgb(210,148,218); }
H1.HeaderClassName
{
color: #D294DA;
}
.AnyTagClassName
{
color: #D294DA;
}
</style>
background-color css
<style>
a { background-color: #D294DA; }
a { background-color: rgb(210,148,218); }
div.DivClassName
{
background-color: #D294DA;
}
.BgClassName
{
background-color: #D294DA;
}
</style>
border-color css
<style>
span { border-color: #D294DA; }
span { border-color: rgb(210,148,218); }
td.TdClassName
{
border-color: #D294DA;
}
.TagClassName
{
border-color: #D294DA;
}
</style>