Shades of Plum #DA96DB
Tints of Plum #DA96DB
RGB
CMYK
RGB Variations
Color information
#DA96DB (or 0xDA96DB) is known color: Plum. HEX triplet: DA, 96 and DB. RGB value is (218,150,219). Sum of RGB (Red+Green+Blue) = 218+150+219=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA96DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96DB is #256924. Grayscale: #B1B1B1. Windows color (decimal): -2451749 or 14391002. OLE color: 14391002.
HSL color Cylindrical-coordinate representation of color #DA96DB: hue angle of 299.13º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA96DB is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 150 | 219 | - |
| CMYK | 0.00 | 0.32 | 0 | 0.14 |
| HSL | 299.13º | 0.49% | 0.72% | - |
| HSV(B) | 299.13º | 0.32% | 0.86% | - |
| XYZ | 52.61 | 41.83 | 72.32 | - |
| YUV | 178.2 | 151.03 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 219 | 0.00 | 0.32 | 0 | 0.14 | 299.13 | 0.49 | 0.72 |
| Hex | DA | 96 | DB | 0 | 20 | 0 | E | 12B | 31 | 48 |
| Octal | 332 | 226 | 333 | 0 | 40 | 0 | 16 | 453 | 61 | 110 |
| Binary | 11011010 | 10010110 | 11011011 | 0 | 100000 | 0 | 1110 | 100101011 | 110001 | 1001000 |
Color Harmonies of #DA96DB
Complementary color
Monochromatic Colors of #DA96DB
Black with #DA96DB
Text Example
Text Example
White with #DA96DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA96DB; }
p { color: rgb(218,150,219); }
H1.HeaderClassName
{
color: #DA96DB;
}
.AnyTagClassName
{
color: #DA96DB;
}
</style>
background-color css
<style>
a { background-color: #DA96DB; }
a { background-color: rgb(218,150,219); }
div.DivClassName
{
background-color: #DA96DB;
}
.BgClassName
{
background-color: #DA96DB;
}
</style>
border-color css
<style>
span { border-color: #DA96DB; }
span { border-color: rgb(218,150,219); }
td.TdClassName
{
border-color: #DA96DB;
}
.TagClassName
{
border-color: #DA96DB;
}
</style>