Shades of Violet #DF91ED
Tints of Violet #DF91ED
RGB
CMYK
RGB Variations
Color information
#DF91ED (or 0xDF91ED) is known color: Violet. HEX triplet: DF, 91 and ED. RGB value is (223,145,237). Sum of RGB (Red+Green+Blue) = 223+145+237=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 145 (57.03% from 255 or 23.97% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF91ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF91ED is #206E12. Grayscale: #B2B2B2. Windows color (decimal): -2125331 or 15569375. OLE color: 15569375.
HSL color Cylindrical-coordinate representation of color #DF91ED: hue angle of 290.87º degrees, saturation: 0.72, 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 #DF91ED is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 145 | 237 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.07 |
| HSL | 290.87º | 0.72% | 0.75% | - |
| HSV(B) | 290.87º | 0.39% | 0.93% | - |
| XYZ | 55.84 | 42.05 | 85.29 | - |
| YUV | 178.81 | 160.84 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 237 | 0.06 | 0.39 | 0 | 0.07 | 290.87 | 0.72 | 0.75 |
| Hex | DF | 91 | ED | 6 | 27 | 0 | 7 | 123 | 48 | 4B |
| Octal | 337 | 221 | 355 | 6 | 47 | 0 | 7 | 443 | 110 | 113 |
| Binary | 11011111 | 10010001 | 11101101 | 110 | 100111 | 0 | 111 | 100100011 | 1001000 | 1001011 |
Color Harmonies of #DF91ED
Complementary color
Monochromatic Colors of #DF91ED
Black with #DF91ED
Text Example
Text Example
White with #DF91ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF91ED; }
p { color: rgb(223,145,237); }
H1.HeaderClassName
{
color: #DF91ED;
}
.AnyTagClassName
{
color: #DF91ED;
}
</style>
background-color css
<style>
a { background-color: #DF91ED; }
a { background-color: rgb(223,145,237); }
div.DivClassName
{
background-color: #DF91ED;
}
.BgClassName
{
background-color: #DF91ED;
}
</style>
border-color css
<style>
span { border-color: #DF91ED; }
span { border-color: rgb(223,145,237); }
td.TdClassName
{
border-color: #DF91ED;
}
.TagClassName
{
border-color: #DF91ED;
}
</style>