Shades of Heliotrope #DC5BF4
Tints of Heliotrope #DC5BF4
RGB
CMYK
RGB Variations
Color information
#DC5BF4 (or 0xDC5BF4) is known color: Heliotrope. HEX triplet: DC, 5B and F4. RGB value is (220,91,244). Sum of RGB (Red+Green+Blue) = 220+91+244=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 91 (35.94% from 255 or 16.40% from 555); Blue value is 244 (95.70% from 255 or 43.96% from 555); Max value from RGB is 244 - color contains mainly: blue. Hex color #DC5BF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5BF4 is #23A40B. Grayscale: #929292. Windows color (decimal): -2335756 or 16014300. OLE color: 16014300.
HSL color Cylindrical-coordinate representation of color #DC5BF4: hue angle of 290.59º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5BF4 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 91 | 244 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.04 |
| HSL | 290.59º | 0.87% | 0.66% | - |
| HSV(B) | 290.59º | 0.63% | 0.96% | - |
| XYZ | 49.59 | 29.23 | 88.62 | - |
| YUV | 147.01 | 182.74 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 244 | 0.10 | 0.63 | 0 | 0.04 | 290.59 | 0.87 | 0.66 |
| Hex | DC | 5B | F4 | A | 3F | 0 | 4 | 123 | 57 | 42 |
| Octal | 334 | 133 | 364 | 12 | 77 | 0 | 4 | 443 | 127 | 102 |
| Binary | 11011100 | 1011011 | 11110100 | 1010 | 111111 | 0 | 100 | 100100011 | 1010111 | 1000010 |
Color Harmonies of #DC5BF4
Complementary color
Monochromatic Colors of #DC5BF4
Black with #DC5BF4
Text Example
Text Example
White with #DC5BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5BF4; }
p { color: rgb(220,91,244); }
H1.HeaderClassName
{
color: #DC5BF4;
}
.AnyTagClassName
{
color: #DC5BF4;
}
</style>
background-color css
<style>
a { background-color: #DC5BF4; }
a { background-color: rgb(220,91,244); }
div.DivClassName
{
background-color: #DC5BF4;
}
.BgClassName
{
background-color: #DC5BF4;
}
</style>
border-color css
<style>
span { border-color: #DC5BF4; }
span { border-color: rgb(220,91,244); }
td.TdClassName
{
border-color: #DC5BF4;
}
.TagClassName
{
border-color: #DC5BF4;
}
</style>