Shades of Plum #DA95DB
Tints of Plum #DA95DB
RGB
CMYK
RGB Variations
Color information
#DA95DB (or 0xDA95DB) is known color: Plum. HEX triplet: DA, 95 and DB. RGB value is (218,149,219). Sum of RGB (Red+Green+Blue) = 218+149+219=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA95DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA95DB is #256A24. Grayscale: #B1B1B1. Windows color (decimal): -2452005 or 14390746. OLE color: 14390746.
HSL color Cylindrical-coordinate representation of color #DA95DB: hue angle of 299.14º 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 #DA95DB is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 149 | 219 | - |
| CMYK | 0.00 | 0.32 | 0 | 0.14 |
| HSL | 299.14º | 0.49% | 0.72% | - |
| HSV(B) | 299.14º | 0.32% | 0.86% | - |
| XYZ | 52.45 | 41.51 | 72.27 | - |
| YUV | 177.61 | 151.36 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 219 | 0.00 | 0.32 | 0 | 0.14 | 299.14 | 0.49 | 0.72 |
| Hex | DA | 95 | DB | 0 | 20 | 0 | E | 12B | 31 | 48 |
| Octal | 332 | 225 | 333 | 0 | 40 | 0 | 16 | 453 | 61 | 110 |
| Binary | 11011010 | 10010101 | 11011011 | 0 | 100000 | 0 | 1110 | 100101011 | 110001 | 1001000 |
Color Harmonies of #DA95DB
Complementary color
Monochromatic Colors of #DA95DB
Black with #DA95DB
Text Example
Text Example
White with #DA95DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA95DB; }
p { color: rgb(218,149,219); }
H1.HeaderClassName
{
color: #DA95DB;
}
.AnyTagClassName
{
color: #DA95DB;
}
</style>
background-color css
<style>
a { background-color: #DA95DB; }
a { background-color: rgb(218,149,219); }
div.DivClassName
{
background-color: #DA95DB;
}
.BgClassName
{
background-color: #DA95DB;
}
</style>
border-color css
<style>
span { border-color: #DA95DB; }
span { border-color: rgb(218,149,219); }
td.TdClassName
{
border-color: #DA95DB;
}
.TagClassName
{
border-color: #DA95DB;
}
</style>