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