Shades of Plum #DB98ED
Tints of Plum #DB98ED
RGB
CMYK
RGB Variations
Color information
#DB98ED (or 0xDB98ED) is known color: Plum. HEX triplet: DB, 98 and ED. RGB value is (219,152,237). Sum of RGB (Red+Green+Blue) = 219+152+237=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 152 (59.77% from 255 or 25% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB98ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB98ED is #246712. Grayscale: #B5B5B5. Windows color (decimal): -2385683 or 15571163. OLE color: 15571163.
HSL color Cylindrical-coordinate representation of color #DB98ED: hue angle of 287.29º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB98ED is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 152 | 237 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.07 |
| HSL | 287.29º | 0.7% | 0.76% | - |
| HSV(B) | 287.29º | 0.36% | 0.93% | - |
| XYZ | 55.73 | 43.63 | 85.61 | - |
| YUV | 181.72 | 159.2 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 237 | 0.08 | 0.36 | 0 | 0.07 | 287.29 | 0.7 | 0.76 |
| Hex | DB | 98 | ED | 8 | 24 | 0 | 7 | 11F | 46 | 4C |
| Octal | 333 | 230 | 355 | 10 | 44 | 0 | 7 | 437 | 106 | 114 |
| Binary | 11011011 | 10011000 | 11101101 | 1000 | 100100 | 0 | 111 | 100011111 | 1000110 | 1001100 |
Color Harmonies of #DB98ED
Complementary color
Monochromatic Colors of #DB98ED
Black with #DB98ED
Text Example
Text Example
White with #DB98ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98ED; }
p { color: rgb(219,152,237); }
H1.HeaderClassName
{
color: #DB98ED;
}
.AnyTagClassName
{
color: #DB98ED;
}
</style>
background-color css
<style>
a { background-color: #DB98ED; }
a { background-color: rgb(219,152,237); }
div.DivClassName
{
background-color: #DB98ED;
}
.BgClassName
{
background-color: #DB98ED;
}
</style>
border-color css
<style>
span { border-color: #DB98ED; }
span { border-color: rgb(219,152,237); }
td.TdClassName
{
border-color: #DB98ED;
}
.TagClassName
{
border-color: #DB98ED;
}
</style>