Shades of Violet #DF81ED
Tints of Violet #DF81ED
RGB
CMYK
RGB Variations
Color information
#DF81ED (or 0xDF81ED) is known color: Violet. HEX triplet: DF, 81 and ED. RGB value is (223,129,237). Sum of RGB (Red+Green+Blue) = 223+129+237=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 129 (50.78% from 255 or 21.90% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF81ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF81ED is #207E12. Grayscale: #A9A9A9. Windows color (decimal): -2129427 or 15565279. OLE color: 15565279.
HSL color Cylindrical-coordinate representation of color #DF81ED: hue angle of 292.22º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF81ED is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 129 | 237 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.07 |
| HSL | 292.22º | 0.75% | 0.72% | - |
| HSV(B) | 292.22º | 0.46% | 0.93% | - |
| XYZ | 53.57 | 37.5 | 84.54 | - |
| YUV | 169.42 | 166.14 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 237 | 0.06 | 0.46 | 0 | 0.07 | 292.22 | 0.75 | 0.72 |
| Hex | DF | 81 | ED | 6 | 2E | 0 | 7 | 124 | 4B | 48 |
| Octal | 337 | 201 | 355 | 6 | 56 | 0 | 7 | 444 | 113 | 110 |
| Binary | 11011111 | 10000001 | 11101101 | 110 | 101110 | 0 | 111 | 100100100 | 1001011 | 1001000 |
Color Harmonies of #DF81ED
Complementary color
Monochromatic Colors of #DF81ED
Black with #DF81ED
Text Example
Text Example
White with #DF81ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF81ED; }
p { color: rgb(223,129,237); }
H1.HeaderClassName
{
color: #DF81ED;
}
.AnyTagClassName
{
color: #DF81ED;
}
</style>
background-color css
<style>
a { background-color: #DF81ED; }
a { background-color: rgb(223,129,237); }
div.DivClassName
{
background-color: #DF81ED;
}
.BgClassName
{
background-color: #DF81ED;
}
</style>
border-color css
<style>
span { border-color: #DF81ED; }
span { border-color: rgb(223,129,237); }
td.TdClassName
{
border-color: #DF81ED;
}
.TagClassName
{
border-color: #DF81ED;
}
</style>