Shades of Violet #DF8AF1
Tints of Violet #DF8AF1
RGB
CMYK
RGB Variations
Color information
#DF8AF1 (or 0xDF8AF1) is known color: Violet. HEX triplet: DF, 8A and F1. RGB value is (223,138,241). Sum of RGB (Red+Green+Blue) = 223+138+241=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 138 (54.30% from 255 or 22.92% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF8AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8AF1 is #20750E. Grayscale: #AEAEAE. Windows color (decimal): -2127119 or 15829727. OLE color: 15829727.
HSL color Cylindrical-coordinate representation of color #DF8AF1: hue angle of 289.51º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF8AF1 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 138 | 241 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.05 |
| HSL | 289.51º | 0.79% | 0.74% | - |
| HSV(B) | 289.51º | 0.43% | 0.95% | - |
| XYZ | 55.4 | 40.22 | 88.06 | - |
| YUV | 175.16 | 165.16 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 241 | 0.07 | 0.43 | 0 | 0.05 | 289.51 | 0.79 | 0.74 |
| Hex | DF | 8A | F1 | 7 | 2B | 0 | 5 | 122 | 4F | 4A |
| Octal | 337 | 212 | 361 | 7 | 53 | 0 | 5 | 442 | 117 | 112 |
| Binary | 11011111 | 10001010 | 11110001 | 111 | 101011 | 0 | 101 | 100100010 | 1001111 | 1001010 |
Color Harmonies of #DF8AF1
Complementary color
Monochromatic Colors of #DF8AF1
Black with #DF8AF1
Text Example
Text Example
White with #DF8AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8AF1; }
p { color: rgb(223,138,241); }
H1.HeaderClassName
{
color: #DF8AF1;
}
.AnyTagClassName
{
color: #DF8AF1;
}
</style>
background-color css
<style>
a { background-color: #DF8AF1; }
a { background-color: rgb(223,138,241); }
div.DivClassName
{
background-color: #DF8AF1;
}
.BgClassName
{
background-color: #DF8AF1;
}
</style>
border-color css
<style>
span { border-color: #DF8AF1; }
span { border-color: rgb(223,138,241); }
td.TdClassName
{
border-color: #DF8AF1;
}
.TagClassName
{
border-color: #DF8AF1;
}
</style>