Shades of Violet #DD90EE
Tints of Violet #DD90EE
RGB
CMYK
RGB Variations
Color information
#DD90EE (or 0xDD90EE) is known color: Violet. HEX triplet: DD, 90 and EE. RGB value is (221,144,238). Sum of RGB (Red+Green+Blue) = 221+144+238=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD90EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD90EE is #226F11. Grayscale: #B1B1B1. Windows color (decimal): -2256658 or 15634653. OLE color: 15634653.
HSL color Cylindrical-coordinate representation of color #DD90EE: hue angle of 289.15º 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 #DD90EE is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 144 | 238 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.07 |
| HSL | 289.15º | 0.73% | 0.75% | - |
| HSV(B) | 289.15º | 0.39% | 0.93% | - |
| XYZ | 55.22 | 41.49 | 85.99 | - |
| YUV | 177.74 | 162.01 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 238 | 0.07 | 0.39 | 0 | 0.07 | 289.15 | 0.73 | 0.75 |
| Hex | DD | 90 | EE | 7 | 27 | 0 | 7 | 121 | 49 | 4B |
| Octal | 335 | 220 | 356 | 7 | 47 | 0 | 7 | 441 | 111 | 113 |
| Binary | 11011101 | 10010000 | 11101110 | 111 | 100111 | 0 | 111 | 100100001 | 1001001 | 1001011 |
Color Harmonies of #DD90EE
Complementary color
Monochromatic Colors of #DD90EE
Black with #DD90EE
Text Example
Text Example
White with #DD90EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD90EE; }
p { color: rgb(221,144,238); }
H1.HeaderClassName
{
color: #DD90EE;
}
.AnyTagClassName
{
color: #DD90EE;
}
</style>
background-color css
<style>
a { background-color: #DD90EE; }
a { background-color: rgb(221,144,238); }
div.DivClassName
{
background-color: #DD90EE;
}
.BgClassName
{
background-color: #DD90EE;
}
</style>
border-color css
<style>
span { border-color: #DD90EE; }
span { border-color: rgb(221,144,238); }
td.TdClassName
{
border-color: #DD90EE;
}
.TagClassName
{
border-color: #DD90EE;
}
</style>