Shades of Heliotrope #DA4CFD
Tints of Heliotrope #DA4CFD
RGB
CMYK
RGB Variations
Color information
#DA4CFD (or 0xDA4CFD) is known color: Heliotrope. HEX triplet: DA, 4C and FD. RGB value is (218,76,253). Sum of RGB (Red+Green+Blue) = 218+76+253=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 76 (30.08% from 255 or 13.89% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA4CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA4CFD is #25B302. Grayscale: #8A8A8A. Windows color (decimal): -2470659 or 16600282. OLE color: 16600282.
HSL color Cylindrical-coordinate representation of color #DA4CFD: hue angle of 288.14º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4CFD is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 76 | 253 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.01 |
| HSL | 288.14º | 0.98% | 0.65% | - |
| HSV(B) | 288.14º | 0.7% | 0.99% | - |
| XYZ | 49.23 | 27.17 | 95.58 | - |
| YUV | 138.64 | 192.54 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 76 | 253 | 0.14 | 0.70 | 0 | 0.01 | 288.14 | 0.98 | 0.65 |
| Hex | DA | 4C | FD | E | 46 | 0 | 1 | 120 | 62 | 41 |
| Octal | 332 | 114 | 375 | 16 | 106 | 0 | 1 | 440 | 142 | 101 |
| Binary | 11011010 | 1001100 | 11111101 | 1110 | 1000110 | 0 | 1 | 100100000 | 1100010 | 1000001 |
Color Harmonies of #DA4CFD
Complementary color
Monochromatic Colors of #DA4CFD
Black with #DA4CFD
Text Example
Text Example
White with #DA4CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4CFD; }
p { color: rgb(218,76,253); }
H1.HeaderClassName
{
color: #DA4CFD;
}
.AnyTagClassName
{
color: #DA4CFD;
}
</style>
background-color css
<style>
a { background-color: #DA4CFD; }
a { background-color: rgb(218,76,253); }
div.DivClassName
{
background-color: #DA4CFD;
}
.BgClassName
{
background-color: #DA4CFD;
}
</style>
border-color css
<style>
span { border-color: #DA4CFD; }
span { border-color: rgb(218,76,253); }
td.TdClassName
{
border-color: #DA4CFD;
}
.TagClassName
{
border-color: #DA4CFD;
}
</style>