Shades of Plum #D295DA
Tints of Plum #D295DA
RGB
CMYK
RGB Variations
Color information
#D295DA (or 0xD295DA) is known color: Plum. HEX triplet: D2, 95 and DA. RGB value is (210,149,218). Sum of RGB (Red+Green+Blue) = 210+149+218=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #D295DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295DA is #2D6A25. Grayscale: #AEAEAE. Windows color (decimal): -2976294 or 14325202. OLE color: 14325202.
HSL color Cylindrical-coordinate representation of color #D295DA: hue angle of 293.04º degrees, saturation: 0.48, 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 #D295DA is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 149 | 218 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.15 |
| HSL | 293.04º | 0.48% | 0.72% | - |
| HSV(B) | 293.04º | 0.32% | 0.85% | - |
| XYZ | 49.98 | 40.26 | 71.47 | - |
| YUV | 175.11 | 152.21 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 218 | 0.04 | 0.32 | 0 | 0.15 | 293.04 | 0.48 | 0.72 |
| Hex | D2 | 95 | DA | 4 | 20 | 0 | F | 125 | 30 | 48 |
| Octal | 322 | 225 | 332 | 4 | 40 | 0 | 17 | 445 | 60 | 110 |
| Binary | 11010010 | 10010101 | 11011010 | 100 | 100000 | 0 | 1111 | 100100101 | 110000 | 1001000 |
Color Harmonies of #D295DA
Complementary color
Monochromatic Colors of #D295DA
Black with #D295DA
Text Example
Text Example
White with #D295DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D295DA; }
p { color: rgb(210,149,218); }
H1.HeaderClassName
{
color: #D295DA;
}
.AnyTagClassName
{
color: #D295DA;
}
</style>
background-color css
<style>
a { background-color: #D295DA; }
a { background-color: rgb(210,149,218); }
div.DivClassName
{
background-color: #D295DA;
}
.BgClassName
{
background-color: #D295DA;
}
</style>
border-color css
<style>
span { border-color: #D295DA; }
span { border-color: rgb(210,149,218); }
td.TdClassName
{
border-color: #D295DA;
}
.TagClassName
{
border-color: #D295DA;
}
</style>