Shades of Heliotrope #DF7AF2
Tints of Heliotrope #DF7AF2
RGB
CMYK
RGB Variations
Color information
#DF7AF2 (or 0xDF7AF2) is known color: Heliotrope. HEX triplet: DF, 7A and F2. RGB value is (223,122,242). Sum of RGB (Red+Green+Blue) = 223+122+242=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 122 (48.05% from 255 or 20.78% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF7AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7AF2 is #20850D. Grayscale: #A5A5A5. Windows color (decimal): -2131214 or 15891167. OLE color: 15891167.
HSL color Cylindrical-coordinate representation of color #DF7AF2: hue angle of 290.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF7AF2 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 122 | 242 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.05 |
| HSL | 290.5º | 0.82% | 0.71% | - |
| HSV(B) | 290.5º | 0.5% | 0.95% | - |
| XYZ | 53.42 | 36.02 | 88.14 | - |
| YUV | 165.88 | 170.96 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 242 | 0.08 | 0.50 | 0 | 0.05 | 290.5 | 0.82 | 0.71 |
| Hex | DF | 7A | F2 | 8 | 32 | 0 | 5 | 122 | 52 | 47 |
| Octal | 337 | 172 | 362 | 10 | 62 | 0 | 5 | 442 | 122 | 107 |
| Binary | 11011111 | 1111010 | 11110010 | 1000 | 110010 | 0 | 101 | 100100010 | 1010010 | 1000111 |
Color Harmonies of #DF7AF2
Complementary color
Monochromatic Colors of #DF7AF2
Black with #DF7AF2
Text Example
Text Example
White with #DF7AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7AF2; }
p { color: rgb(223,122,242); }
H1.HeaderClassName
{
color: #DF7AF2;
}
.AnyTagClassName
{
color: #DF7AF2;
}
</style>
background-color css
<style>
a { background-color: #DF7AF2; }
a { background-color: rgb(223,122,242); }
div.DivClassName
{
background-color: #DF7AF2;
}
.BgClassName
{
background-color: #DF7AF2;
}
</style>
border-color css
<style>
span { border-color: #DF7AF2; }
span { border-color: rgb(223,122,242); }
td.TdClassName
{
border-color: #DF7AF2;
}
.TagClassName
{
border-color: #DF7AF2;
}
</style>