Shades of Plum #DA90EE
Tints of Plum #DA90EE
RGB
CMYK
RGB Variations
Color information
#DA90EE (or 0xDA90EE) is known color: Plum. HEX triplet: DA, 90 and EE. RGB value is (218,144,238). Sum of RGB (Red+Green+Blue) = 218+144+238=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA90EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA90EE is #256F11. Grayscale: #B0B0B0. Windows color (decimal): -2453266 or 15634650. OLE color: 15634650.
HSL color Cylindrical-coordinate representation of color #DA90EE: hue angle of 287.23º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA90EE is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 144 | 238 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.07 |
| HSL | 287.23º | 0.73% | 0.75% | - |
| HSV(B) | 287.23º | 0.39% | 0.93% | - |
| XYZ | 54.32 | 41.02 | 85.94 | - |
| YUV | 176.84 | 162.52 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 238 | 0.08 | 0.39 | 0 | 0.07 | 287.23 | 0.73 | 0.75 |
| Hex | DA | 90 | EE | 8 | 27 | 0 | 7 | 11F | 49 | 4B |
| Octal | 332 | 220 | 356 | 10 | 47 | 0 | 7 | 437 | 111 | 113 |
| Binary | 11011010 | 10010000 | 11101110 | 1000 | 100111 | 0 | 111 | 100011111 | 1001001 | 1001011 |
Color Harmonies of #DA90EE
Complementary color
Monochromatic Colors of #DA90EE
Black with #DA90EE
Text Example
Text Example
White with #DA90EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA90EE; }
p { color: rgb(218,144,238); }
H1.HeaderClassName
{
color: #DA90EE;
}
.AnyTagClassName
{
color: #DA90EE;
}
</style>
background-color css
<style>
a { background-color: #DA90EE; }
a { background-color: rgb(218,144,238); }
div.DivClassName
{
background-color: #DA90EE;
}
.BgClassName
{
background-color: #DA90EE;
}
</style>
border-color css
<style>
span { border-color: #DA90EE; }
span { border-color: rgb(218,144,238); }
td.TdClassName
{
border-color: #DA90EE;
}
.TagClassName
{
border-color: #DA90EE;
}
</style>