Shades of Heliotrope #DC7AF2
Tints of Heliotrope #DC7AF2
RGB
CMYK
RGB Variations
Color information
#DC7AF2 (or 0xDC7AF2) is known color: Heliotrope. HEX triplet: DC, 7A and F2. RGB value is (220,122,242). Sum of RGB (Red+Green+Blue) = 220+122+242=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 122 (48.05% from 255 or 20.89% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC7AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7AF2 is #23850D. Grayscale: #A4A4A4. Windows color (decimal): -2327822 or 15891164. OLE color: 15891164.
HSL color Cylindrical-coordinate representation of color #DC7AF2: hue angle of 289º 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 #DC7AF2 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 122 | 242 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.05 |
| HSL | 289º | 0.82% | 0.71% | - |
| HSV(B) | 289º | 0.5% | 0.95% | - |
| XYZ | 52.5 | 35.55 | 88.1 | - |
| YUV | 164.98 | 171.47 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 242 | 0.09 | 0.50 | 0 | 0.05 | 289 | 0.82 | 0.71 |
| Hex | DC | 7A | F2 | 9 | 32 | 0 | 5 | 121 | 52 | 47 |
| Octal | 334 | 172 | 362 | 11 | 62 | 0 | 5 | 441 | 122 | 107 |
| Binary | 11011100 | 1111010 | 11110010 | 1001 | 110010 | 0 | 101 | 100100001 | 1010010 | 1000111 |
Color Harmonies of #DC7AF2
Complementary color
Monochromatic Colors of #DC7AF2
Black with #DC7AF2
Text Example
Text Example
White with #DC7AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7AF2; }
p { color: rgb(220,122,242); }
H1.HeaderClassName
{
color: #DC7AF2;
}
.AnyTagClassName
{
color: #DC7AF2;
}
</style>
background-color css
<style>
a { background-color: #DC7AF2; }
a { background-color: rgb(220,122,242); }
div.DivClassName
{
background-color: #DC7AF2;
}
.BgClassName
{
background-color: #DC7AF2;
}
</style>
border-color css
<style>
span { border-color: #DC7AF2; }
span { border-color: rgb(220,122,242); }
td.TdClassName
{
border-color: #DC7AF2;
}
.TagClassName
{
border-color: #DC7AF2;
}
</style>