Shades of Violet #DF93F1
Tints of Violet #DF93F1
RGB
CMYK
RGB Variations
Color information
#DF93F1 (or 0xDF93F1) is known color: Violet. HEX triplet: DF, 93 and F1. RGB value is (223,147,241). Sum of RGB (Red+Green+Blue) = 223+147+241=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 147 (57.81% from 255 or 24.06% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF93F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF93F1 is #206C0E. Grayscale: #B4B4B4. Windows color (decimal): -2124815 or 15832031. OLE color: 15832031.
HSL color Cylindrical-coordinate representation of color #DF93F1: hue angle of 288.51º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF93F1 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 147 | 241 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.05 |
| HSL | 288.51º | 0.77% | 0.76% | - |
| HSV(B) | 288.51º | 0.39% | 0.95% | - |
| XYZ | 56.74 | 42.91 | 88.51 | - |
| YUV | 180.44 | 162.18 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 241 | 0.07 | 0.39 | 0 | 0.05 | 288.51 | 0.77 | 0.76 |
| Hex | DF | 93 | F1 | 7 | 27 | 0 | 5 | 121 | 4D | 4C |
| Octal | 337 | 223 | 361 | 7 | 47 | 0 | 5 | 441 | 115 | 114 |
| Binary | 11011111 | 10010011 | 11110001 | 111 | 100111 | 0 | 101 | 100100001 | 1001101 | 1001100 |
Color Harmonies of #DF93F1
Complementary color
Monochromatic Colors of #DF93F1
Black with #DF93F1
Text Example
Text Example
White with #DF93F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF93F1; }
p { color: rgb(223,147,241); }
H1.HeaderClassName
{
color: #DF93F1;
}
.AnyTagClassName
{
color: #DF93F1;
}
</style>
background-color css
<style>
a { background-color: #DF93F1; }
a { background-color: rgb(223,147,241); }
div.DivClassName
{
background-color: #DF93F1;
}
.BgClassName
{
background-color: #DF93F1;
}
</style>
border-color css
<style>
span { border-color: #DF93F1; }
span { border-color: rgb(223,147,241); }
td.TdClassName
{
border-color: #DF93F1;
}
.TagClassName
{
border-color: #DF93F1;
}
</style>