Shades of Violet #DF8BEC
Tints of Violet #DF8BEC
RGB
CMYK
RGB Variations
Color information
#DF8BEC (or 0xDF8BEC) is known color: Violet. HEX triplet: DF, 8B and EC. RGB value is (223,139,236). Sum of RGB (Red+Green+Blue) = 223+139+236=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 139 (54.69% from 255 or 23.24% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF8BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8BEC is #207413. Grayscale: #AEAEAE. Windows color (decimal): -2126868 or 15502303. OLE color: 15502303.
HSL color Cylindrical-coordinate representation of color #DF8BEC: hue angle of 291.96º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF8BEC is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 139 | 236 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.07 |
| HSL | 291.96º | 0.72% | 0.74% | - |
| HSV(B) | 291.96º | 0.41% | 0.93% | - |
| XYZ | 54.8 | 40.21 | 84.23 | - |
| YUV | 175.17 | 162.33 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 236 | 0.06 | 0.41 | 0 | 0.07 | 291.96 | 0.72 | 0.74 |
| Hex | DF | 8B | EC | 6 | 29 | 0 | 7 | 124 | 48 | 4A |
| Octal | 337 | 213 | 354 | 6 | 51 | 0 | 7 | 444 | 110 | 112 |
| Binary | 11011111 | 10001011 | 11101100 | 110 | 101001 | 0 | 111 | 100100100 | 1001000 | 1001010 |
Color Harmonies of #DF8BEC
Complementary color
Monochromatic Colors of #DF8BEC
Black with #DF8BEC
Text Example
Text Example
White with #DF8BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8BEC; }
p { color: rgb(223,139,236); }
H1.HeaderClassName
{
color: #DF8BEC;
}
.AnyTagClassName
{
color: #DF8BEC;
}
</style>
background-color css
<style>
a { background-color: #DF8BEC; }
a { background-color: rgb(223,139,236); }
div.DivClassName
{
background-color: #DF8BEC;
}
.BgClassName
{
background-color: #DF8BEC;
}
</style>
border-color css
<style>
span { border-color: #DF8BEC; }
span { border-color: rgb(223,139,236); }
td.TdClassName
{
border-color: #DF8BEC;
}
.TagClassName
{
border-color: #DF8BEC;
}
</style>