Shades of Plum #DA90DF
Tints of Plum #DA90DF
RGB
CMYK
RGB Variations
Color information
#DA90DF (or 0xDA90DF) is known color: Plum. HEX triplet: DA, 90 and DF. RGB value is (218,144,223). Sum of RGB (Red+Green+Blue) = 218+144+223=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA90DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA90DF is #256F20. Grayscale: #AEAEAE. Windows color (decimal): -2453281 or 14651610. OLE color: 14651610.
HSL color Cylindrical-coordinate representation of color #DA90DF: hue angle of 296.2º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA90DF is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 144 | 223 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.13 |
| HSL | 296.2º | 0.55% | 0.72% | - |
| HSV(B) | 296.2º | 0.35% | 0.87% | - |
| XYZ | 52.21 | 40.18 | 74.82 | - |
| YUV | 175.13 | 155.02 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 223 | 0.02 | 0.35 | 0 | 0.13 | 296.2 | 0.55 | 0.72 |
| Hex | DA | 90 | DF | 2 | 23 | 0 | D | 128 | 37 | 48 |
| Octal | 332 | 220 | 337 | 2 | 43 | 0 | 15 | 450 | 67 | 110 |
| Binary | 11011010 | 10010000 | 11011111 | 10 | 100011 | 0 | 1101 | 100101000 | 110111 | 1001000 |
Color Harmonies of #DA90DF
Complementary color
Monochromatic Colors of #DA90DF
Black with #DA90DF
Text Example
Text Example
White with #DA90DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA90DF; }
p { color: rgb(218,144,223); }
H1.HeaderClassName
{
color: #DA90DF;
}
.AnyTagClassName
{
color: #DA90DF;
}
</style>
background-color css
<style>
a { background-color: #DA90DF; }
a { background-color: rgb(218,144,223); }
div.DivClassName
{
background-color: #DA90DF;
}
.BgClassName
{
background-color: #DA90DF;
}
</style>
border-color css
<style>
span { border-color: #DA90DF; }
span { border-color: rgb(218,144,223); }
td.TdClassName
{
border-color: #DA90DF;
}
.TagClassName
{
border-color: #DA90DF;
}
</style>