Shades of Plum #DA90DC
Tints of Plum #DA90DC
RGB
CMYK
RGB Variations
Color information
#DA90DC (or 0xDA90DC) is known color: Plum. HEX triplet: DA, 90 and DC. RGB value is (218,144,220). Sum of RGB (Red+Green+Blue) = 218+144+220=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA90DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA90DC is #256F23. Grayscale: #AEAEAE. Windows color (decimal): -2453284 or 14455002. OLE color: 14455002.
HSL color Cylindrical-coordinate representation of color #DA90DC: hue angle of 298.42º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA90DC is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 144 | 220 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.14 |
| HSL | 298.42º | 0.52% | 0.71% | - |
| HSV(B) | 298.42º | 0.35% | 0.86% | - |
| XYZ | 51.8 | 40.02 | 72.7 | - |
| YUV | 174.79 | 153.52 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 220 | 0.01 | 0.35 | 0 | 0.14 | 298.42 | 0.52 | 0.71 |
| Hex | DA | 90 | DC | 1 | 23 | 0 | E | 12A | 34 | 47 |
| Octal | 332 | 220 | 334 | 1 | 43 | 0 | 16 | 452 | 64 | 107 |
| Binary | 11011010 | 10010000 | 11011100 | 1 | 100011 | 0 | 1110 | 100101010 | 110100 | 1000111 |
Color Harmonies of #DA90DC
Complementary color
Monochromatic Colors of #DA90DC
Black with #DA90DC
Text Example
Text Example
White with #DA90DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA90DC; }
p { color: rgb(218,144,220); }
H1.HeaderClassName
{
color: #DA90DC;
}
.AnyTagClassName
{
color: #DA90DC;
}
</style>
background-color css
<style>
a { background-color: #DA90DC; }
a { background-color: rgb(218,144,220); }
div.DivClassName
{
background-color: #DA90DC;
}
.BgClassName
{
background-color: #DA90DC;
}
</style>
border-color css
<style>
span { border-color: #DA90DC; }
span { border-color: rgb(218,144,220); }
td.TdClassName
{
border-color: #DA90DC;
}
.TagClassName
{
border-color: #DA90DC;
}
</style>