Shades of Heliotrope #DC75F4
Tints of Heliotrope #DC75F4
RGB
CMYK
RGB Variations
Color information
#DC75F4 (or 0xDC75F4) is known color: Heliotrope. HEX triplet: DC, 75 and F4. RGB value is (220,117,244). Sum of RGB (Red+Green+Blue) = 220+117+244=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 117 (46.09% from 255 or 20.14% from 581); Blue value is 244 (95.70% from 255 or 42.00% from 581); Max value from RGB is 244 - color contains mainly: blue. Hex color #DC75F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC75F4 is #238A0B. Grayscale: #A1A1A1. Windows color (decimal): -2329100 or 16020956. OLE color: 16020956.
HSL color Cylindrical-coordinate representation of color #DC75F4: hue angle of 288.66º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC75F4 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 117 | 244 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.04 |
| HSL | 288.66º | 0.85% | 0.71% | - |
| HSV(B) | 288.66º | 0.52% | 0.96% | - |
| XYZ | 52.21 | 34.47 | 89.49 | - |
| YUV | 162.28 | 174.12 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 244 | 0.10 | 0.52 | 0 | 0.04 | 288.66 | 0.85 | 0.71 |
| Hex | DC | 75 | F4 | A | 34 | 0 | 4 | 121 | 55 | 47 |
| Octal | 334 | 165 | 364 | 12 | 64 | 0 | 4 | 441 | 125 | 107 |
| Binary | 11011100 | 1110101 | 11110100 | 1010 | 110100 | 0 | 100 | 100100001 | 1010101 | 1000111 |
Color Harmonies of #DC75F4
Complementary color
Monochromatic Colors of #DC75F4
Black with #DC75F4
Text Example
Text Example
White with #DC75F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC75F4; }
p { color: rgb(220,117,244); }
H1.HeaderClassName
{
color: #DC75F4;
}
.AnyTagClassName
{
color: #DC75F4;
}
</style>
background-color css
<style>
a { background-color: #DC75F4; }
a { background-color: rgb(220,117,244); }
div.DivClassName
{
background-color: #DC75F4;
}
.BgClassName
{
background-color: #DC75F4;
}
</style>
border-color css
<style>
span { border-color: #DC75F4; }
span { border-color: rgb(220,117,244); }
td.TdClassName
{
border-color: #DC75F4;
}
.TagClassName
{
border-color: #DC75F4;
}
</style>