Shades of Violet #DF88ED
Tints of Violet #DF88ED
RGB
CMYK
RGB Variations
Color information
#DF88ED (or 0xDF88ED) is known color: Violet. HEX triplet: DF, 88 and ED. RGB value is (223,136,237). Sum of RGB (Red+Green+Blue) = 223+136+237=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 136 (53.52% from 255 or 22.82% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF88ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF88ED is #207712. Grayscale: #ADADAD. Windows color (decimal): -2127635 or 15567071. OLE color: 15567071.
HSL color Cylindrical-coordinate representation of color #DF88ED: hue angle of 291.68º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF88ED is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 136 | 237 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.07 |
| HSL | 291.68º | 0.74% | 0.73% | - |
| HSV(B) | 291.68º | 0.43% | 0.93% | - |
| XYZ | 54.52 | 39.41 | 84.85 | - |
| YUV | 173.53 | 163.82 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 237 | 0.06 | 0.43 | 0 | 0.07 | 291.68 | 0.74 | 0.73 |
| Hex | DF | 88 | ED | 6 | 2B | 0 | 7 | 124 | 4A | 49 |
| Octal | 337 | 210 | 355 | 6 | 53 | 0 | 7 | 444 | 112 | 111 |
| Binary | 11011111 | 10001000 | 11101101 | 110 | 101011 | 0 | 111 | 100100100 | 1001010 | 1001001 |
Color Harmonies of #DF88ED
Complementary color
Monochromatic Colors of #DF88ED
Black with #DF88ED
Text Example
Text Example
White with #DF88ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF88ED; }
p { color: rgb(223,136,237); }
H1.HeaderClassName
{
color: #DF88ED;
}
.AnyTagClassName
{
color: #DF88ED;
}
</style>
background-color css
<style>
a { background-color: #DF88ED; }
a { background-color: rgb(223,136,237); }
div.DivClassName
{
background-color: #DF88ED;
}
.BgClassName
{
background-color: #DF88ED;
}
</style>
border-color css
<style>
span { border-color: #DF88ED; }
span { border-color: rgb(223,136,237); }
td.TdClassName
{
border-color: #DF88ED;
}
.TagClassName
{
border-color: #DF88ED;
}
</style>