Shades of Violet #DF8DEE
Tints of Violet #DF8DEE
RGB
CMYK
RGB Variations
Color information
#DF8DEE (or 0xDF8DEE) is known color: Violet. HEX triplet: DF, 8D and EE. RGB value is (223,141,238). Sum of RGB (Red+Green+Blue) = 223+141+238=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 141 (55.47% from 255 or 23.42% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF8DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8DEE is #207211. Grayscale: #B0B0B0. Windows color (decimal): -2126354 or 15633887. OLE color: 15633887.
HSL color Cylindrical-coordinate representation of color #DF8DEE: hue angle of 290.72º degrees, saturation: 0.74, 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 #DF8DEE is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 141 | 238 | - |
CMYK | 0.06 | 0.41 | 0 | 0.07 |
HSL | 290.72º | 0.74% | 0.74% | - |
HSV(B) | 290.72º | 0.41% | 0.93% | - |
XYZ | 55.39 | 40.91 | 85.87 | - |
YUV | 176.58 | 162.67 | 161.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 141 | 238 | 0.06 | 0.41 | 0 | 0.07 | 290.72 | 0.74 | 0.74 |
Hex | DF | 8D | EE | 6 | 29 | 0 | 7 | 123 | 4A | 4A |
Octal | 337 | 215 | 356 | 6 | 51 | 0 | 7 | 443 | 112 | 112 |
Binary | 11011111 | 10001101 | 11101110 | 110 | 101001 | 0 | 111 | 100100011 | 1001010 | 1001010 |
Color Harmonies of #DF8DEE
Complementary color
Monochromatic Colors of #DF8DEE
Black with #DF8DEE
Text Example
Text Example
White with #DF8DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8DEE; }
p { color: rgb(223,141,238); }
H1.HeaderClassName
{
color: #DF8DEE;
}
.AnyTagClassName
{
color: #DF8DEE;
}
</style>
background-color css
<style>
a { background-color: #DF8DEE; }
a { background-color: rgb(223,141,238); }
div.DivClassName
{
background-color: #DF8DEE;
}
.BgClassName
{
background-color: #DF8DEE;
}
</style>
border-color css
<style>
span { border-color: #DF8DEE; }
span { border-color: rgb(223,141,238); }
td.TdClassName
{
border-color: #DF8DEE;
}
.TagClassName
{
border-color: #DF8DEE;
}
</style>