Shades of Heliotrope #DC4BFB
Tints of Heliotrope #DC4BFB
RGB
CMYK
RGB Variations
Color information
#DC4BFB (or 0xDC4BFB) is known color: Heliotrope. HEX triplet: DC, 4B and FB. RGB value is (220,75,251). Sum of RGB (Red+Green+Blue) = 220+75+251=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 75 (29.69% from 255 or 13.74% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC4BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC4BFB is #23B404. Grayscale: #898989. Windows color (decimal): -2339845 or 16468956. OLE color: 16468956.
HSL color Cylindrical-coordinate representation of color #DC4BFB: hue angle of 289.43º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4BFB is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 75 | 251 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.02 |
| HSL | 289.43º | 0.96% | 0.64% | - |
| HSV(B) | 289.43º | 0.7% | 0.98% | - |
| XYZ | 49.44 | 27.21 | 93.91 | - |
| YUV | 138.42 | 191.54 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 251 | 0.12 | 0.70 | 0 | 0.02 | 289.43 | 0.96 | 0.64 |
| Hex | DC | 4B | FB | C | 46 | 0 | 2 | 121 | 60 | 40 |
| Octal | 334 | 113 | 373 | 14 | 106 | 0 | 2 | 441 | 140 | 100 |
| Binary | 11011100 | 1001011 | 11111011 | 1100 | 1000110 | 0 | 10 | 100100001 | 1100000 | 1000000 |
Color Harmonies of #DC4BFB
Complementary color
Monochromatic Colors of #DC4BFB
Black with #DC4BFB
Text Example
Text Example
White with #DC4BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4BFB; }
p { color: rgb(220,75,251); }
H1.HeaderClassName
{
color: #DC4BFB;
}
.AnyTagClassName
{
color: #DC4BFB;
}
</style>
background-color css
<style>
a { background-color: #DC4BFB; }
a { background-color: rgb(220,75,251); }
div.DivClassName
{
background-color: #DC4BFB;
}
.BgClassName
{
background-color: #DC4BFB;
}
</style>
border-color css
<style>
span { border-color: #DC4BFB; }
span { border-color: rgb(220,75,251); }
td.TdClassName
{
border-color: #DC4BFB;
}
.TagClassName
{
border-color: #DC4BFB;
}
</style>