Shades of Violet #DF93F0
Tints of Violet #DF93F0
RGB
CMYK
RGB Variations
Color information
#DF93F0 (or 0xDF93F0) is known color: Violet. HEX triplet: DF, 93 and F0. RGB value is (223,147,240). Sum of RGB (Red+Green+Blue) = 223+147+240=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 147 (57.81% from 255 or 24.10% from 610); Blue value is 240 (94.14% from 255 or 39.34% from 610); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF93F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF93F0 is #206C0F. Grayscale: #B4B4B4. Windows color (decimal): -2124816 or 15766495. OLE color: 15766495.
HSL color Cylindrical-coordinate representation of color #DF93F0: hue angle of 289.03º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF93F0 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 147 | 240 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.06 |
| HSL | 289.03º | 0.76% | 0.76% | - |
| HSV(B) | 289.03º | 0.39% | 0.94% | - |
| XYZ | 56.59 | 42.85 | 87.73 | - |
| YUV | 180.33 | 161.68 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 240 | 0.07 | 0.39 | 0 | 0.06 | 289.03 | 0.76 | 0.76 |
| Hex | DF | 93 | F0 | 7 | 27 | 0 | 6 | 121 | 4C | 4C |
| Octal | 337 | 223 | 360 | 7 | 47 | 0 | 6 | 441 | 114 | 114 |
| Binary | 11011111 | 10010011 | 11110000 | 111 | 100111 | 0 | 110 | 100100001 | 1001100 | 1001100 |
Color Harmonies of #DF93F0
Complementary color
Monochromatic Colors of #DF93F0
Black with #DF93F0
Text Example
Text Example
White with #DF93F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF93F0; }
p { color: rgb(223,147,240); }
H1.HeaderClassName
{
color: #DF93F0;
}
.AnyTagClassName
{
color: #DF93F0;
}
</style>
background-color css
<style>
a { background-color: #DF93F0; }
a { background-color: rgb(223,147,240); }
div.DivClassName
{
background-color: #DF93F0;
}
.BgClassName
{
background-color: #DF93F0;
}
</style>
border-color css
<style>
span { border-color: #DF93F0; }
span { border-color: rgb(223,147,240); }
td.TdClassName
{
border-color: #DF93F0;
}
.TagClassName
{
border-color: #DF93F0;
}
</style>