Shades of Violet #DF90EF
Tints of Violet #DF90EF
RGB
CMYK
RGB Variations
Color information
#DF90EF (or 0xDF90EF) is known color: Violet. HEX triplet: DF, 90 and EF. RGB value is (223,144,239). Sum of RGB (Red+Green+Blue) = 223+144+239=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 144 (56.64% from 255 or 23.76% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF90EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF90EF is #206F10. Grayscale: #B2B2B2. Windows color (decimal): -2125585 or 15700191. OLE color: 15700191.
HSL color Cylindrical-coordinate representation of color #DF90EF: hue angle of 289.89º 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 #DF90EF is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 144 | 239 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.06 |
| HSL | 289.89º | 0.75% | 0.75% | - |
| HSV(B) | 289.89º | 0.4% | 0.94% | - |
| XYZ | 55.98 | 41.87 | 86.79 | - |
| YUV | 178.45 | 162.17 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 239 | 0.07 | 0.40 | 0 | 0.06 | 289.89 | 0.75 | 0.75 |
| Hex | DF | 90 | EF | 7 | 28 | 0 | 6 | 122 | 4B | 4B |
| Octal | 337 | 220 | 357 | 7 | 50 | 0 | 6 | 442 | 113 | 113 |
| Binary | 11011111 | 10010000 | 11101111 | 111 | 101000 | 0 | 110 | 100100010 | 1001011 | 1001011 |
Color Harmonies of #DF90EF
Complementary color
Monochromatic Colors of #DF90EF
Black with #DF90EF
Text Example
Text Example
White with #DF90EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90EF; }
p { color: rgb(223,144,239); }
H1.HeaderClassName
{
color: #DF90EF;
}
.AnyTagClassName
{
color: #DF90EF;
}
</style>
background-color css
<style>
a { background-color: #DF90EF; }
a { background-color: rgb(223,144,239); }
div.DivClassName
{
background-color: #DF90EF;
}
.BgClassName
{
background-color: #DF90EF;
}
</style>
border-color css
<style>
span { border-color: #DF90EF; }
span { border-color: rgb(223,144,239); }
td.TdClassName
{
border-color: #DF90EF;
}
.TagClassName
{
border-color: #DF90EF;
}
</style>