Shades of Heliotrope #DF7DFF
Tints of Heliotrope #DF7DFF
RGB
CMYK
RGB Variations
Color information
#DF7DFF (or 0xDF7DFF) is known color: Heliotrope. HEX triplet: DF, 7D and FF. RGB value is (223,125,255). Sum of RGB (Red+Green+Blue) = 223+125+255=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 125 (49.22% from 255 or 20.73% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF7DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7DFF is #208200. Grayscale: #A8A8A8. Windows color (decimal): -2130433 or 16743903. OLE color: 16743903.
HSL color Cylindrical-coordinate representation of color #DF7DFF: hue angle of 285.23º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF7DFF is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 125 | 255 | - |
| CMYK | 0.13 | 0.51 | 0 | 0 |
| HSL | 285.23º | 1% | 0.75% | - |
| HSV(B) | 285.23º | 0.51% | 1% | - |
| XYZ | 55.82 | 37.58 | 98.92 | - |
| YUV | 169.12 | 176.47 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 255 | 0.13 | 0.51 | 0 | 0 | 285.23 | 1 | 0.75 |
| Hex | DF | 7D | FF | D | 33 | 0 | 0 | 11D | 64 | 4B |
| Octal | 337 | 175 | 377 | 15 | 63 | 0 | 0 | 435 | 144 | 113 |
| Binary | 11011111 | 1111101 | 11111111 | 1101 | 110011 | 0 | 0 | 100011101 | 1100100 | 1001011 |
Color Harmonies of #DF7DFF
Complementary color
Monochromatic Colors of #DF7DFF
Black with #DF7DFF
Text Example
Text Example
White with #DF7DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7DFF; }
p { color: rgb(223,125,255); }
H1.HeaderClassName
{
color: #DF7DFF;
}
.AnyTagClassName
{
color: #DF7DFF;
}
</style>
background-color css
<style>
a { background-color: #DF7DFF; }
a { background-color: rgb(223,125,255); }
div.DivClassName
{
background-color: #DF7DFF;
}
.BgClassName
{
background-color: #DF7DFF;
}
</style>
border-color css
<style>
span { border-color: #DF7DFF; }
span { border-color: rgb(223,125,255); }
td.TdClassName
{
border-color: #DF7DFF;
}
.TagClassName
{
border-color: #DF7DFF;
}
</style>