Shades of Plum #D294D3
Tints of Plum #D294D3
RGB
CMYK
RGB Variations
Color information
#D294D3 (or 0xD294D3) is known color: Plum. HEX triplet: D2, 94 and D3. RGB value is (210,148,211). Sum of RGB (Red+Green+Blue) = 210+148+211=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 148 (58.20% from 255 or 26.01% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 211 - color contains mainly: blue. Hex color #D294D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294D3 is #2D6B2C. Grayscale: #ADADAD. Windows color (decimal): -2976557 or 13866194. OLE color: 13866194.
HSL color Cylindrical-coordinate representation of color #D294D3: hue angle of 299.05º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D294D3 is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 148 | 211 | - |
| CMYK | 0.00 | 0.30 | 0 | 0.17 |
| HSL | 299.05º | 0.42% | 0.7% | - |
| HSV(B) | 299.05º | 0.3% | 0.83% | - |
| XYZ | 48.93 | 39.58 | 66.69 | - |
| YUV | 173.72 | 149.04 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 211 | 0.00 | 0.30 | 0 | 0.17 | 299.05 | 0.42 | 0.7 |
| Hex | D2 | 94 | D3 | 0 | 1E | 0 | 11 | 12B | 2A | 46 |
| Octal | 322 | 224 | 323 | 0 | 36 | 0 | 21 | 453 | 52 | 106 |
| Binary | 11010010 | 10010100 | 11010011 | 0 | 11110 | 0 | 10001 | 100101011 | 101010 | 1000110 |
Color Harmonies of #D294D3
Complementary color
Monochromatic Colors of #D294D3
Black with #D294D3
Text Example
Text Example
White with #D294D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D294D3; }
p { color: rgb(210,148,211); }
H1.HeaderClassName
{
color: #D294D3;
}
.AnyTagClassName
{
color: #D294D3;
}
</style>
background-color css
<style>
a { background-color: #D294D3; }
a { background-color: rgb(210,148,211); }
div.DivClassName
{
background-color: #D294D3;
}
.BgClassName
{
background-color: #D294D3;
}
</style>
border-color css
<style>
span { border-color: #D294D3; }
span { border-color: rgb(210,148,211); }
td.TdClassName
{
border-color: #D294D3;
}
.TagClassName
{
border-color: #D294D3;
}
</style>