Shades of Heliotrope #DF7AF5
Tints of Heliotrope #DF7AF5
RGB
CMYK
RGB Variations
Color information
#DF7AF5 (or 0xDF7AF5) is known color: Heliotrope. HEX triplet: DF, 7A and F5. RGB value is (223,122,245). Sum of RGB (Red+Green+Blue) = 223+122+245=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 122 (48.05% from 255 or 20.68% from 590); Blue value is 245 (96.09% from 255 or 41.53% from 590); Max value from RGB is 245 - color contains mainly: blue. Hex color #DF7AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7AF5 is #20850A. Grayscale: #A5A5A5. Windows color (decimal): -2131211 or 16087775. OLE color: 16087775.
HSL color Cylindrical-coordinate representation of color #DF7AF5: hue angle of 289.27º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF7AF5 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 122 | 245 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.04 |
| HSL | 289.27º | 0.86% | 0.72% | - |
| HSV(B) | 289.27º | 0.5% | 0.96% | - |
| XYZ | 53.87 | 36.2 | 90.53 | - |
| YUV | 166.22 | 172.46 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 245 | 0.09 | 0.50 | 0 | 0.04 | 289.27 | 0.86 | 0.72 |
| Hex | DF | 7A | F5 | 9 | 32 | 0 | 4 | 121 | 56 | 48 |
| Octal | 337 | 172 | 365 | 11 | 62 | 0 | 4 | 441 | 126 | 110 |
| Binary | 11011111 | 1111010 | 11110101 | 1001 | 110010 | 0 | 100 | 100100001 | 1010110 | 1001000 |
Color Harmonies of #DF7AF5
Complementary color
Monochromatic Colors of #DF7AF5
Black with #DF7AF5
Text Example
Text Example
White with #DF7AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7AF5; }
p { color: rgb(223,122,245); }
H1.HeaderClassName
{
color: #DF7AF5;
}
.AnyTagClassName
{
color: #DF7AF5;
}
</style>
background-color css
<style>
a { background-color: #DF7AF5; }
a { background-color: rgb(223,122,245); }
div.DivClassName
{
background-color: #DF7AF5;
}
.BgClassName
{
background-color: #DF7AF5;
}
</style>
border-color css
<style>
span { border-color: #DF7AF5; }
span { border-color: rgb(223,122,245); }
td.TdClassName
{
border-color: #DF7AF5;
}
.TagClassName
{
border-color: #DF7AF5;
}
</style>