Shades of Violet #DF87EA
Tints of Violet #DF87EA
RGB
CMYK
RGB Variations
Color information
#DF87EA (or 0xDF87EA) is known color: Violet. HEX triplet: DF, 87 and EA. RGB value is (223,135,234). Sum of RGB (Red+Green+Blue) = 223+135+234=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 135 (53.12% from 255 or 22.80% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF87EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF87EA is #207815. Grayscale: #ACACAC. Windows color (decimal): -2127894 or 15370207. OLE color: 15370207.
HSL color Cylindrical-coordinate representation of color #DF87EA: hue angle of 293.33º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF87EA is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 135 | 234 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.08 |
| HSL | 293.33º | 0.7% | 0.72% | - |
| HSV(B) | 293.33º | 0.42% | 0.92% | - |
| XYZ | 53.95 | 38.96 | 82.52 | - |
| YUV | 172.6 | 162.65 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 234 | 0.05 | 0.42 | 0 | 0.08 | 293.33 | 0.7 | 0.72 |
| Hex | DF | 87 | EA | 5 | 2A | 0 | 8 | 125 | 46 | 48 |
| Octal | 337 | 207 | 352 | 5 | 52 | 0 | 10 | 445 | 106 | 110 |
| Binary | 11011111 | 10000111 | 11101010 | 101 | 101010 | 0 | 1000 | 100100101 | 1000110 | 1001000 |
Color Harmonies of #DF87EA
Complementary color
Monochromatic Colors of #DF87EA
Black with #DF87EA
Text Example
Text Example
White with #DF87EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF87EA; }
p { color: rgb(223,135,234); }
H1.HeaderClassName
{
color: #DF87EA;
}
.AnyTagClassName
{
color: #DF87EA;
}
</style>
background-color css
<style>
a { background-color: #DF87EA; }
a { background-color: rgb(223,135,234); }
div.DivClassName
{
background-color: #DF87EA;
}
.BgClassName
{
background-color: #DF87EA;
}
</style>
border-color css
<style>
span { border-color: #DF87EA; }
span { border-color: rgb(223,135,234); }
td.TdClassName
{
border-color: #DF87EA;
}
.TagClassName
{
border-color: #DF87EA;
}
</style>