Shades of Violet #DF84EA
Tints of Violet #DF84EA
RGB
CMYK
RGB Variations
Color information
#DF84EA (or 0xDF84EA) is known color: Violet. HEX triplet: DF, 84 and EA. RGB value is (223,132,234). Sum of RGB (Red+Green+Blue) = 223+132+234=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 132 (51.95% from 255 or 22.41% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF84EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF84EA is #207B15. Grayscale: #AAAAAA. Windows color (decimal): -2128662 or 15369439. OLE color: 15369439.
HSL color Cylindrical-coordinate representation of color #DF84EA: hue angle of 293.53º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF84EA is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 132 | 234 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.08 |
| HSL | 293.53º | 0.71% | 0.72% | - |
| HSV(B) | 293.53º | 0.44% | 0.92% | - |
| XYZ | 53.53 | 38.13 | 82.38 | - |
| YUV | 170.84 | 163.65 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 234 | 0.05 | 0.44 | 0 | 0.08 | 293.53 | 0.71 | 0.72 |
| Hex | DF | 84 | EA | 5 | 2C | 0 | 8 | 126 | 47 | 48 |
| Octal | 337 | 204 | 352 | 5 | 54 | 0 | 10 | 446 | 107 | 110 |
| Binary | 11011111 | 10000100 | 11101010 | 101 | 101100 | 0 | 1000 | 100100110 | 1000111 | 1001000 |
Color Harmonies of #DF84EA
Complementary color
Monochromatic Colors of #DF84EA
Black with #DF84EA
Text Example
Text Example
White with #DF84EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF84EA; }
p { color: rgb(223,132,234); }
H1.HeaderClassName
{
color: #DF84EA;
}
.AnyTagClassName
{
color: #DF84EA;
}
</style>
background-color css
<style>
a { background-color: #DF84EA; }
a { background-color: rgb(223,132,234); }
div.DivClassName
{
background-color: #DF84EA;
}
.BgClassName
{
background-color: #DF84EA;
}
</style>
border-color css
<style>
span { border-color: #DF84EA; }
span { border-color: rgb(223,132,234); }
td.TdClassName
{
border-color: #DF84EA;
}
.TagClassName
{
border-color: #DF84EA;
}
</style>