Shades of Heliotrope #DC4DFB
Tints of Heliotrope #DC4DFB
RGB
CMYK
RGB Variations
Color information
#DC4DFB (or 0xDC4DFB) is known color: Heliotrope. HEX triplet: DC, 4D and FB. RGB value is (220,77,251). Sum of RGB (Red+Green+Blue) = 220+77+251=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 77 (30.47% from 255 or 14.05% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC4DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC4DFB is #23B204. Grayscale: #8B8B8B. Windows color (decimal): -2339333 or 16469468. OLE color: 16469468.
HSL color Cylindrical-coordinate representation of color #DC4DFB: hue angle of 289.31º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4DFB is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 77 | 251 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.02 |
| HSL | 289.31º | 0.96% | 0.64% | - |
| HSV(B) | 289.31º | 0.69% | 0.98% | - |
| XYZ | 49.58 | 27.49 | 93.96 | - |
| YUV | 139.59 | 190.88 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 251 | 0.12 | 0.69 | 0 | 0.02 | 289.31 | 0.96 | 0.64 |
| Hex | DC | 4D | FB | C | 45 | 0 | 2 | 121 | 60 | 40 |
| Octal | 334 | 115 | 373 | 14 | 105 | 0 | 2 | 441 | 140 | 100 |
| Binary | 11011100 | 1001101 | 11111011 | 1100 | 1000101 | 0 | 10 | 100100001 | 1100000 | 1000000 |
Color Harmonies of #DC4DFB
Complementary color
Monochromatic Colors of #DC4DFB
Black with #DC4DFB
Text Example
Text Example
White with #DC4DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4DFB; }
p { color: rgb(220,77,251); }
H1.HeaderClassName
{
color: #DC4DFB;
}
.AnyTagClassName
{
color: #DC4DFB;
}
</style>
background-color css
<style>
a { background-color: #DC4DFB; }
a { background-color: rgb(220,77,251); }
div.DivClassName
{
background-color: #DC4DFB;
}
.BgClassName
{
background-color: #DC4DFB;
}
</style>
border-color css
<style>
span { border-color: #DC4DFB; }
span { border-color: rgb(220,77,251); }
td.TdClassName
{
border-color: #DC4DFB;
}
.TagClassName
{
border-color: #DC4DFB;
}
</style>