Shades of Violet #DF91EC
Tints of Violet #DF91EC
RGB
CMYK
RGB Variations
Color information
#DF91EC (or 0xDF91EC) is known color: Violet. HEX triplet: DF, 91 and EC. RGB value is (223,145,236). Sum of RGB (Red+Green+Blue) = 223+145+236=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 145 (57.03% from 255 or 24.01% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF91EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF91EC is #206E13. Grayscale: #B2B2B2. Windows color (decimal): -2125332 or 15503839. OLE color: 15503839.
HSL color Cylindrical-coordinate representation of color #DF91EC: hue angle of 291.43º degrees, saturation: 0.71, 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 #DF91EC is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 145 | 236 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.07 |
| HSL | 291.43º | 0.71% | 0.75% | - |
| HSV(B) | 291.43º | 0.39% | 0.93% | - |
| XYZ | 55.7 | 41.99 | 84.53 | - |
| YUV | 178.7 | 160.34 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 236 | 0.06 | 0.39 | 0 | 0.07 | 291.43 | 0.71 | 0.75 |
| Hex | DF | 91 | EC | 6 | 27 | 0 | 7 | 123 | 47 | 4B |
| Octal | 337 | 221 | 354 | 6 | 47 | 0 | 7 | 443 | 107 | 113 |
| Binary | 11011111 | 10010001 | 11101100 | 110 | 100111 | 0 | 111 | 100100011 | 1000111 | 1001011 |
Color Harmonies of #DF91EC
Complementary color
Monochromatic Colors of #DF91EC
Black with #DF91EC
Text Example
Text Example
White with #DF91EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF91EC; }
p { color: rgb(223,145,236); }
H1.HeaderClassName
{
color: #DF91EC;
}
.AnyTagClassName
{
color: #DF91EC;
}
</style>
background-color css
<style>
a { background-color: #DF91EC; }
a { background-color: rgb(223,145,236); }
div.DivClassName
{
background-color: #DF91EC;
}
.BgClassName
{
background-color: #DF91EC;
}
</style>
border-color css
<style>
span { border-color: #DF91EC; }
span { border-color: rgb(223,145,236); }
td.TdClassName
{
border-color: #DF91EC;
}
.TagClassName
{
border-color: #DF91EC;
}
</style>