Shades of Plum #DA95E0
Tints of Plum #DA95E0
RGB
CMYK
RGB Variations
Color information
#DA95E0 (or 0xDA95E0) is known color: Plum. HEX triplet: DA, 95 and E0. RGB value is (218,149,224). Sum of RGB (Red+Green+Blue) = 218+149+224=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 149 (58.59% from 255 or 25.21% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 224 - color contains mainly: blue. Hex color #DA95E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA95E0 is #256A1F. Grayscale: #B1B1B1. Windows color (decimal): -2452000 or 14718426. OLE color: 14718426.
HSL color Cylindrical-coordinate representation of color #DA95E0: hue angle of 295.2º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA95E0 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 149 | 224 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.12 |
| HSL | 295.2º | 0.55% | 0.73% | - |
| HSV(B) | 295.2º | 0.33% | 0.88% | - |
| XYZ | 53.12 | 41.78 | 75.79 | - |
| YUV | 178.18 | 153.86 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 224 | 0.03 | 0.33 | 0 | 0.12 | 295.2 | 0.55 | 0.73 |
| Hex | DA | 95 | E0 | 3 | 21 | 0 | C | 127 | 37 | 49 |
| Octal | 332 | 225 | 340 | 3 | 41 | 0 | 14 | 447 | 67 | 111 |
| Binary | 11011010 | 10010101 | 11100000 | 11 | 100001 | 0 | 1100 | 100100111 | 110111 | 1001001 |
Color Harmonies of #DA95E0
Complementary color
Monochromatic Colors of #DA95E0
Black with #DA95E0
Text Example
Text Example
White with #DA95E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA95E0; }
p { color: rgb(218,149,224); }
H1.HeaderClassName
{
color: #DA95E0;
}
.AnyTagClassName
{
color: #DA95E0;
}
</style>
background-color css
<style>
a { background-color: #DA95E0; }
a { background-color: rgb(218,149,224); }
div.DivClassName
{
background-color: #DA95E0;
}
.BgClassName
{
background-color: #DA95E0;
}
</style>
border-color css
<style>
span { border-color: #DA95E0; }
span { border-color: rgb(218,149,224); }
td.TdClassName
{
border-color: #DA95E0;
}
.TagClassName
{
border-color: #DA95E0;
}
</style>