Shades of Heliotrope #DA4CFB
Tints of Heliotrope #DA4CFB
RGB
CMYK
RGB Variations
Color information
#DA4CFB (or 0xDA4CFB) is known color: Heliotrope. HEX triplet: DA, 4C and FB. RGB value is (218,76,251). Sum of RGB (Red+Green+Blue) = 218+76+251=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 76 (30.08% from 255 or 13.94% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA4CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA4CFB is #25B304. Grayscale: #898989. Windows color (decimal): -2470661 or 16469210. OLE color: 16469210.
HSL color Cylindrical-coordinate representation of color #DA4CFB: hue angle of 288.69º 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 #DA4CFB is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 76 | 251 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.02 |
| HSL | 288.69º | 0.96% | 0.64% | - |
| HSV(B) | 288.69º | 0.7% | 0.98% | - |
| XYZ | 48.91 | 27.04 | 93.91 | - |
| YUV | 138.41 | 191.54 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 76 | 251 | 0.13 | 0.70 | 0 | 0.02 | 288.69 | 0.96 | 0.64 |
| Hex | DA | 4C | FB | D | 46 | 0 | 2 | 121 | 60 | 40 |
| Octal | 332 | 114 | 373 | 15 | 106 | 0 | 2 | 441 | 140 | 100 |
| Binary | 11011010 | 1001100 | 11111011 | 1101 | 1000110 | 0 | 10 | 100100001 | 1100000 | 1000000 |
Color Harmonies of #DA4CFB
Complementary color
Monochromatic Colors of #DA4CFB
Black with #DA4CFB
Text Example
Text Example
White with #DA4CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4CFB; }
p { color: rgb(218,76,251); }
H1.HeaderClassName
{
color: #DA4CFB;
}
.AnyTagClassName
{
color: #DA4CFB;
}
</style>
background-color css
<style>
a { background-color: #DA4CFB; }
a { background-color: rgb(218,76,251); }
div.DivClassName
{
background-color: #DA4CFB;
}
.BgClassName
{
background-color: #DA4CFB;
}
</style>
border-color css
<style>
span { border-color: #DA4CFB; }
span { border-color: rgb(218,76,251); }
td.TdClassName
{
border-color: #DA4CFB;
}
.TagClassName
{
border-color: #DA4CFB;
}
</style>