Shades of Plum #DA94DF
Tints of Plum #DA94DF
RGB
CMYK
RGB Variations
Color information
#DA94DF (or 0xDA94DF) is known color: Plum. HEX triplet: DA, 94 and DF. RGB value is (218,148,223). Sum of RGB (Red+Green+Blue) = 218+148+223=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA94DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA94DF is #256B20. Grayscale: #B1B1B1. Windows color (decimal): -2452257 or 14652634. OLE color: 14652634.
HSL color Cylindrical-coordinate representation of color #DA94DF: hue angle of 296º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA94DF is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 148 | 223 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.13 |
| HSL | 296º | 0.54% | 0.73% | - |
| HSV(B) | 296º | 0.34% | 0.87% | - |
| XYZ | 52.82 | 41.41 | 75.02 | - |
| YUV | 177.48 | 153.69 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 148 | 223 | 0.02 | 0.34 | 0 | 0.13 | 296 | 0.54 | 0.73 |
| Hex | DA | 94 | DF | 2 | 22 | 0 | D | 128 | 36 | 49 |
| Octal | 332 | 224 | 337 | 2 | 42 | 0 | 15 | 450 | 66 | 111 |
| Binary | 11011010 | 10010100 | 11011111 | 10 | 100010 | 0 | 1101 | 100101000 | 110110 | 1001001 |
Color Harmonies of #DA94DF
Complementary color
Monochromatic Colors of #DA94DF
Black with #DA94DF
Text Example
Text Example
White with #DA94DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA94DF; }
p { color: rgb(218,148,223); }
H1.HeaderClassName
{
color: #DA94DF;
}
.AnyTagClassName
{
color: #DA94DF;
}
</style>
background-color css
<style>
a { background-color: #DA94DF; }
a { background-color: rgb(218,148,223); }
div.DivClassName
{
background-color: #DA94DF;
}
.BgClassName
{
background-color: #DA94DF;
}
</style>
border-color css
<style>
span { border-color: #DA94DF; }
span { border-color: rgb(218,148,223); }
td.TdClassName
{
border-color: #DA94DF;
}
.TagClassName
{
border-color: #DA94DF;
}
</style>