Shades of Violet #DF8BEE
Tints of Violet #DF8BEE
RGB
CMYK
RGB Variations
Color information
#DF8BEE (or 0xDF8BEE) is known color: Violet. HEX triplet: DF, 8B and EE. RGB value is (223,139,238). Sum of RGB (Red+Green+Blue) = 223+139+238=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 139 (54.69% from 255 or 23.17% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF8BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8BEE is #207411. Grayscale: #AFAFAF. Windows color (decimal): -2126866 or 15633375. OLE color: 15633375.
HSL color Cylindrical-coordinate representation of color #DF8BEE: hue angle of 290.91º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF8BEE is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 139 | 238 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.07 |
| HSL | 290.91º | 0.74% | 0.74% | - |
| HSV(B) | 290.91º | 0.42% | 0.93% | - |
| XYZ | 55.1 | 40.33 | 85.77 | - |
| YUV | 175.4 | 163.33 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 238 | 0.06 | 0.42 | 0 | 0.07 | 290.91 | 0.74 | 0.74 |
| Hex | DF | 8B | EE | 6 | 2A | 0 | 7 | 123 | 4A | 4A |
| Octal | 337 | 213 | 356 | 6 | 52 | 0 | 7 | 443 | 112 | 112 |
| Binary | 11011111 | 10001011 | 11101110 | 110 | 101010 | 0 | 111 | 100100011 | 1001010 | 1001010 |
Color Harmonies of #DF8BEE
Complementary color
Monochromatic Colors of #DF8BEE
Black with #DF8BEE
Text Example
Text Example
White with #DF8BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8BEE; }
p { color: rgb(223,139,238); }
H1.HeaderClassName
{
color: #DF8BEE;
}
.AnyTagClassName
{
color: #DF8BEE;
}
</style>
background-color css
<style>
a { background-color: #DF8BEE; }
a { background-color: rgb(223,139,238); }
div.DivClassName
{
background-color: #DF8BEE;
}
.BgClassName
{
background-color: #DF8BEE;
}
</style>
border-color css
<style>
span { border-color: #DF8BEE; }
span { border-color: rgb(223,139,238); }
td.TdClassName
{
border-color: #DF8BEE;
}
.TagClassName
{
border-color: #DF8BEE;
}
</style>