Shades of Plum #DA90DA
Tints of Plum #DA90DA
RGB
CMYK
RGB Variations
Color information
#DA90DA (or 0xDA90DA) is known color: Plum. HEX triplet: DA, 90 and DA. RGB value is (218,144,218). Sum of RGB (Red+Green+Blue) = 218+144+218=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA90DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA90DA is #256F25. Grayscale: #AEAEAE. Windows color (decimal): -2453286 or 14323930. OLE color: 14323930.
HSL color Cylindrical-coordinate representation of color #DA90DA: hue angle of 300º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA90DA is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 144 | 218 | - |
| CMYK | 0 | 0.34 | 0 | 0.15 |
| HSL | 300º | 0.5% | 0.71% | - |
| HSV(B) | 300º | 0.34% | 0.85% | - |
| XYZ | 51.54 | 39.91 | 71.32 | - |
| YUV | 174.56 | 152.52 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 218 | 0 | 0.34 | 0 | 0.15 | 300 | 0.5 | 0.71 |
| Hex | DA | 90 | DA | 0 | 22 | 0 | F | 12C | 32 | 47 |
| Octal | 332 | 220 | 332 | 0 | 42 | 0 | 17 | 454 | 62 | 107 |
| Binary | 11011010 | 10010000 | 11011010 | 0 | 100010 | 0 | 1111 | 100101100 | 110010 | 1000111 |
Color Harmonies of #DA90DA
Complementary color
Monochromatic Colors of #DA90DA
Black with #DA90DA
Text Example
Text Example
White with #DA90DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA90DA; }
p { color: rgb(218,144,218); }
H1.HeaderClassName
{
color: #DA90DA;
}
.AnyTagClassName
{
color: #DA90DA;
}
</style>
background-color css
<style>
a { background-color: #DA90DA; }
a { background-color: rgb(218,144,218); }
div.DivClassName
{
background-color: #DA90DA;
}
.BgClassName
{
background-color: #DA90DA;
}
</style>
border-color css
<style>
span { border-color: #DA90DA; }
span { border-color: rgb(218,144,218); }
td.TdClassName
{
border-color: #DA90DA;
}
.TagClassName
{
border-color: #DA90DA;
}
</style>