Shades of Heliotrope #DF7DF2
Tints of Heliotrope #DF7DF2
RGB
CMYK
RGB Variations
Color information
#DF7DF2 (or 0xDF7DF2) is known color: Heliotrope. HEX triplet: DF, 7D and F2. RGB value is (223,125,242). Sum of RGB (Red+Green+Blue) = 223+125+242=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 125 (49.22% from 255 or 21.19% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF7DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7DF2 is #20820D. Grayscale: #A7A7A7. Windows color (decimal): -2130446 or 15891935. OLE color: 15891935.
HSL color Cylindrical-coordinate representation of color #DF7DF2: hue angle of 290.26º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7DF2 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 125 | 242 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.05 |
| HSL | 290.26º | 0.82% | 0.72% | - |
| HSV(B) | 290.26º | 0.48% | 0.95% | - |
| XYZ | 53.79 | 36.77 | 88.27 | - |
| YUV | 167.64 | 169.97 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 242 | 0.08 | 0.48 | 0 | 0.05 | 290.26 | 0.82 | 0.72 |
| Hex | DF | 7D | F2 | 8 | 30 | 0 | 5 | 122 | 52 | 48 |
| Octal | 337 | 175 | 362 | 10 | 60 | 0 | 5 | 442 | 122 | 110 |
| Binary | 11011111 | 1111101 | 11110010 | 1000 | 110000 | 0 | 101 | 100100010 | 1010010 | 1001000 |
Color Harmonies of #DF7DF2
Complementary color
Monochromatic Colors of #DF7DF2
Black with #DF7DF2
Text Example
Text Example
White with #DF7DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7DF2; }
p { color: rgb(223,125,242); }
H1.HeaderClassName
{
color: #DF7DF2;
}
.AnyTagClassName
{
color: #DF7DF2;
}
</style>
background-color css
<style>
a { background-color: #DF7DF2; }
a { background-color: rgb(223,125,242); }
div.DivClassName
{
background-color: #DF7DF2;
}
.BgClassName
{
background-color: #DF7DF2;
}
</style>
border-color css
<style>
span { border-color: #DF7DF2; }
span { border-color: rgb(223,125,242); }
td.TdClassName
{
border-color: #DF7DF2;
}
.TagClassName
{
border-color: #DF7DF2;
}
</style>