Shades of Plum #DA90CE
Tints of Plum #DA90CE
RGB
CMYK
RGB Variations
Color information
#DA90CE (or 0xDA90CE) is known color: Plum. HEX triplet: DA, 90 and CE. RGB value is (218,144,206). Sum of RGB (Red+Green+Blue) = 218+144+206=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DA90CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA90CE is #256F31. Grayscale: #ADADAD. Windows color (decimal): -2453298 or 13537498. OLE color: 13537498.
HSL color Cylindrical-coordinate representation of color #DA90CE: hue angle of 309.73º 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 #DA90CE is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 144 | 206 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.15 |
| HSL | 309.73º | 0.5% | 0.71% | - |
| HSV(B) | 309.73º | 0.34% | 0.85% | - |
| XYZ | 50.03 | 39.31 | 63.34 | - |
| YUV | 173.19 | 146.52 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 206 | 0 | 0.34 | 0.06 | 0.15 | 309.73 | 0.5 | 0.71 |
| Hex | DA | 90 | CE | 0 | 22 | 6 | F | 136 | 32 | 47 |
| Octal | 332 | 220 | 316 | 0 | 42 | 6 | 17 | 466 | 62 | 107 |
| Binary | 11011010 | 10010000 | 11001110 | 0 | 100010 | 110 | 1111 | 100110110 | 110010 | 1000111 |
Color Harmonies of #DA90CE
Complementary color
Monochromatic Colors of #DA90CE
Black with #DA90CE
Text Example
Text Example
White with #DA90CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA90CE; }
p { color: rgb(218,144,206); }
H1.HeaderClassName
{
color: #DA90CE;
}
.AnyTagClassName
{
color: #DA90CE;
}
</style>
background-color css
<style>
a { background-color: #DA90CE; }
a { background-color: rgb(218,144,206); }
div.DivClassName
{
background-color: #DA90CE;
}
.BgClassName
{
background-color: #DA90CE;
}
</style>
border-color css
<style>
span { border-color: #DA90CE; }
span { border-color: rgb(218,144,206); }
td.TdClassName
{
border-color: #DA90CE;
}
.TagClassName
{
border-color: #DA90CE;
}
</style>