Shades of Heliotrope #DC7DF2
Tints of Heliotrope #DC7DF2
RGB
CMYK
RGB Variations
Color information
#DC7DF2 (or 0xDC7DF2) is known color: Heliotrope. HEX triplet: DC, 7D and F2. RGB value is (220,125,242). Sum of RGB (Red+Green+Blue) = 220+125+242=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 125 (49.22% from 255 or 21.29% 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 #DC7DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7DF2 is #23820D. Grayscale: #A6A6A6. Windows color (decimal): -2327054 or 15891932. OLE color: 15891932.
HSL color Cylindrical-coordinate representation of color #DC7DF2: hue angle of 288.72º 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 #DC7DF2 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 125 | 242 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.05 |
| HSL | 288.72º | 0.82% | 0.72% | - |
| HSV(B) | 288.72º | 0.48% | 0.95% | - |
| XYZ | 52.88 | 36.29 | 88.22 | - |
| YUV | 166.74 | 170.47 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 242 | 0.09 | 0.48 | 0 | 0.05 | 288.72 | 0.82 | 0.72 |
| Hex | DC | 7D | F2 | 9 | 30 | 0 | 5 | 121 | 52 | 48 |
| Octal | 334 | 175 | 362 | 11 | 60 | 0 | 5 | 441 | 122 | 110 |
| Binary | 11011100 | 1111101 | 11110010 | 1001 | 110000 | 0 | 101 | 100100001 | 1010010 | 1001000 |
Color Harmonies of #DC7DF2
Complementary color
Monochromatic Colors of #DC7DF2
Black with #DC7DF2
Text Example
Text Example
White with #DC7DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7DF2; }
p { color: rgb(220,125,242); }
H1.HeaderClassName
{
color: #DC7DF2;
}
.AnyTagClassName
{
color: #DC7DF2;
}
</style>
background-color css
<style>
a { background-color: #DC7DF2; }
a { background-color: rgb(220,125,242); }
div.DivClassName
{
background-color: #DC7DF2;
}
.BgClassName
{
background-color: #DC7DF2;
}
</style>
border-color css
<style>
span { border-color: #DC7DF2; }
span { border-color: rgb(220,125,242); }
td.TdClassName
{
border-color: #DC7DF2;
}
.TagClassName
{
border-color: #DC7DF2;
}
</style>