Shades of Violet #DF8AF0
Tints of Violet #DF8AF0
RGB
CMYK
RGB Variations
Color information
#DF8AF0 (or 0xDF8AF0) is known color: Violet. HEX triplet: DF, 8A and F0. RGB value is (223,138,240). Sum of RGB (Red+Green+Blue) = 223+138+240=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 138 (54.30% from 255 or 22.96% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF8AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8AF0 is #20750F. Grayscale: #AEAEAE. Windows color (decimal): -2127120 or 15764191. OLE color: 15764191.
HSL color Cylindrical-coordinate representation of color #DF8AF0: hue angle of 290º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF8AF0 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 138 | 240 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.06 |
| HSL | 290º | 0.77% | 0.74% | - |
| HSV(B) | 290º | 0.43% | 0.94% | - |
| XYZ | 55.25 | 40.16 | 87.28 | - |
| YUV | 175.04 | 164.66 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 240 | 0.07 | 0.42 | 0 | 0.06 | 290 | 0.77 | 0.74 |
| Hex | DF | 8A | F0 | 7 | 2A | 0 | 6 | 122 | 4D | 4A |
| Octal | 337 | 212 | 360 | 7 | 52 | 0 | 6 | 442 | 115 | 112 |
| Binary | 11011111 | 10001010 | 11110000 | 111 | 101010 | 0 | 110 | 100100010 | 1001101 | 1001010 |
Color Harmonies of #DF8AF0
Complementary color
Monochromatic Colors of #DF8AF0
Black with #DF8AF0
Text Example
Text Example
White with #DF8AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8AF0; }
p { color: rgb(223,138,240); }
H1.HeaderClassName
{
color: #DF8AF0;
}
.AnyTagClassName
{
color: #DF8AF0;
}
</style>
background-color css
<style>
a { background-color: #DF8AF0; }
a { background-color: rgb(223,138,240); }
div.DivClassName
{
background-color: #DF8AF0;
}
.BgClassName
{
background-color: #DF8AF0;
}
</style>
border-color css
<style>
span { border-color: #DF8AF0; }
span { border-color: rgb(223,138,240); }
td.TdClassName
{
border-color: #DF8AF0;
}
.TagClassName
{
border-color: #DF8AF0;
}
</style>