Shades of Heliotrope #DC7AF9
Tints of Heliotrope #DC7AF9
RGB
CMYK
RGB Variations
Color information
#DC7AF9 (or 0xDC7AF9) is known color: Heliotrope. HEX triplet: DC, 7A and F9. RGB value is (220,122,249). Sum of RGB (Red+Green+Blue) = 220+122+249=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 122 (48.05% from 255 or 20.64% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC7AF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7AF9 is #238506. Grayscale: #A5A5A5. Windows color (decimal): -2327815 or 16349916. OLE color: 16349916.
HSL color Cylindrical-coordinate representation of color #DC7AF9: hue angle of 286.3º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC7AF9 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 122 | 249 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.02 |
| HSL | 286.3º | 0.91% | 0.73% | - |
| HSV(B) | 286.3º | 0.51% | 0.98% | - |
| XYZ | 53.57 | 35.97 | 93.74 | - |
| YUV | 165.78 | 174.97 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 249 | 0.12 | 0.51 | 0 | 0.02 | 286.3 | 0.91 | 0.73 |
| Hex | DC | 7A | F9 | C | 33 | 0 | 2 | 11E | 5B | 49 |
| Octal | 334 | 172 | 371 | 14 | 63 | 0 | 2 | 436 | 133 | 111 |
| Binary | 11011100 | 1111010 | 11111001 | 1100 | 110011 | 0 | 10 | 100011110 | 1011011 | 1001001 |
Color Harmonies of #DC7AF9
Complementary color
Monochromatic Colors of #DC7AF9
Black with #DC7AF9
Text Example
Text Example
White with #DC7AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7AF9; }
p { color: rgb(220,122,249); }
H1.HeaderClassName
{
color: #DC7AF9;
}
.AnyTagClassName
{
color: #DC7AF9;
}
</style>
background-color css
<style>
a { background-color: #DC7AF9; }
a { background-color: rgb(220,122,249); }
div.DivClassName
{
background-color: #DC7AF9;
}
.BgClassName
{
background-color: #DC7AF9;
}
</style>
border-color css
<style>
span { border-color: #DC7AF9; }
span { border-color: rgb(220,122,249); }
td.TdClassName
{
border-color: #DC7AF9;
}
.TagClassName
{
border-color: #DC7AF9;
}
</style>