Shades of Heliotrope #DC76F2
Tints of Heliotrope #DC76F2
RGB
CMYK
RGB Variations
Color information
#DC76F2 (or 0xDC76F2) is known color: Heliotrope. HEX triplet: DC, 76 and F2. RGB value is (220,118,242). Sum of RGB (Red+Green+Blue) = 220+118+242=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 118 (46.48% from 255 or 20.34% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC76F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC76F2 is #23890D. Grayscale: #A2A2A2. Windows color (decimal): -2328846 or 15890140. OLE color: 15890140.
HSL color Cylindrical-coordinate representation of color #DC76F2: hue angle of 289.35º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC76F2 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 118 | 242 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.05 |
| HSL | 289.35º | 0.83% | 0.71% | - |
| HSV(B) | 289.35º | 0.51% | 0.95% | - |
| XYZ | 52.02 | 34.58 | 87.94 | - |
| YUV | 162.63 | 172.79 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 242 | 0.09 | 0.51 | 0 | 0.05 | 289.35 | 0.83 | 0.71 |
| Hex | DC | 76 | F2 | 9 | 33 | 0 | 5 | 121 | 53 | 47 |
| Octal | 334 | 166 | 362 | 11 | 63 | 0 | 5 | 441 | 123 | 107 |
| Binary | 11011100 | 1110110 | 11110010 | 1001 | 110011 | 0 | 101 | 100100001 | 1010011 | 1000111 |
Color Harmonies of #DC76F2
Complementary color
Monochromatic Colors of #DC76F2
Black with #DC76F2
Text Example
Text Example
White with #DC76F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76F2; }
p { color: rgb(220,118,242); }
H1.HeaderClassName
{
color: #DC76F2;
}
.AnyTagClassName
{
color: #DC76F2;
}
</style>
background-color css
<style>
a { background-color: #DC76F2; }
a { background-color: rgb(220,118,242); }
div.DivClassName
{
background-color: #DC76F2;
}
.BgClassName
{
background-color: #DC76F2;
}
</style>
border-color css
<style>
span { border-color: #DC76F2; }
span { border-color: rgb(220,118,242); }
td.TdClassName
{
border-color: #DC76F2;
}
.TagClassName
{
border-color: #DC76F2;
}
</style>