Shades of Plum #DA95D1
Tints of Plum #DA95D1
RGB
CMYK
RGB Variations
Color information
#DA95D1 (or 0xDA95D1) is known color: Plum. HEX triplet: DA, 95 and D1. RGB value is (218,149,209). Sum of RGB (Red+Green+Blue) = 218+149+209=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DA95D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA95D1 is #256A2E. Grayscale: #B0B0B0. Windows color (decimal): -2452015 or 13735386. OLE color: 13735386.
HSL color Cylindrical-coordinate representation of color #DA95D1: hue angle of 307.83º 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 #DA95D1 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 209 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.15 |
| HSL | 307.83º | 0.48% | 0.72% | - |
| HSV(B) | 307.83º | 0.32% | 0.85% | - |
| XYZ | 51.17 | 41 | 65.54 | - |
| YUV | 176.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 209 | 0 | 0.32 | 0.04 | 0.15 | 307.83 | 0.48 | 0.72 |
| Hex | DA | 95 | D1 | 0 | 20 | 4 | F | 134 | 30 | 48 |
| Octal | 332 | 225 | 321 | 0 | 40 | 4 | 17 | 464 | 60 | 110 |
| Binary | 11011010 | 10010101 | 11010001 | 0 | 100000 | 100 | 1111 | 100110100 | 110000 | 1001000 |
Color Harmonies of #DA95D1
Complementary color
Monochromatic Colors of #DA95D1
Black with #DA95D1
Text Example
Text Example
White with #DA95D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA95D1; }
p { color: rgb(218,149,209); }
H1.HeaderClassName
{
color: #DA95D1;
}
.AnyTagClassName
{
color: #DA95D1;
}
</style>
background-color css
<style>
a { background-color: #DA95D1; }
a { background-color: rgb(218,149,209); }
div.DivClassName
{
background-color: #DA95D1;
}
.BgClassName
{
background-color: #DA95D1;
}
</style>
border-color css
<style>
span { border-color: #DA95D1; }
span { border-color: rgb(218,149,209); }
td.TdClassName
{
border-color: #DA95D1;
}
.TagClassName
{
border-color: #DA95D1;
}
</style>