Shades of Plum #D295D3
Tints of Plum #D295D3
RGB
CMYK
RGB Variations
Color information
#D295D3 (or 0xD295D3) is known color: Plum. HEX triplet: D2, 95 and D3. RGB value is (210,149,211). Sum of RGB (Red+Green+Blue) = 210+149+211=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 211 - color contains mainly: blue. Hex color #D295D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295D3 is #2D6A2C. Grayscale: #AEAEAE. Windows color (decimal): -2976301 or 13866450. OLE color: 13866450.
HSL color Cylindrical-coordinate representation of color #D295D3: hue angle of 299.03º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D295D3 is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 149 | 211 | - |
| CMYK | 0.00 | 0.29 | 0 | 0.17 |
| HSL | 299.03º | 0.41% | 0.71% | - |
| HSV(B) | 299.03º | 0.29% | 0.83% | - |
| XYZ | 49.08 | 39.9 | 66.74 | - |
| YUV | 174.31 | 148.71 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 211 | 0.00 | 0.29 | 0 | 0.17 | 299.03 | 0.41 | 0.71 |
| Hex | D2 | 95 | D3 | 0 | 1D | 0 | 11 | 12B | 29 | 47 |
| Octal | 322 | 225 | 323 | 0 | 35 | 0 | 21 | 453 | 51 | 107 |
| Binary | 11010010 | 10010101 | 11010011 | 0 | 11101 | 0 | 10001 | 100101011 | 101001 | 1000111 |
Color Harmonies of #D295D3
Complementary color
Monochromatic Colors of #D295D3
Black with #D295D3
Text Example
Text Example
White with #D295D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D295D3; }
p { color: rgb(210,149,211); }
H1.HeaderClassName
{
color: #D295D3;
}
.AnyTagClassName
{
color: #D295D3;
}
</style>
background-color css
<style>
a { background-color: #D295D3; }
a { background-color: rgb(210,149,211); }
div.DivClassName
{
background-color: #D295D3;
}
.BgClassName
{
background-color: #D295D3;
}
</style>
border-color css
<style>
span { border-color: #D295D3; }
span { border-color: rgb(210,149,211); }
td.TdClassName
{
border-color: #D295D3;
}
.TagClassName
{
border-color: #D295D3;
}
</style>