Shades of Heliotrope #DF6DF2
Tints of Heliotrope #DF6DF2
RGB
CMYK
RGB Variations
Color information
#DF6DF2 (or 0xDF6DF2) is known color: Heliotrope. HEX triplet: DF, 6D and F2. RGB value is (223,109,242). Sum of RGB (Red+Green+Blue) = 223+109+242=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 109 (42.97% from 255 or 18.99% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF6DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6DF2 is #20920D. Grayscale: #9D9D9D. Windows color (decimal): -2134542 or 15887839. OLE color: 15887839.
HSL color Cylindrical-coordinate representation of color #DF6DF2: hue angle of 291.43º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF6DF2 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 109 | 242 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.05 |
| HSL | 291.43º | 0.84% | 0.69% | - |
| HSV(B) | 291.43º | 0.55% | 0.95% | - |
| XYZ | 51.93 | 33.04 | 87.64 | - |
| YUV | 158.25 | 175.27 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 109 | 242 | 0.08 | 0.55 | 0 | 0.05 | 291.43 | 0.84 | 0.69 |
| Hex | DF | 6D | F2 | 8 | 37 | 0 | 5 | 123 | 54 | 45 |
| Octal | 337 | 155 | 362 | 10 | 67 | 0 | 5 | 443 | 124 | 105 |
| Binary | 11011111 | 1101101 | 11110010 | 1000 | 110111 | 0 | 101 | 100100011 | 1010100 | 1000101 |
Color Harmonies of #DF6DF2
Complementary color
Monochromatic Colors of #DF6DF2
Black with #DF6DF2
Text Example
Text Example
White with #DF6DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6DF2; }
p { color: rgb(223,109,242); }
H1.HeaderClassName
{
color: #DF6DF2;
}
.AnyTagClassName
{
color: #DF6DF2;
}
</style>
background-color css
<style>
a { background-color: #DF6DF2; }
a { background-color: rgb(223,109,242); }
div.DivClassName
{
background-color: #DF6DF2;
}
.BgClassName
{
background-color: #DF6DF2;
}
</style>
border-color css
<style>
span { border-color: #DF6DF2; }
span { border-color: rgb(223,109,242); }
td.TdClassName
{
border-color: #DF6DF2;
}
.TagClassName
{
border-color: #DF6DF2;
}
</style>