Shades of Violet #DF8AEA
Tints of Violet #DF8AEA
RGB
CMYK
RGB Variations
Color information
#DF8AEA (or 0xDF8AEA) is known color: Violet. HEX triplet: DF, 8A and EA. RGB value is (223,138,234). Sum of RGB (Red+Green+Blue) = 223+138+234=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 138 (54.30% from 255 or 23.19% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF8AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8AEA is #207515. Grayscale: #AEAEAE. Windows color (decimal): -2127126 or 15370975. OLE color: 15370975.
HSL color Cylindrical-coordinate representation of color #DF8AEA: hue angle of 293.12º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF8AEA is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 138 | 234 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.08 |
| HSL | 293.13º | 0.7% | 0.73% | - |
| HSV(B) | 293.13º | 0.41% | 0.92% | - |
| XYZ | 54.37 | 39.81 | 82.66 | - |
| YUV | 174.36 | 161.66 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 234 | 0.05 | 0.41 | 0 | 0.08 | 293.13 | 0.7 | 0.73 |
| Hex | DF | 8A | EA | 5 | 29 | 0 | 8 | 125 | 46 | 49 |
| Octal | 337 | 212 | 352 | 5 | 51 | 0 | 10 | 445 | 106 | 111 |
| Binary | 11011111 | 10001010 | 11101010 | 101 | 101001 | 0 | 1000 | 100100101 | 1000110 | 1001001 |
Color Harmonies of #DF8AEA
Complementary color
Monochromatic Colors of #DF8AEA
Black with #DF8AEA
Text Example
Text Example
White with #DF8AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8AEA; }
p { color: rgb(223,138,234); }
H1.HeaderClassName
{
color: #DF8AEA;
}
.AnyTagClassName
{
color: #DF8AEA;
}
</style>
background-color css
<style>
a { background-color: #DF8AEA; }
a { background-color: rgb(223,138,234); }
div.DivClassName
{
background-color: #DF8AEA;
}
.BgClassName
{
background-color: #DF8AEA;
}
</style>
border-color css
<style>
span { border-color: #DF8AEA; }
span { border-color: rgb(223,138,234); }
td.TdClassName
{
border-color: #DF8AEA;
}
.TagClassName
{
border-color: #DF8AEA;
}
</style>