Shades of Violet #DF8DE5
Tints of Violet #DF8DE5
RGB
CMYK
RGB Variations
Color information
#DF8DE5 (or 0xDF8DE5) is known color: Violet. HEX triplet: DF, 8D and E5. RGB value is (223,141,229). Sum of RGB (Red+Green+Blue) = 223+141+229=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF8DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8DE5 is #20721A. Grayscale: #AFAFAF. Windows color (decimal): -2126363 or 15044063. OLE color: 15044063.
HSL color Cylindrical-coordinate representation of color #DF8DE5: hue angle of 295.91º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8DE5 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 141 | 229 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.10 |
| HSL | 295.91º | 0.63% | 0.73% | - |
| HSV(B) | 295.91º | 0.38% | 0.9% | - |
| XYZ | 54.1 | 40.39 | 79.07 | - |
| YUV | 175.55 | 158.17 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 141 | 229 | 0.03 | 0.38 | 0 | 0.10 | 295.91 | 0.63 | 0.73 |
| Hex | DF | 8D | E5 | 3 | 26 | 0 | A | 128 | 3F | 49 |
| Octal | 337 | 215 | 345 | 3 | 46 | 0 | 12 | 450 | 77 | 111 |
| Binary | 11011111 | 10001101 | 11100101 | 11 | 100110 | 0 | 1010 | 100101000 | 111111 | 1001001 |
Color Harmonies of #DF8DE5
Complementary color
Monochromatic Colors of #DF8DE5
Black with #DF8DE5
Text Example
Text Example
White with #DF8DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8DE5; }
p { color: rgb(223,141,229); }
H1.HeaderClassName
{
color: #DF8DE5;
}
.AnyTagClassName
{
color: #DF8DE5;
}
</style>
background-color css
<style>
a { background-color: #DF8DE5; }
a { background-color: rgb(223,141,229); }
div.DivClassName
{
background-color: #DF8DE5;
}
.BgClassName
{
background-color: #DF8DE5;
}
</style>
border-color css
<style>
span { border-color: #DF8DE5; }
span { border-color: rgb(223,141,229); }
td.TdClassName
{
border-color: #DF8DE5;
}
.TagClassName
{
border-color: #DF8DE5;
}
</style>