Shades of Heliotrope #DF83F2
Tints of Heliotrope #DF83F2
RGB
CMYK
RGB Variations
Color information
#DF83F2 (or 0xDF83F2) is known color: Heliotrope. HEX triplet: DF, 83 and F2. RGB value is (223,131,242). Sum of RGB (Red+Green+Blue) = 223+131+242=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 131 (51.56% from 255 or 21.98% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF83F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF83F2 is #207C0D. Grayscale: #AAAAAA. Windows color (decimal): -2128910 or 15893471. OLE color: 15893471.
HSL color Cylindrical-coordinate representation of color #DF83F2: hue angle of 289.73º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF83F2 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 131 | 242 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.05 |
| HSL | 289.73º | 0.81% | 0.73% | - |
| HSV(B) | 289.73º | 0.46% | 0.95% | - |
| XYZ | 54.57 | 38.33 | 88.53 | - |
| YUV | 171.16 | 167.98 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 242 | 0.08 | 0.46 | 0 | 0.05 | 289.73 | 0.81 | 0.73 |
| Hex | DF | 83 | F2 | 8 | 2E | 0 | 5 | 122 | 51 | 49 |
| Octal | 337 | 203 | 362 | 10 | 56 | 0 | 5 | 442 | 121 | 111 |
| Binary | 11011111 | 10000011 | 11110010 | 1000 | 101110 | 0 | 101 | 100100010 | 1010001 | 1001001 |
Color Harmonies of #DF83F2
Complementary color
Monochromatic Colors of #DF83F2
Black with #DF83F2
Text Example
Text Example
White with #DF83F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF83F2; }
p { color: rgb(223,131,242); }
H1.HeaderClassName
{
color: #DF83F2;
}
.AnyTagClassName
{
color: #DF83F2;
}
</style>
background-color css
<style>
a { background-color: #DF83F2; }
a { background-color: rgb(223,131,242); }
div.DivClassName
{
background-color: #DF83F2;
}
.BgClassName
{
background-color: #DF83F2;
}
</style>
border-color css
<style>
span { border-color: #DF83F2; }
span { border-color: rgb(223,131,242); }
td.TdClassName
{
border-color: #DF83F2;
}
.TagClassName
{
border-color: #DF83F2;
}
</style>