Shades of Plum #DA99E1
Tints of Plum #DA99E1
RGB
CMYK
RGB Variations
Color information
#DA99E1 (or 0xDA99E1) is known color: Plum. HEX triplet: DA, 99 and E1. RGB value is (218,153,225). Sum of RGB (Red+Green+Blue) = 218+153+225=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA99E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA99E1 is #25661E. Grayscale: #B4B4B4. Windows color (decimal): -2450975 or 14784986. OLE color: 14784986.
HSL color Cylindrical-coordinate representation of color #DA99E1: hue angle of 294.17º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA99E1 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 153 | 225 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.12 |
| HSL | 294.17º | 0.55% | 0.74% | - |
| HSV(B) | 294.17º | 0.32% | 0.88% | - |
| XYZ | 53.9 | 43.12 | 76.72 | - |
| YUV | 180.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 225 | 0.03 | 0.32 | 0 | 0.12 | 294.17 | 0.55 | 0.74 |
| Hex | DA | 99 | E1 | 3 | 20 | 0 | C | 126 | 37 | 4A |
| Octal | 332 | 231 | 341 | 3 | 40 | 0 | 14 | 446 | 67 | 112 |
| Binary | 11011010 | 10011001 | 11100001 | 11 | 100000 | 0 | 1100 | 100100110 | 110111 | 1001010 |
Color Harmonies of #DA99E1
Complementary color
Monochromatic Colors of #DA99E1
Black with #DA99E1
Text Example
Text Example
White with #DA99E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA99E1; }
p { color: rgb(218,153,225); }
H1.HeaderClassName
{
color: #DA99E1;
}
.AnyTagClassName
{
color: #DA99E1;
}
</style>
background-color css
<style>
a { background-color: #DA99E1; }
a { background-color: rgb(218,153,225); }
div.DivClassName
{
background-color: #DA99E1;
}
.BgClassName
{
background-color: #DA99E1;
}
</style>
border-color css
<style>
span { border-color: #DA99E1; }
span { border-color: rgb(218,153,225); }
td.TdClassName
{
border-color: #DA99E1;
}
.TagClassName
{
border-color: #DA99E1;
}
</style>