Shades of Heliotrope #DC5BF5
Tints of Heliotrope #DC5BF5
RGB
CMYK
RGB Variations
Color information
#DC5BF5 (or 0xDC5BF5) is known color: Heliotrope. HEX triplet: DC, 5B and F5. RGB value is (220,91,245). Sum of RGB (Red+Green+Blue) = 220+91+245=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 91 (35.94% from 255 or 16.37% from 556); Blue value is 245 (96.09% from 255 or 44.06% from 556); Max value from RGB is 245 - color contains mainly: blue. Hex color #DC5BF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5BF5 is #23A40A. Grayscale: #929292. Windows color (decimal): -2335755 or 16079836. OLE color: 16079836.
HSL color Cylindrical-coordinate representation of color #DC5BF5: hue angle of 290.26º degrees, saturation: 0.89, 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 #DC5BF5 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 91 | 245 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.04 |
| HSL | 290.26º | 0.89% | 0.66% | - |
| HSV(B) | 290.26º | 0.63% | 0.96% | - |
| XYZ | 49.74 | 29.29 | 89.42 | - |
| YUV | 147.13 | 183.24 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 245 | 0.10 | 0.63 | 0 | 0.04 | 290.26 | 0.89 | 0.66 |
| Hex | DC | 5B | F5 | A | 3F | 0 | 4 | 122 | 59 | 42 |
| Octal | 334 | 133 | 365 | 12 | 77 | 0 | 4 | 442 | 131 | 102 |
| Binary | 11011100 | 1011011 | 11110101 | 1010 | 111111 | 0 | 100 | 100100010 | 1011001 | 1000010 |
Color Harmonies of #DC5BF5
Complementary color
Monochromatic Colors of #DC5BF5
Black with #DC5BF5
Text Example
Text Example
White with #DC5BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5BF5; }
p { color: rgb(220,91,245); }
H1.HeaderClassName
{
color: #DC5BF5;
}
.AnyTagClassName
{
color: #DC5BF5;
}
</style>
background-color css
<style>
a { background-color: #DC5BF5; }
a { background-color: rgb(220,91,245); }
div.DivClassName
{
background-color: #DC5BF5;
}
.BgClassName
{
background-color: #DC5BF5;
}
</style>
border-color css
<style>
span { border-color: #DC5BF5; }
span { border-color: rgb(220,91,245); }
td.TdClassName
{
border-color: #DC5BF5;
}
.TagClassName
{
border-color: #DC5BF5;
}
</style>