Shades of Violet #DF8FEA
Tints of Violet #DF8FEA
RGB
CMYK
RGB Variations
Color information
#DF8FEA (or 0xDF8FEA) is known color: Violet. HEX triplet: DF, 8F and EA. RGB value is (223,143,234). Sum of RGB (Red+Green+Blue) = 223+143+234=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 143 (56.25% from 255 or 23.83% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF8FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8FEA is #207015. Grayscale: #B1B1B1. Windows color (decimal): -2125846 or 15372255. OLE color: 15372255.
HSL color Cylindrical-coordinate representation of color #DF8FEA: hue angle of 292.75º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF8FEA is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 143 | 234 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.08 |
| HSL | 292.75º | 0.68% | 0.74% | - |
| HSV(B) | 292.75º | 0.39% | 0.92% | - |
| XYZ | 55.11 | 41.27 | 82.9 | - |
| YUV | 177.29 | 160 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 234 | 0.05 | 0.39 | 0 | 0.08 | 292.75 | 0.68 | 0.74 |
| Hex | DF | 8F | EA | 5 | 27 | 0 | 8 | 125 | 44 | 4A |
| Octal | 337 | 217 | 352 | 5 | 47 | 0 | 10 | 445 | 104 | 112 |
| Binary | 11011111 | 10001111 | 11101010 | 101 | 100111 | 0 | 1000 | 100100101 | 1000100 | 1001010 |
Color Harmonies of #DF8FEA
Complementary color
Monochromatic Colors of #DF8FEA
Black with #DF8FEA
Text Example
Text Example
White with #DF8FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8FEA; }
p { color: rgb(223,143,234); }
H1.HeaderClassName
{
color: #DF8FEA;
}
.AnyTagClassName
{
color: #DF8FEA;
}
</style>
background-color css
<style>
a { background-color: #DF8FEA; }
a { background-color: rgb(223,143,234); }
div.DivClassName
{
background-color: #DF8FEA;
}
.BgClassName
{
background-color: #DF8FEA;
}
</style>
border-color css
<style>
span { border-color: #DF8FEA; }
span { border-color: rgb(223,143,234); }
td.TdClassName
{
border-color: #DF8FEA;
}
.TagClassName
{
border-color: #DF8FEA;
}
</style>