Shades of Plum #DA98CE
Tints of Plum #DA98CE
RGB
CMYK
RGB Variations
Color information
#DA98CE (or 0xDA98CE) is known color: Plum. HEX triplet: DA, 98 and CE. RGB value is (218,152,206). Sum of RGB (Red+Green+Blue) = 218+152+206=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 152 (59.77% from 255 or 26.39% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DA98CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA98CE is #256731. Grayscale: #B1B1B1. Windows color (decimal): -2451250 or 13539546. OLE color: 13539546.
HSL color Cylindrical-coordinate representation of color #DA98CE: hue angle of 310.91º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA98CE is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 206 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.15 |
| HSL | 310.91º | 0.47% | 0.73% | - |
| HSV(B) | 310.91º | 0.3% | 0.85% | - |
| XYZ | 51.28 | 41.82 | 63.76 | - |
| YUV | 177.89 | 143.87 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 206 | 0 | 0.30 | 0.06 | 0.15 | 310.91 | 0.47 | 0.73 |
| Hex | DA | 98 | CE | 0 | 1E | 6 | F | 137 | 2F | 49 |
| Octal | 332 | 230 | 316 | 0 | 36 | 6 | 17 | 467 | 57 | 111 |
| Binary | 11011010 | 10011000 | 11001110 | 0 | 11110 | 110 | 1111 | 100110111 | 101111 | 1001001 |
Color Harmonies of #DA98CE
Complementary color
Monochromatic Colors of #DA98CE
Black with #DA98CE
Text Example
Text Example
White with #DA98CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA98CE; }
p { color: rgb(218,152,206); }
H1.HeaderClassName
{
color: #DA98CE;
}
.AnyTagClassName
{
color: #DA98CE;
}
</style>
background-color css
<style>
a { background-color: #DA98CE; }
a { background-color: rgb(218,152,206); }
div.DivClassName
{
background-color: #DA98CE;
}
.BgClassName
{
background-color: #DA98CE;
}
</style>
border-color css
<style>
span { border-color: #DA98CE; }
span { border-color: rgb(218,152,206); }
td.TdClassName
{
border-color: #DA98CE;
}
.TagClassName
{
border-color: #DA98CE;
}
</style>