Shades of Plum #DA98E1
Tints of Plum #DA98E1
RGB
CMYK
RGB Variations
Color information
#DA98E1 (or 0xDA98E1) is known color: Plum. HEX triplet: DA, 98 and E1. RGB value is (218,152,225). Sum of RGB (Red+Green+Blue) = 218+152+225=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA98E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA98E1 is #25671E. Grayscale: #B3B3B3. Windows color (decimal): -2451231 or 14784730. OLE color: 14784730.
HSL color Cylindrical-coordinate representation of color #DA98E1: hue angle of 294.25º 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 #DA98E1 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 152 | 225 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.12 |
| HSL | 294.25º | 0.55% | 0.74% | - |
| HSV(B) | 294.25º | 0.32% | 0.88% | - |
| XYZ | 53.73 | 42.8 | 76.66 | - |
| YUV | 180.06 | 153.37 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 225 | 0.03 | 0.32 | 0 | 0.12 | 294.25 | 0.55 | 0.74 |
| Hex | DA | 98 | E1 | 3 | 20 | 0 | C | 126 | 37 | 4A |
| Octal | 332 | 230 | 341 | 3 | 40 | 0 | 14 | 446 | 67 | 112 |
| Binary | 11011010 | 10011000 | 11100001 | 11 | 100000 | 0 | 1100 | 100100110 | 110111 | 1001010 |
Color Harmonies of #DA98E1
Complementary color
Monochromatic Colors of #DA98E1
Black with #DA98E1
Text Example
Text Example
White with #DA98E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA98E1; }
p { color: rgb(218,152,225); }
H1.HeaderClassName
{
color: #DA98E1;
}
.AnyTagClassName
{
color: #DA98E1;
}
</style>
background-color css
<style>
a { background-color: #DA98E1; }
a { background-color: rgb(218,152,225); }
div.DivClassName
{
background-color: #DA98E1;
}
.BgClassName
{
background-color: #DA98E1;
}
</style>
border-color css
<style>
span { border-color: #DA98E1; }
span { border-color: rgb(218,152,225); }
td.TdClassName
{
border-color: #DA98E1;
}
.TagClassName
{
border-color: #DA98E1;
}
</style>