Shades of Violet #DF90EE
Tints of Violet #DF90EE
RGB
CMYK
RGB Variations
Color information
#DF90EE (or 0xDF90EE) is known color: Violet. HEX triplet: DF, 90 and EE. RGB value is (223,144,238). Sum of RGB (Red+Green+Blue) = 223+144+238=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 144 (56.64% from 255 or 23.80% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF90EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF90EE is #206F11. Grayscale: #B2B2B2. Windows color (decimal): -2125586 or 15634655. OLE color: 15634655.
HSL color Cylindrical-coordinate representation of color #DF90EE: hue angle of 290.43º 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 #DF90EE is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 144 | 238 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.07 |
| HSL | 290.43º | 0.73% | 0.75% | - |
| HSV(B) | 290.43º | 0.39% | 0.93% | - |
| XYZ | 55.84 | 41.81 | 86.02 | - |
| YUV | 178.34 | 161.67 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 238 | 0.06 | 0.39 | 0 | 0.07 | 290.43 | 0.73 | 0.75 |
| Hex | DF | 90 | EE | 6 | 27 | 0 | 7 | 122 | 49 | 4B |
| Octal | 337 | 220 | 356 | 6 | 47 | 0 | 7 | 442 | 111 | 113 |
| Binary | 11011111 | 10010000 | 11101110 | 110 | 100111 | 0 | 111 | 100100010 | 1001001 | 1001011 |
Color Harmonies of #DF90EE
Complementary color
Monochromatic Colors of #DF90EE
Black with #DF90EE
Text Example
Text Example
White with #DF90EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90EE; }
p { color: rgb(223,144,238); }
H1.HeaderClassName
{
color: #DF90EE;
}
.AnyTagClassName
{
color: #DF90EE;
}
</style>
background-color css
<style>
a { background-color: #DF90EE; }
a { background-color: rgb(223,144,238); }
div.DivClassName
{
background-color: #DF90EE;
}
.BgClassName
{
background-color: #DF90EE;
}
</style>
border-color css
<style>
span { border-color: #DF90EE; }
span { border-color: rgb(223,144,238); }
td.TdClassName
{
border-color: #DF90EE;
}
.TagClassName
{
border-color: #DF90EE;
}
</style>