Shades of Heliotrope #DC7AF3
Tints of Heliotrope #DC7AF3
RGB
CMYK
RGB Variations
Color information
#DC7AF3 (or 0xDC7AF3) is known color: Heliotrope. HEX triplet: DC, 7A and F3. RGB value is (220,122,243). Sum of RGB (Red+Green+Blue) = 220+122+243=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 122 (48.05% from 255 or 20.85% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC7AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7AF3 is #23850C. Grayscale: #A4A4A4. Windows color (decimal): -2327821 or 15956700. OLE color: 15956700.
HSL color Cylindrical-coordinate representation of color #DC7AF3: hue angle of 288.6º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC7AF3 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 122 | 243 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.05 |
| HSL | 288.6º | 0.83% | 0.72% | - |
| HSV(B) | 288.6º | 0.5% | 0.95% | - |
| XYZ | 52.65 | 35.61 | 88.89 | - |
| YUV | 165.1 | 171.97 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 243 | 0.09 | 0.50 | 0 | 0.05 | 288.6 | 0.83 | 0.72 |
| Hex | DC | 7A | F3 | 9 | 32 | 0 | 5 | 121 | 53 | 48 |
| Octal | 334 | 172 | 363 | 11 | 62 | 0 | 5 | 441 | 123 | 110 |
| Binary | 11011100 | 1111010 | 11110011 | 1001 | 110010 | 0 | 101 | 100100001 | 1010011 | 1001000 |
Color Harmonies of #DC7AF3
Complementary color
Monochromatic Colors of #DC7AF3
Black with #DC7AF3
Text Example
Text Example
White with #DC7AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7AF3; }
p { color: rgb(220,122,243); }
H1.HeaderClassName
{
color: #DC7AF3;
}
.AnyTagClassName
{
color: #DC7AF3;
}
</style>
background-color css
<style>
a { background-color: #DC7AF3; }
a { background-color: rgb(220,122,243); }
div.DivClassName
{
background-color: #DC7AF3;
}
.BgClassName
{
background-color: #DC7AF3;
}
</style>
border-color css
<style>
span { border-color: #DC7AF3; }
span { border-color: rgb(220,122,243); }
td.TdClassName
{
border-color: #DC7AF3;
}
.TagClassName
{
border-color: #DC7AF3;
}
</style>