Shades of Violet #DF8CF0
Tints of Violet #DF8CF0
RGB
CMYK
RGB Variations
Color information
#DF8CF0 (or 0xDF8CF0) is known color: Violet. HEX triplet: DF, 8C and F0. RGB value is (223,140,240). Sum of RGB (Red+Green+Blue) = 223+140+240=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 140 (55.08% from 255 or 23.22% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF8CF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8CF0 is #20730F. Grayscale: #AFAFAF. Windows color (decimal): -2126608 or 15764703. OLE color: 15764703.
HSL color Cylindrical-coordinate representation of color #DF8CF0: hue angle of 289.8º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF8CF0 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 140 | 240 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.06 |
| HSL | 289.8º | 0.77% | 0.75% | - |
| HSV(B) | 289.8º | 0.42% | 0.94% | - |
| XYZ | 55.54 | 40.74 | 87.37 | - |
| YUV | 176.22 | 164 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 140 | 240 | 0.07 | 0.42 | 0 | 0.06 | 289.8 | 0.77 | 0.75 |
| Hex | DF | 8C | F0 | 7 | 2A | 0 | 6 | 122 | 4D | 4B |
| Octal | 337 | 214 | 360 | 7 | 52 | 0 | 6 | 442 | 115 | 113 |
| Binary | 11011111 | 10001100 | 11110000 | 111 | 101010 | 0 | 110 | 100100010 | 1001101 | 1001011 |
Color Harmonies of #DF8CF0
Complementary color
Monochromatic Colors of #DF8CF0
Black with #DF8CF0
Text Example
Text Example
White with #DF8CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8CF0; }
p { color: rgb(223,140,240); }
H1.HeaderClassName
{
color: #DF8CF0;
}
.AnyTagClassName
{
color: #DF8CF0;
}
</style>
background-color css
<style>
a { background-color: #DF8CF0; }
a { background-color: rgb(223,140,240); }
div.DivClassName
{
background-color: #DF8CF0;
}
.BgClassName
{
background-color: #DF8CF0;
}
</style>
border-color css
<style>
span { border-color: #DF8CF0; }
span { border-color: rgb(223,140,240); }
td.TdClassName
{
border-color: #DF8CF0;
}
.TagClassName
{
border-color: #DF8CF0;
}
</style>