Shades of Violet #DF92EF
Tints of Violet #DF92EF
RGB
CMYK
RGB Variations
Color information
#DF92EF (or 0xDF92EF) is known color: Violet. HEX triplet: DF, 92 and EF. RGB value is (223,146,239). Sum of RGB (Red+Green+Blue) = 223+146+239=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 146 (57.42% from 255 or 24.01% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF92EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF92EF is #206D10. Grayscale: #B3B3B3. Windows color (decimal): -2125073 or 15700703. OLE color: 15700703.
HSL color Cylindrical-coordinate representation of color #DF92EF: hue angle of 289.68º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF92EF is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 146 | 239 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.06 |
| HSL | 289.68º | 0.74% | 0.75% | - |
| HSV(B) | 289.68º | 0.39% | 0.94% | - |
| XYZ | 56.29 | 42.48 | 86.89 | - |
| YUV | 179.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 239 | 0.07 | 0.39 | 0 | 0.06 | 289.68 | 0.74 | 0.75 |
| Hex | DF | 92 | EF | 7 | 27 | 0 | 6 | 122 | 4A | 4B |
| Octal | 337 | 222 | 357 | 7 | 47 | 0 | 6 | 442 | 112 | 113 |
| Binary | 11011111 | 10010010 | 11101111 | 111 | 100111 | 0 | 110 | 100100010 | 1001010 | 1001011 |
Color Harmonies of #DF92EF
Complementary color
Monochromatic Colors of #DF92EF
Black with #DF92EF
Text Example
Text Example
White with #DF92EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF92EF; }
p { color: rgb(223,146,239); }
H1.HeaderClassName
{
color: #DF92EF;
}
.AnyTagClassName
{
color: #DF92EF;
}
</style>
background-color css
<style>
a { background-color: #DF92EF; }
a { background-color: rgb(223,146,239); }
div.DivClassName
{
background-color: #DF92EF;
}
.BgClassName
{
background-color: #DF92EF;
}
</style>
border-color css
<style>
span { border-color: #DF92EF; }
span { border-color: rgb(223,146,239); }
td.TdClassName
{
border-color: #DF92EF;
}
.TagClassName
{
border-color: #DF92EF;
}
</style>