Shades of Plum #DA93DF
Tints of Plum #DA93DF
RGB
CMYK
RGB Variations
Color information
#DA93DF (or 0xDA93DF) is known color: Plum. HEX triplet: DA, 93 and DF. RGB value is (218,147,223). Sum of RGB (Red+Green+Blue) = 218+147+223=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 147 (57.81% from 255 or 25% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA93DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA93DF is #256C20. Grayscale: #B0B0B0. Windows color (decimal): -2452513 or 14652378. OLE color: 14652378.
HSL color Cylindrical-coordinate representation of color #DA93DF: hue angle of 296.05º 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 #DA93DF is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 147 | 223 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.13 |
| HSL | 296.05º | 0.54% | 0.73% | - |
| HSV(B) | 296.05º | 0.34% | 0.87% | - |
| XYZ | 52.67 | 41.1 | 74.97 | - |
| YUV | 176.89 | 154.02 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 147 | 223 | 0.02 | 0.34 | 0 | 0.13 | 296.05 | 0.54 | 0.73 |
| Hex | DA | 93 | DF | 2 | 22 | 0 | D | 128 | 36 | 49 |
| Octal | 332 | 223 | 337 | 2 | 42 | 0 | 15 | 450 | 66 | 111 |
| Binary | 11011010 | 10010011 | 11011111 | 10 | 100010 | 0 | 1101 | 100101000 | 110110 | 1001001 |
Color Harmonies of #DA93DF
Complementary color
Monochromatic Colors of #DA93DF
Black with #DA93DF
Text Example
Text Example
White with #DA93DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA93DF; }
p { color: rgb(218,147,223); }
H1.HeaderClassName
{
color: #DA93DF;
}
.AnyTagClassName
{
color: #DA93DF;
}
</style>
background-color css
<style>
a { background-color: #DA93DF; }
a { background-color: rgb(218,147,223); }
div.DivClassName
{
background-color: #DA93DF;
}
.BgClassName
{
background-color: #DA93DF;
}
</style>
border-color css
<style>
span { border-color: #DA93DF; }
span { border-color: rgb(218,147,223); }
td.TdClassName
{
border-color: #DA93DF;
}
.TagClassName
{
border-color: #DA93DF;
}
</style>