Shades of Violet #DF8AE5
Tints of Violet #DF8AE5
RGB
CMYK
RGB Variations
Color information
#DF8AE5 (or 0xDF8AE5) is known color: Violet. HEX triplet: DF, 8A and E5. RGB value is (223,138,229). Sum of RGB (Red+Green+Blue) = 223+138+229=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 138 (54.30% from 255 or 23.39% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF8AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8AE5 is #20751A. Grayscale: #ADADAD. Windows color (decimal): -2127131 or 15043295. OLE color: 15043295.
HSL color Cylindrical-coordinate representation of color #DF8AE5: hue angle of 296.04º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF8AE5 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 138 | 229 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.10 |
| HSL | 296.04º | 0.64% | 0.72% | - |
| HSV(B) | 296.04º | 0.4% | 0.9% | - |
| XYZ | 53.66 | 39.52 | 78.93 | - |
| YUV | 173.79 | 159.16 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 229 | 0.03 | 0.40 | 0 | 0.10 | 296.04 | 0.64 | 0.72 |
| Hex | DF | 8A | E5 | 3 | 28 | 0 | A | 128 | 40 | 48 |
| Octal | 337 | 212 | 345 | 3 | 50 | 0 | 12 | 450 | 100 | 110 |
| Binary | 11011111 | 10001010 | 11100101 | 11 | 101000 | 0 | 1010 | 100101000 | 1000000 | 1001000 |
Color Harmonies of #DF8AE5
Complementary color
Monochromatic Colors of #DF8AE5
Black with #DF8AE5
Text Example
Text Example
White with #DF8AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8AE5; }
p { color: rgb(223,138,229); }
H1.HeaderClassName
{
color: #DF8AE5;
}
.AnyTagClassName
{
color: #DF8AE5;
}
</style>
background-color css
<style>
a { background-color: #DF8AE5; }
a { background-color: rgb(223,138,229); }
div.DivClassName
{
background-color: #DF8AE5;
}
.BgClassName
{
background-color: #DF8AE5;
}
</style>
border-color css
<style>
span { border-color: #DF8AE5; }
span { border-color: rgb(223,138,229); }
td.TdClassName
{
border-color: #DF8AE5;
}
.TagClassName
{
border-color: #DF8AE5;
}
</style>