Shades of Violet #DF90F3
Tints of Violet #DF90F3
RGB
CMYK
RGB Variations
Color information
#DF90F3 (or 0xDF90F3) is known color: Violet. HEX triplet: DF, 90 and F3. RGB value is (223,144,243). Sum of RGB (Red+Green+Blue) = 223+144+243=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 144 (56.64% from 255 or 23.61% from 610); Blue value is 243 (95.31% from 255 or 39.84% from 610); Max value from RGB is 243 - color contains mainly: blue. Hex color #DF90F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF90F3 is #206F0C. Grayscale: #B2B2B2. Windows color (decimal): -2125581 or 15962335. OLE color: 15962335.
HSL color Cylindrical-coordinate representation of color #DF90F3: hue angle of 287.88º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF90F3 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 144 | 243 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.05 |
| HSL | 287.88º | 0.8% | 0.76% | - |
| HSV(B) | 287.88º | 0.41% | 0.95% | - |
| XYZ | 56.58 | 42.11 | 89.94 | - |
| YUV | 178.91 | 164.17 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 243 | 0.08 | 0.41 | 0 | 0.05 | 287.88 | 0.8 | 0.76 |
| Hex | DF | 90 | F3 | 8 | 29 | 0 | 5 | 120 | 50 | 4C |
| Octal | 337 | 220 | 363 | 10 | 51 | 0 | 5 | 440 | 120 | 114 |
| Binary | 11011111 | 10010000 | 11110011 | 1000 | 101001 | 0 | 101 | 100100000 | 1010000 | 1001100 |
Color Harmonies of #DF90F3
Complementary color
Monochromatic Colors of #DF90F3
Black with #DF90F3
Text Example
Text Example
White with #DF90F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90F3; }
p { color: rgb(223,144,243); }
H1.HeaderClassName
{
color: #DF90F3;
}
.AnyTagClassName
{
color: #DF90F3;
}
</style>
background-color css
<style>
a { background-color: #DF90F3; }
a { background-color: rgb(223,144,243); }
div.DivClassName
{
background-color: #DF90F3;
}
.BgClassName
{
background-color: #DF90F3;
}
</style>
border-color css
<style>
span { border-color: #DF90F3; }
span { border-color: rgb(223,144,243); }
td.TdClassName
{
border-color: #DF90F3;
}
.TagClassName
{
border-color: #DF90F3;
}
</style>