Shades of Violet #DF92F7
Tints of Violet #DF92F7
RGB
CMYK
RGB Variations
Color information
#DF92F7 (or 0xDF92F7) is known color: Violet. HEX triplet: DF, 92 and F7. RGB value is (223,146,247). Sum of RGB (Red+Green+Blue) = 223+146+247=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 146 (57.42% from 255 or 23.70% from 616); Blue value is 247 (96.88% from 255 or 40.10% from 616); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF92F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF92F7 is #206D08. Grayscale: #B4B4B4. Windows color (decimal): -2125065 or 16224991. OLE color: 16224991.
HSL color Cylindrical-coordinate representation of color #DF92F7: hue angle of 285.74º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF92F7 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 146 | 247 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.03 |
| HSL | 285.74º | 0.86% | 0.77% | - |
| HSV(B) | 285.74º | 0.41% | 0.97% | - |
| XYZ | 57.5 | 42.96 | 93.26 | - |
| YUV | 180.54 | 165.51 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 247 | 0.10 | 0.41 | 0 | 0.03 | 285.74 | 0.86 | 0.77 |
| Hex | DF | 92 | F7 | A | 29 | 0 | 3 | 11E | 56 | 4D |
| Octal | 337 | 222 | 367 | 12 | 51 | 0 | 3 | 436 | 126 | 115 |
| Binary | 11011111 | 10010010 | 11110111 | 1010 | 101001 | 0 | 11 | 100011110 | 1010110 | 1001101 |
Color Harmonies of #DF92F7
Complementary color
Monochromatic Colors of #DF92F7
Black with #DF92F7
Text Example
Text Example
White with #DF92F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF92F7; }
p { color: rgb(223,146,247); }
H1.HeaderClassName
{
color: #DF92F7;
}
.AnyTagClassName
{
color: #DF92F7;
}
</style>
background-color css
<style>
a { background-color: #DF92F7; }
a { background-color: rgb(223,146,247); }
div.DivClassName
{
background-color: #DF92F7;
}
.BgClassName
{
background-color: #DF92F7;
}
</style>
border-color css
<style>
span { border-color: #DF92F7; }
span { border-color: rgb(223,146,247); }
td.TdClassName
{
border-color: #DF92F7;
}
.TagClassName
{
border-color: #DF92F7;
}
</style>