Shades of Violet #DF88EC
Tints of Violet #DF88EC
RGB
CMYK
RGB Variations
Color information
#DF88EC (or 0xDF88EC) is known color: Violet. HEX triplet: DF, 88 and EC. RGB value is (223,136,236). Sum of RGB (Red+Green+Blue) = 223+136+236=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 136 (53.52% from 255 or 22.86% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF88EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF88EC is #207713. Grayscale: #ADADAD. Windows color (decimal): -2127636 or 15501535. OLE color: 15501535.
HSL color Cylindrical-coordinate representation of color #DF88EC: hue angle of 292.2º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF88EC is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 136 | 236 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.07 |
| HSL | 292.2º | 0.72% | 0.73% | - |
| HSV(B) | 292.2º | 0.42% | 0.93% | - |
| XYZ | 54.38 | 39.35 | 84.09 | - |
| YUV | 173.41 | 163.32 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 236 | 0.06 | 0.42 | 0 | 0.07 | 292.2 | 0.72 | 0.73 |
| Hex | DF | 88 | EC | 6 | 2A | 0 | 7 | 124 | 48 | 49 |
| Octal | 337 | 210 | 354 | 6 | 52 | 0 | 7 | 444 | 110 | 111 |
| Binary | 11011111 | 10001000 | 11101100 | 110 | 101010 | 0 | 111 | 100100100 | 1001000 | 1001001 |
Color Harmonies of #DF88EC
Complementary color
Monochromatic Colors of #DF88EC
Black with #DF88EC
Text Example
Text Example
White with #DF88EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF88EC; }
p { color: rgb(223,136,236); }
H1.HeaderClassName
{
color: #DF88EC;
}
.AnyTagClassName
{
color: #DF88EC;
}
</style>
background-color css
<style>
a { background-color: #DF88EC; }
a { background-color: rgb(223,136,236); }
div.DivClassName
{
background-color: #DF88EC;
}
.BgClassName
{
background-color: #DF88EC;
}
</style>
border-color css
<style>
span { border-color: #DF88EC; }
span { border-color: rgb(223,136,236); }
td.TdClassName
{
border-color: #DF88EC;
}
.TagClassName
{
border-color: #DF88EC;
}
</style>