Shades of Violet #DF8DEF
Tints of Violet #DF8DEF
RGB
CMYK
RGB Variations
Color information
#DF8DEF (or 0xDF8DEF) is known color: Violet. HEX triplet: DF, 8D and EF. RGB value is (223,141,239). Sum of RGB (Red+Green+Blue) = 223+141+239=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 141 (55.47% from 255 or 23.38% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF8DEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8DEF is #207210. Grayscale: #B0B0B0. Windows color (decimal): -2126353 or 15699423. OLE color: 15699423.
HSL color Cylindrical-coordinate representation of color #DF8DEF: hue angle of 290.2º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF8DEF is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 141 | 239 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.06 |
| HSL | 290.2º | 0.75% | 0.75% | - |
| HSV(B) | 290.2º | 0.41% | 0.94% | - |
| XYZ | 55.54 | 40.97 | 86.64 | - |
| YUV | 176.69 | 163.17 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 141 | 239 | 0.07 | 0.41 | 0 | 0.06 | 290.2 | 0.75 | 0.75 |
| Hex | DF | 8D | EF | 7 | 29 | 0 | 6 | 122 | 4B | 4B |
| Octal | 337 | 215 | 357 | 7 | 51 | 0 | 6 | 442 | 113 | 113 |
| Binary | 11011111 | 10001101 | 11101111 | 111 | 101001 | 0 | 110 | 100100010 | 1001011 | 1001011 |
Color Harmonies of #DF8DEF
Complementary color
Monochromatic Colors of #DF8DEF
Black with #DF8DEF
Text Example
Text Example
White with #DF8DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8DEF; }
p { color: rgb(223,141,239); }
H1.HeaderClassName
{
color: #DF8DEF;
}
.AnyTagClassName
{
color: #DF8DEF;
}
</style>
background-color css
<style>
a { background-color: #DF8DEF; }
a { background-color: rgb(223,141,239); }
div.DivClassName
{
background-color: #DF8DEF;
}
.BgClassName
{
background-color: #DF8DEF;
}
</style>
border-color css
<style>
span { border-color: #DF8DEF; }
span { border-color: rgb(223,141,239); }
td.TdClassName
{
border-color: #DF8DEF;
}
.TagClassName
{
border-color: #DF8DEF;
}
</style>