Shades of Plum #DA96E5
Tints of Plum #DA96E5
RGB
CMYK
RGB Variations
Color information
#DA96E5 (or 0xDA96E5) is known color: Plum. HEX triplet: DA, 96 and E5. RGB value is (218,150,229). Sum of RGB (Red+Green+Blue) = 218+150+229=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA96E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96E5 is #25691A. Grayscale: #B3B3B3. Windows color (decimal): -2451739 or 15046362. OLE color: 15046362.
HSL color Cylindrical-coordinate representation of color #DA96E5: hue angle of 291.65º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA96E5 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 150 | 229 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.10 |
| HSL | 291.65º | 0.6% | 0.74% | - |
| HSV(B) | 291.65º | 0.34% | 0.9% | - |
| XYZ | 53.96 | 42.38 | 79.46 | - |
| YUV | 179.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 229 | 0.05 | 0.34 | 0 | 0.10 | 291.65 | 0.6 | 0.74 |
| Hex | DA | 96 | E5 | 5 | 22 | 0 | A | 124 | 3C | 4A |
| Octal | 332 | 226 | 345 | 5 | 42 | 0 | 12 | 444 | 74 | 112 |
| Binary | 11011010 | 10010110 | 11100101 | 101 | 100010 | 0 | 1010 | 100100100 | 111100 | 1001010 |
Color Harmonies of #DA96E5
Complementary color
Monochromatic Colors of #DA96E5
Black with #DA96E5
Text Example
Text Example
White with #DA96E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA96E5; }
p { color: rgb(218,150,229); }
H1.HeaderClassName
{
color: #DA96E5;
}
.AnyTagClassName
{
color: #DA96E5;
}
</style>
background-color css
<style>
a { background-color: #DA96E5; }
a { background-color: rgb(218,150,229); }
div.DivClassName
{
background-color: #DA96E5;
}
.BgClassName
{
background-color: #DA96E5;
}
</style>
border-color css
<style>
span { border-color: #DA96E5; }
span { border-color: rgb(218,150,229); }
td.TdClassName
{
border-color: #DA96E5;
}
.TagClassName
{
border-color: #DA96E5;
}
</style>