Shades of Heliotrope #DC5EF3
Tints of Heliotrope #DC5EF3
RGB
CMYK
RGB Variations
Color information
#DC5EF3 (or 0xDC5EF3) is known color: Heliotrope. HEX triplet: DC, 5E and F3. RGB value is (220,94,243). Sum of RGB (Red+Green+Blue) = 220+94+243=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 94 (37.11% from 255 or 16.88% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC5EF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5EF3 is #23A10C. Grayscale: #949494. Windows color (decimal): -2334989 or 15949532. OLE color: 15949532.
HSL color Cylindrical-coordinate representation of color #DC5EF3: hue angle of 290.74º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC5EF3 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 94 | 243 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.05 |
| HSL | 290.74º | 0.86% | 0.66% | - |
| HSV(B) | 290.74º | 0.61% | 0.95% | - |
| XYZ | 49.7 | 29.69 | 87.91 | - |
| YUV | 148.66 | 181.24 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 243 | 0.09 | 0.61 | 0 | 0.05 | 290.74 | 0.86 | 0.66 |
| Hex | DC | 5E | F3 | 9 | 3D | 0 | 5 | 123 | 56 | 42 |
| Octal | 334 | 136 | 363 | 11 | 75 | 0 | 5 | 443 | 126 | 102 |
| Binary | 11011100 | 1011110 | 11110011 | 1001 | 111101 | 0 | 101 | 100100011 | 1010110 | 1000010 |
Color Harmonies of #DC5EF3
Complementary color
Monochromatic Colors of #DC5EF3
Black with #DC5EF3
Text Example
Text Example
White with #DC5EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5EF3; }
p { color: rgb(220,94,243); }
H1.HeaderClassName
{
color: #DC5EF3;
}
.AnyTagClassName
{
color: #DC5EF3;
}
</style>
background-color css
<style>
a { background-color: #DC5EF3; }
a { background-color: rgb(220,94,243); }
div.DivClassName
{
background-color: #DC5EF3;
}
.BgClassName
{
background-color: #DC5EF3;
}
</style>
border-color css
<style>
span { border-color: #DC5EF3; }
span { border-color: rgb(220,94,243); }
td.TdClassName
{
border-color: #DC5EF3;
}
.TagClassName
{
border-color: #DC5EF3;
}
</style>