Shades of Heliotrope #DC5BFA
Tints of Heliotrope #DC5BFA
RGB
CMYK
RGB Variations
Color information
#DC5BFA (or 0xDC5BFA) is known color: Heliotrope. HEX triplet: DC, 5B and FA. RGB value is (220,91,250). Sum of RGB (Red+Green+Blue) = 220+91+250=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 91 (35.94% from 255 or 16.22% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC5BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5BFA is #23A405. Grayscale: #939393. Windows color (decimal): -2335750 or 16407516. OLE color: 16407516.
HSL color Cylindrical-coordinate representation of color #DC5BFA: hue angle of 288.68º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC5BFA is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 91 | 250 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.02 |
| HSL | 288.68º | 0.94% | 0.67% | - |
| HSV(B) | 288.68º | 0.64% | 0.98% | - |
| XYZ | 50.51 | 29.6 | 93.49 | - |
| YUV | 147.7 | 185.74 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 250 | 0.12 | 0.64 | 0 | 0.02 | 288.68 | 0.94 | 0.67 |
| Hex | DC | 5B | FA | C | 40 | 0 | 2 | 121 | 5E | 43 |
| Octal | 334 | 133 | 372 | 14 | 100 | 0 | 2 | 441 | 136 | 103 |
| Binary | 11011100 | 1011011 | 11111010 | 1100 | 1000000 | 0 | 10 | 100100001 | 1011110 | 1000011 |
Color Harmonies of #DC5BFA
Complementary color
Monochromatic Colors of #DC5BFA
Black with #DC5BFA
Text Example
Text Example
White with #DC5BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5BFA; }
p { color: rgb(220,91,250); }
H1.HeaderClassName
{
color: #DC5BFA;
}
.AnyTagClassName
{
color: #DC5BFA;
}
</style>
background-color css
<style>
a { background-color: #DC5BFA; }
a { background-color: rgb(220,91,250); }
div.DivClassName
{
background-color: #DC5BFA;
}
.BgClassName
{
background-color: #DC5BFA;
}
</style>
border-color css
<style>
span { border-color: #DC5BFA; }
span { border-color: rgb(220,91,250); }
td.TdClassName
{
border-color: #DC5BFA;
}
.TagClassName
{
border-color: #DC5BFA;
}
</style>