Shades of Heliotrope #DF7AFF
Tints of Heliotrope #DF7AFF
RGB
CMYK
RGB Variations
Color information
#DF7AFF (or 0xDF7AFF) is known color: Heliotrope. HEX triplet: DF, 7A and FF. RGB value is (223,122,255). Sum of RGB (Red+Green+Blue) = 223+122+255=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 122 (48.05% from 255 or 20.33% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF7AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7AFF is #208500. Grayscale: #A6A6A6. Windows color (decimal): -2131201 or 16743135. OLE color: 16743135.
HSL color Cylindrical-coordinate representation of color #DF7AFF: hue angle of 285.56º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF7AFF is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 122 | 255 | - |
| CMYK | 0.13 | 0.52 | 0 | 0 |
| HSL | 285.56º | 1% | 0.74% | - |
| HSV(B) | 285.56º | 0.52% | 1% | - |
| XYZ | 55.44 | 36.83 | 98.79 | - |
| YUV | 167.36 | 177.46 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 255 | 0.13 | 0.52 | 0 | 0 | 285.56 | 1 | 0.74 |
| Hex | DF | 7A | FF | D | 34 | 0 | 0 | 11E | 64 | 4A |
| Octal | 337 | 172 | 377 | 15 | 64 | 0 | 0 | 436 | 144 | 112 |
| Binary | 11011111 | 1111010 | 11111111 | 1101 | 110100 | 0 | 0 | 100011110 | 1100100 | 1001010 |
Color Harmonies of #DF7AFF
Complementary color
Monochromatic Colors of #DF7AFF
Black with #DF7AFF
Text Example
Text Example
White with #DF7AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7AFF; }
p { color: rgb(223,122,255); }
H1.HeaderClassName
{
color: #DF7AFF;
}
.AnyTagClassName
{
color: #DF7AFF;
}
</style>
background-color css
<style>
a { background-color: #DF7AFF; }
a { background-color: rgb(223,122,255); }
div.DivClassName
{
background-color: #DF7AFF;
}
.BgClassName
{
background-color: #DF7AFF;
}
</style>
border-color css
<style>
span { border-color: #DF7AFF; }
span { border-color: rgb(223,122,255); }
td.TdClassName
{
border-color: #DF7AFF;
}
.TagClassName
{
border-color: #DF7AFF;
}
</style>