Shades of Violet #DD90EF
Tints of Violet #DD90EF
RGB
CMYK
RGB Variations
Color information
#DD90EF (or 0xDD90EF) is known color: Violet. HEX triplet: DD, 90 and EF. RGB value is (221,144,239). Sum of RGB (Red+Green+Blue) = 221+144+239=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 144 (56.64% from 255 or 23.84% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD90EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD90EF is #226F10. Grayscale: #B1B1B1. Windows color (decimal): -2256657 or 15700189. OLE color: 15700189.
HSL color Cylindrical-coordinate representation of color #DD90EF: hue angle of 288.63º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD90EF is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 144 | 239 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.06 |
| HSL | 288.63º | 0.75% | 0.75% | - |
| HSV(B) | 288.63º | 0.4% | 0.94% | - |
| XYZ | 55.37 | 41.55 | 86.76 | - |
| YUV | 177.85 | 162.51 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 239 | 0.08 | 0.40 | 0 | 0.06 | 288.63 | 0.75 | 0.75 |
| Hex | DD | 90 | EF | 8 | 28 | 0 | 6 | 121 | 4B | 4B |
| Octal | 335 | 220 | 357 | 10 | 50 | 0 | 6 | 441 | 113 | 113 |
| Binary | 11011101 | 10010000 | 11101111 | 1000 | 101000 | 0 | 110 | 100100001 | 1001011 | 1001011 |
Color Harmonies of #DD90EF
Complementary color
Monochromatic Colors of #DD90EF
Black with #DD90EF
Text Example
Text Example
White with #DD90EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD90EF; }
p { color: rgb(221,144,239); }
H1.HeaderClassName
{
color: #DD90EF;
}
.AnyTagClassName
{
color: #DD90EF;
}
</style>
background-color css
<style>
a { background-color: #DD90EF; }
a { background-color: rgb(221,144,239); }
div.DivClassName
{
background-color: #DD90EF;
}
.BgClassName
{
background-color: #DD90EF;
}
</style>
border-color css
<style>
span { border-color: #DD90EF; }
span { border-color: rgb(221,144,239); }
td.TdClassName
{
border-color: #DD90EF;
}
.TagClassName
{
border-color: #DD90EF;
}
</style>