Shades of Plum #DA94DE
Tints of Plum #DA94DE
RGB
CMYK
RGB Variations
Color information
#DA94DE (or 0xDA94DE) is known color: Plum. HEX triplet: DA, 94 and DE. RGB value is (218,148,222). Sum of RGB (Red+Green+Blue) = 218+148+222=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA94DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA94DE is #256B21. Grayscale: #B1B1B1. Windows color (decimal): -2452258 or 14587098. OLE color: 14587098.
HSL color Cylindrical-coordinate representation of color #DA94DE: hue angle of 296.76º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA94DE is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 148 | 222 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.13 |
| HSL | 296.76º | 0.53% | 0.73% | - |
| HSV(B) | 296.76º | 0.33% | 0.87% | - |
| XYZ | 52.69 | 41.36 | 74.31 | - |
| YUV | 177.37 | 153.19 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 148 | 222 | 0.02 | 0.33 | 0 | 0.13 | 296.76 | 0.53 | 0.73 |
| Hex | DA | 94 | DE | 2 | 21 | 0 | D | 129 | 35 | 49 |
| Octal | 332 | 224 | 336 | 2 | 41 | 0 | 15 | 451 | 65 | 111 |
| Binary | 11011010 | 10010100 | 11011110 | 10 | 100001 | 0 | 1101 | 100101001 | 110101 | 1001001 |
Color Harmonies of #DA94DE
Complementary color
Monochromatic Colors of #DA94DE
Black with #DA94DE
Text Example
Text Example
White with #DA94DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA94DE; }
p { color: rgb(218,148,222); }
H1.HeaderClassName
{
color: #DA94DE;
}
.AnyTagClassName
{
color: #DA94DE;
}
</style>
background-color css
<style>
a { background-color: #DA94DE; }
a { background-color: rgb(218,148,222); }
div.DivClassName
{
background-color: #DA94DE;
}
.BgClassName
{
background-color: #DA94DE;
}
</style>
border-color css
<style>
span { border-color: #DA94DE; }
span { border-color: rgb(218,148,222); }
td.TdClassName
{
border-color: #DA94DE;
}
.TagClassName
{
border-color: #DA94DE;
}
</style>