Shades of Heliotrope #D43EFF
Tints of Heliotrope #D43EFF
RGB
CMYK
RGB Variations
Color information
#D43EFF (or 0xD43EFF) is known color: Heliotrope. HEX triplet: D4, 3E and FF. RGB value is (212,62,255). Sum of RGB (Red+Green+Blue) = 212+62+255=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 62 (24.61% from 255 or 11.72% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #D43EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43EFF is #2BC100. Grayscale: #808080. Windows color (decimal): -2867457 or 16727764. OLE color: 16727764.
HSL color Cylindrical-coordinate representation of color #D43EFF: hue angle of 286.63º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43EFF is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 62 | 255 | - |
| CMYK | 0.17 | 0.76 | 0 | 0 |
| HSL | 286.63º | 1% | 0.62% | - |
| HSV(B) | 286.63º | 0.76% | 1% | - |
| XYZ | 46.92 | 24.66 | 96.89 | - |
| YUV | 128.85 | 199.2 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 62 | 255 | 0.17 | 0.76 | 0 | 0 | 286.63 | 1 | 0.62 |
| Hex | D4 | 3E | FF | 11 | 4C | 0 | 0 | 11F | 64 | 3E |
| Octal | 324 | 76 | 377 | 21 | 114 | 0 | 0 | 437 | 144 | 76 |
| Binary | 11010100 | 111110 | 11111111 | 10001 | 1001100 | 0 | 0 | 100011111 | 1100100 | 111110 |
Color Harmonies of #D43EFF
Complementary color
Monochromatic Colors of #D43EFF
Black with #D43EFF
Text Example
Text Example
White with #D43EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43EFF; }
p { color: rgb(212,62,255); }
H1.HeaderClassName
{
color: #D43EFF;
}
.AnyTagClassName
{
color: #D43EFF;
}
</style>
background-color css
<style>
a { background-color: #D43EFF; }
a { background-color: rgb(212,62,255); }
div.DivClassName
{
background-color: #D43EFF;
}
.BgClassName
{
background-color: #D43EFF;
}
</style>
border-color css
<style>
span { border-color: #D43EFF; }
span { border-color: rgb(212,62,255); }
td.TdClassName
{
border-color: #D43EFF;
}
.TagClassName
{
border-color: #D43EFF;
}
</style>