Shades of Heliotrope #DC46FB
Tints of Heliotrope #DC46FB
RGB
CMYK
RGB Variations
Color information
#DC46FB (or 0xDC46FB) is known color: Heliotrope. HEX triplet: DC, 46 and FB. RGB value is (220,70,251). Sum of RGB (Red+Green+Blue) = 220+70+251=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 70 (27.73% from 255 or 12.94% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC46FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC46FB is #23B904. Grayscale: #868686. Windows color (decimal): -2341125 or 16467676. OLE color: 16467676.
HSL color Cylindrical-coordinate representation of color #DC46FB: hue angle of 289.72º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC46FB is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 70 | 251 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.02 |
| HSL | 289.72º | 0.96% | 0.63% | - |
| HSV(B) | 289.72º | 0.72% | 0.98% | - |
| XYZ | 49.12 | 26.56 | 93.8 | - |
| YUV | 135.48 | 193.2 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 251 | 0.12 | 0.72 | 0 | 0.02 | 289.72 | 0.96 | 0.63 |
| Hex | DC | 46 | FB | C | 48 | 0 | 2 | 122 | 60 | 3F |
| Octal | 334 | 106 | 373 | 14 | 110 | 0 | 2 | 442 | 140 | 77 |
| Binary | 11011100 | 1000110 | 11111011 | 1100 | 1001000 | 0 | 10 | 100100010 | 1100000 | 111111 |
Color Harmonies of #DC46FB
Complementary color
Monochromatic Colors of #DC46FB
Black with #DC46FB
Text Example
Text Example
White with #DC46FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC46FB; }
p { color: rgb(220,70,251); }
H1.HeaderClassName
{
color: #DC46FB;
}
.AnyTagClassName
{
color: #DC46FB;
}
</style>
background-color css
<style>
a { background-color: #DC46FB; }
a { background-color: rgb(220,70,251); }
div.DivClassName
{
background-color: #DC46FB;
}
.BgClassName
{
background-color: #DC46FB;
}
</style>
border-color css
<style>
span { border-color: #DC46FB; }
span { border-color: rgb(220,70,251); }
td.TdClassName
{
border-color: #DC46FB;
}
.TagClassName
{
border-color: #DC46FB;
}
</style>