Shades of Heliotrope #DC5BF7
Tints of Heliotrope #DC5BF7
RGB
CMYK
RGB Variations
Color information
#DC5BF7 (or 0xDC5BF7) is known color: Heliotrope. HEX triplet: DC, 5B and F7. RGB value is (220,91,247). Sum of RGB (Red+Green+Blue) = 220+91+247=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 91 (35.94% from 255 or 16.31% from 558); Blue value is 247 (96.88% from 255 or 44.27% from 558); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC5BF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5BF7 is #23A408. Grayscale: #929292. Windows color (decimal): -2335753 or 16210908. OLE color: 16210908.
HSL color Cylindrical-coordinate representation of color #DC5BF7: hue angle of 289.62º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5BF7 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 91 | 247 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.03 |
| HSL | 289.62º | 0.91% | 0.66% | - |
| HSV(B) | 289.62º | 0.63% | 0.97% | - |
| XYZ | 50.04 | 29.41 | 91.04 | - |
| YUV | 147.36 | 184.24 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 247 | 0.11 | 0.63 | 0 | 0.03 | 289.62 | 0.91 | 0.66 |
| Hex | DC | 5B | F7 | B | 3F | 0 | 3 | 122 | 5B | 42 |
| Octal | 334 | 133 | 367 | 13 | 77 | 0 | 3 | 442 | 133 | 102 |
| Binary | 11011100 | 1011011 | 11110111 | 1011 | 111111 | 0 | 11 | 100100010 | 1011011 | 1000010 |
Color Harmonies of #DC5BF7
Complementary color
Monochromatic Colors of #DC5BF7
Black with #DC5BF7
Text Example
Text Example
White with #DC5BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5BF7; }
p { color: rgb(220,91,247); }
H1.HeaderClassName
{
color: #DC5BF7;
}
.AnyTagClassName
{
color: #DC5BF7;
}
</style>
background-color css
<style>
a { background-color: #DC5BF7; }
a { background-color: rgb(220,91,247); }
div.DivClassName
{
background-color: #DC5BF7;
}
.BgClassName
{
background-color: #DC5BF7;
}
</style>
border-color css
<style>
span { border-color: #DC5BF7; }
span { border-color: rgb(220,91,247); }
td.TdClassName
{
border-color: #DC5BF7;
}
.TagClassName
{
border-color: #DC5BF7;
}
</style>