Shades of Violet #DF92EE
Tints of Violet #DF92EE
RGB
CMYK
RGB Variations
Color information
#DF92EE (or 0xDF92EE) is known color: Violet. HEX triplet: DF, 92 and EE. RGB value is (223,146,238). Sum of RGB (Red+Green+Blue) = 223+146+238=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 146 (57.42% from 255 or 24.05% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF92EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF92EE is #206D11. Grayscale: #B3B3B3. Windows color (decimal): -2125074 or 15635167. OLE color: 15635167.
HSL color Cylindrical-coordinate representation of color #DF92EE: hue angle of 290.22º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF92EE is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 146 | 238 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.07 |
| HSL | 290.22º | 0.73% | 0.75% | - |
| HSV(B) | 290.22º | 0.39% | 0.93% | - |
| XYZ | 56.14 | 42.42 | 86.12 | - |
| YUV | 179.51 | 161.01 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 238 | 0.06 | 0.39 | 0 | 0.07 | 290.22 | 0.73 | 0.75 |
| Hex | DF | 92 | EE | 6 | 27 | 0 | 7 | 122 | 49 | 4B |
| Octal | 337 | 222 | 356 | 6 | 47 | 0 | 7 | 442 | 111 | 113 |
| Binary | 11011111 | 10010010 | 11101110 | 110 | 100111 | 0 | 111 | 100100010 | 1001001 | 1001011 |
Color Harmonies of #DF92EE
Complementary color
Monochromatic Colors of #DF92EE
Black with #DF92EE
Text Example
Text Example
White with #DF92EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF92EE; }
p { color: rgb(223,146,238); }
H1.HeaderClassName
{
color: #DF92EE;
}
.AnyTagClassName
{
color: #DF92EE;
}
</style>
background-color css
<style>
a { background-color: #DF92EE; }
a { background-color: rgb(223,146,238); }
div.DivClassName
{
background-color: #DF92EE;
}
.BgClassName
{
background-color: #DF92EE;
}
</style>
border-color css
<style>
span { border-color: #DF92EE; }
span { border-color: rgb(223,146,238); }
td.TdClassName
{
border-color: #DF92EE;
}
.TagClassName
{
border-color: #DF92EE;
}
</style>