Shades of Violet #DF8CEA
Tints of Violet #DF8CEA
RGB
CMYK
RGB Variations
Color information
#DF8CEA (or 0xDF8CEA) is known color: Violet. HEX triplet: DF, 8C and EA. RGB value is (223,140,234). Sum of RGB (Red+Green+Blue) = 223+140+234=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 140 (55.08% from 255 or 23.45% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF8CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8CEA is #207315. Grayscale: #AFAFAF. Windows color (decimal): -2126614 or 15371487. OLE color: 15371487.
HSL color Cylindrical-coordinate representation of color #DF8CEA: hue angle of 292.98º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF8CEA is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 140 | 234 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.08 |
| HSL | 292.98º | 0.69% | 0.73% | - |
| HSV(B) | 292.98º | 0.4% | 0.92% | - |
| XYZ | 54.66 | 40.38 | 82.76 | - |
| YUV | 175.53 | 161 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 140 | 234 | 0.05 | 0.40 | 0 | 0.08 | 292.98 | 0.69 | 0.73 |
| Hex | DF | 8C | EA | 5 | 28 | 0 | 8 | 125 | 45 | 49 |
| Octal | 337 | 214 | 352 | 5 | 50 | 0 | 10 | 445 | 105 | 111 |
| Binary | 11011111 | 10001100 | 11101010 | 101 | 101000 | 0 | 1000 | 100100101 | 1000101 | 1001001 |
Color Harmonies of #DF8CEA
Complementary color
Monochromatic Colors of #DF8CEA
Black with #DF8CEA
Text Example
Text Example
White with #DF8CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8CEA; }
p { color: rgb(223,140,234); }
H1.HeaderClassName
{
color: #DF8CEA;
}
.AnyTagClassName
{
color: #DF8CEA;
}
</style>
background-color css
<style>
a { background-color: #DF8CEA; }
a { background-color: rgb(223,140,234); }
div.DivClassName
{
background-color: #DF8CEA;
}
.BgClassName
{
background-color: #DF8CEA;
}
</style>
border-color css
<style>
span { border-color: #DF8CEA; }
span { border-color: rgb(223,140,234); }
td.TdClassName
{
border-color: #DF8CEA;
}
.TagClassName
{
border-color: #DF8CEA;
}
</style>