Shades of Heliotrope #D470EF
Tints of Heliotrope #D470EF
RGB
CMYK
RGB Variations
Color information
#D470EF (or 0xD470EF) is known color: Heliotrope. HEX triplet: D4, 70 and EF. RGB value is (212,112,239). Sum of RGB (Red+Green+Blue) = 212+112+239=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 112 (44.14% from 255 or 19.89% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #D470EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D470EF is #2B8F10. Grayscale: #9B9B9B. Windows color (decimal): -2854673 or 15691988. OLE color: 15691988.
HSL color Cylindrical-coordinate representation of color #D470EF: hue angle of 287.24º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D470EF is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 112 | 239 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.06 |
| HSL | 287.24º | 0.8% | 0.69% | - |
| HSV(B) | 287.24º | 0.53% | 0.94% | - |
| XYZ | 48.53 | 31.82 | 85.25 | - |
| YUV | 156.38 | 174.63 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 112 | 239 | 0.11 | 0.53 | 0 | 0.06 | 287.24 | 0.8 | 0.69 |
| Hex | D4 | 70 | EF | B | 35 | 0 | 6 | 11F | 50 | 45 |
| Octal | 324 | 160 | 357 | 13 | 65 | 0 | 6 | 437 | 120 | 105 |
| Binary | 11010100 | 1110000 | 11101111 | 1011 | 110101 | 0 | 110 | 100011111 | 1010000 | 1000101 |
Color Harmonies of #D470EF
Complementary color
Monochromatic Colors of #D470EF
Black with #D470EF
Text Example
Text Example
White with #D470EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D470EF; }
p { color: rgb(212,112,239); }
H1.HeaderClassName
{
color: #D470EF;
}
.AnyTagClassName
{
color: #D470EF;
}
</style>
background-color css
<style>
a { background-color: #D470EF; }
a { background-color: rgb(212,112,239); }
div.DivClassName
{
background-color: #D470EF;
}
.BgClassName
{
background-color: #D470EF;
}
</style>
border-color css
<style>
span { border-color: #D470EF; }
span { border-color: rgb(212,112,239); }
td.TdClassName
{
border-color: #D470EF;
}
.TagClassName
{
border-color: #D470EF;
}
</style>