Shades of Violet #DF90F4
Tints of Violet #DF90F4
RGB
CMYK
RGB Variations
Color information
#DF90F4 (or 0xDF90F4) is known color: Violet. HEX triplet: DF, 90 and F4. RGB value is (223,144,244). Sum of RGB (Red+Green+Blue) = 223+144+244=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 144 (56.64% from 255 or 23.57% from 611); Blue value is 244 (95.70% from 255 or 39.93% from 611); Max value from RGB is 244 - color contains mainly: blue. Hex color #DF90F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF90F4 is #206F0B. Grayscale: #B2B2B2. Windows color (decimal): -2125580 or 16027871. OLE color: 16027871.
HSL color Cylindrical-coordinate representation of color #DF90F4: hue angle of 287.4º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF90F4 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 144 | 244 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.04 |
| HSL | 287.4º | 0.82% | 0.76% | - |
| HSV(B) | 287.4º | 0.41% | 0.96% | - |
| XYZ | 56.73 | 42.17 | 90.74 | - |
| YUV | 179.02 | 164.67 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 244 | 0.09 | 0.41 | 0 | 0.04 | 287.4 | 0.82 | 0.76 |
| Hex | DF | 90 | F4 | 9 | 29 | 0 | 4 | 11F | 52 | 4C |
| Octal | 337 | 220 | 364 | 11 | 51 | 0 | 4 | 437 | 122 | 114 |
| Binary | 11011111 | 10010000 | 11110100 | 1001 | 101001 | 0 | 100 | 100011111 | 1010010 | 1001100 |
Color Harmonies of #DF90F4
Complementary color
Monochromatic Colors of #DF90F4
Black with #DF90F4
Text Example
Text Example
White with #DF90F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90F4; }
p { color: rgb(223,144,244); }
H1.HeaderClassName
{
color: #DF90F4;
}
.AnyTagClassName
{
color: #DF90F4;
}
</style>
background-color css
<style>
a { background-color: #DF90F4; }
a { background-color: rgb(223,144,244); }
div.DivClassName
{
background-color: #DF90F4;
}
.BgClassName
{
background-color: #DF90F4;
}
</style>
border-color css
<style>
span { border-color: #DF90F4; }
span { border-color: rgb(223,144,244); }
td.TdClassName
{
border-color: #DF90F4;
}
.TagClassName
{
border-color: #DF90F4;
}
</style>