Shades of Plum #D294D4
Tints of Plum #D294D4
RGB
CMYK
RGB Variations
Color information
#D294D4 (or 0xD294D4) is known color: Plum. HEX triplet: D2, 94 and D4. RGB value is (210,148,212). Sum of RGB (Red+Green+Blue) = 210+148+212=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 148 (58.20% from 255 or 25.96% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 212 - color contains mainly: blue. Hex color #D294D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294D4 is #2D6B2B. Grayscale: #ADADAD. Windows color (decimal): -2976556 or 13931730. OLE color: 13931730.
HSL color Cylindrical-coordinate representation of color #D294D4: hue angle of 298.12º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D294D4 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 148 | 212 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.17 |
| HSL | 298.13º | 0.43% | 0.71% | - |
| HSV(B) | 298.13º | 0.3% | 0.83% | - |
| XYZ | 49.05 | 39.63 | 67.35 | - |
| YUV | 173.83 | 149.54 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 212 | 0.01 | 0.30 | 0 | 0.17 | 298.13 | 0.43 | 0.71 |
| Hex | D2 | 94 | D4 | 1 | 1E | 0 | 11 | 12A | 2B | 47 |
| Octal | 322 | 224 | 324 | 1 | 36 | 0 | 21 | 452 | 53 | 107 |
| Binary | 11010010 | 10010100 | 11010100 | 1 | 11110 | 0 | 10001 | 100101010 | 101011 | 1000111 |
Color Harmonies of #D294D4
Complementary color
Monochromatic Colors of #D294D4
Black with #D294D4
Text Example
Text Example
White with #D294D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D294D4; }
p { color: rgb(210,148,212); }
H1.HeaderClassName
{
color: #D294D4;
}
.AnyTagClassName
{
color: #D294D4;
}
</style>
background-color css
<style>
a { background-color: #D294D4; }
a { background-color: rgb(210,148,212); }
div.DivClassName
{
background-color: #D294D4;
}
.BgClassName
{
background-color: #D294D4;
}
</style>
border-color css
<style>
span { border-color: #D294D4; }
span { border-color: rgb(210,148,212); }
td.TdClassName
{
border-color: #D294D4;
}
.TagClassName
{
border-color: #D294D4;
}
</style>