Shades of Heliotrope #DC4FFB
Tints of Heliotrope #DC4FFB
RGB
CMYK
RGB Variations
Color information
#DC4FFB (or 0xDC4FFB) is known color: Heliotrope. HEX triplet: DC, 4F and FB. RGB value is (220,79,251). Sum of RGB (Red+Green+Blue) = 220+79+251=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 79 (31.25% from 255 or 14.36% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC4FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC4FFB is #23B004. Grayscale: #8C8C8C. Windows color (decimal): -2338821 or 16469980. OLE color: 16469980.
HSL color Cylindrical-coordinate representation of color #DC4FFB: hue angle of 289.19º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4FFB is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 79 | 251 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.02 |
| HSL | 289.19º | 0.96% | 0.65% | - |
| HSV(B) | 289.19º | 0.69% | 0.98% | - |
| XYZ | 49.72 | 27.77 | 94.01 | - |
| YUV | 140.77 | 190.21 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 251 | 0.12 | 0.69 | 0 | 0.02 | 289.19 | 0.96 | 0.65 |
| Hex | DC | 4F | FB | C | 45 | 0 | 2 | 121 | 60 | 41 |
| Octal | 334 | 117 | 373 | 14 | 105 | 0 | 2 | 441 | 140 | 101 |
| Binary | 11011100 | 1001111 | 11111011 | 1100 | 1000101 | 0 | 10 | 100100001 | 1100000 | 1000001 |
Color Harmonies of #DC4FFB
Complementary color
Monochromatic Colors of #DC4FFB
Black with #DC4FFB
Text Example
Text Example
White with #DC4FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4FFB; }
p { color: rgb(220,79,251); }
H1.HeaderClassName
{
color: #DC4FFB;
}
.AnyTagClassName
{
color: #DC4FFB;
}
</style>
background-color css
<style>
a { background-color: #DC4FFB; }
a { background-color: rgb(220,79,251); }
div.DivClassName
{
background-color: #DC4FFB;
}
.BgClassName
{
background-color: #DC4FFB;
}
</style>
border-color css
<style>
span { border-color: #DC4FFB; }
span { border-color: rgb(220,79,251); }
td.TdClassName
{
border-color: #DC4FFB;
}
.TagClassName
{
border-color: #DC4FFB;
}
</style>