Shades of Plum #DA94E5
Tints of Plum #DA94E5
RGB
CMYK
RGB Variations
Color information
#DA94E5 (or 0xDA94E5) is known color: Plum. HEX triplet: DA, 94 and E5. RGB value is (218,148,229). Sum of RGB (Red+Green+Blue) = 218+148+229=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA94E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA94E5 is #256B1A. Grayscale: #B1B1B1. Windows color (decimal): -2452251 or 15045850. OLE color: 15045850.
HSL color Cylindrical-coordinate representation of color #DA94E5: hue angle of 291.85º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA94E5 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 148 | 229 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.10 |
| HSL | 291.85º | 0.61% | 0.74% | - |
| HSV(B) | 291.85º | 0.35% | 0.9% | - |
| XYZ | 53.65 | 41.74 | 79.36 | - |
| YUV | 178.16 | 156.69 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 148 | 229 | 0.05 | 0.35 | 0 | 0.10 | 291.85 | 0.61 | 0.74 |
| Hex | DA | 94 | E5 | 5 | 23 | 0 | A | 124 | 3D | 4A |
| Octal | 332 | 224 | 345 | 5 | 43 | 0 | 12 | 444 | 75 | 112 |
| Binary | 11011010 | 10010100 | 11100101 | 101 | 100011 | 0 | 1010 | 100100100 | 111101 | 1001010 |
Color Harmonies of #DA94E5
Complementary color
Monochromatic Colors of #DA94E5
Black with #DA94E5
Text Example
Text Example
White with #DA94E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA94E5; }
p { color: rgb(218,148,229); }
H1.HeaderClassName
{
color: #DA94E5;
}
.AnyTagClassName
{
color: #DA94E5;
}
</style>
background-color css
<style>
a { background-color: #DA94E5; }
a { background-color: rgb(218,148,229); }
div.DivClassName
{
background-color: #DA94E5;
}
.BgClassName
{
background-color: #DA94E5;
}
</style>
border-color css
<style>
span { border-color: #DA94E5; }
span { border-color: rgb(218,148,229); }
td.TdClassName
{
border-color: #DA94E5;
}
.TagClassName
{
border-color: #DA94E5;
}
</style>