Shades of Plum #DA90DB
Tints of Plum #DA90DB
RGB
CMYK
RGB Variations
Color information
#DA90DB (or 0xDA90DB) is known color: Plum. HEX triplet: DA, 90 and DB. RGB value is (218,144,219). Sum of RGB (Red+Green+Blue) = 218+144+219=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA90DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA90DB is #256F24. Grayscale: #AEAEAE. Windows color (decimal): -2453285 or 14389466. OLE color: 14389466.
HSL color Cylindrical-coordinate representation of color #DA90DB: hue angle of 299.2º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA90DB is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 144 | 219 | - |
| CMYK | 0.00 | 0.34 | 0 | 0.14 |
| HSL | 299.2º | 0.51% | 0.71% | - |
| HSV(B) | 299.2º | 0.34% | 0.86% | - |
| XYZ | 51.67 | 39.97 | 72.01 | - |
| YUV | 174.68 | 153.02 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 219 | 0.00 | 0.34 | 0 | 0.14 | 299.2 | 0.51 | 0.71 |
| Hex | DA | 90 | DB | 0 | 22 | 0 | E | 12B | 33 | 47 |
| Octal | 332 | 220 | 333 | 0 | 42 | 0 | 16 | 453 | 63 | 107 |
| Binary | 11011010 | 10010000 | 11011011 | 0 | 100010 | 0 | 1110 | 100101011 | 110011 | 1000111 |
Color Harmonies of #DA90DB
Complementary color
Monochromatic Colors of #DA90DB
Black with #DA90DB
Text Example
Text Example
White with #DA90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA90DB; }
p { color: rgb(218,144,219); }
H1.HeaderClassName
{
color: #DA90DB;
}
.AnyTagClassName
{
color: #DA90DB;
}
</style>
background-color css
<style>
a { background-color: #DA90DB; }
a { background-color: rgb(218,144,219); }
div.DivClassName
{
background-color: #DA90DB;
}
.BgClassName
{
background-color: #DA90DB;
}
</style>
border-color css
<style>
span { border-color: #DA90DB; }
span { border-color: rgb(218,144,219); }
td.TdClassName
{
border-color: #DA90DB;
}
.TagClassName
{
border-color: #DA90DB;
}
</style>