Shades of Heliotrope #D45FF7
Tints of Heliotrope #D45FF7
RGB
CMYK
RGB Variations
Color information
#D45FF7 (or 0xD45FF7) is known color: Heliotrope. HEX triplet: D4, 5F and F7. RGB value is (212,95,247). Sum of RGB (Red+Green+Blue) = 212+95+247=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 95 (37.5% from 255 or 17.15% from 554); Blue value is 247 (96.88% from 255 or 44.58% from 554); Max value from RGB is 247 - color contains mainly: blue. Hex color #D45FF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45FF7 is #2BA008. Grayscale: #929292. Windows color (decimal): -2859017 or 16211924. OLE color: 16211924.
HSL color Cylindrical-coordinate representation of color #D45FF7: hue angle of 286.18º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D45FF7 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 95 | 247 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.03 |
| HSL | 286.18º | 0.9% | 0.67% | - |
| HSV(B) | 286.18º | 0.62% | 0.97% | - |
| XYZ | 48.03 | 28.9 | 91.04 | - |
| YUV | 147.31 | 184.26 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 95 | 247 | 0.14 | 0.62 | 0 | 0.03 | 286.18 | 0.9 | 0.67 |
| Hex | D4 | 5F | F7 | E | 3E | 0 | 3 | 11E | 5A | 43 |
| Octal | 324 | 137 | 367 | 16 | 76 | 0 | 3 | 436 | 132 | 103 |
| Binary | 11010100 | 1011111 | 11110111 | 1110 | 111110 | 0 | 11 | 100011110 | 1011010 | 1000011 |
Color Harmonies of #D45FF7
Complementary color
Monochromatic Colors of #D45FF7
Black with #D45FF7
Text Example
Text Example
White with #D45FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45FF7; }
p { color: rgb(212,95,247); }
H1.HeaderClassName
{
color: #D45FF7;
}
.AnyTagClassName
{
color: #D45FF7;
}
</style>
background-color css
<style>
a { background-color: #D45FF7; }
a { background-color: rgb(212,95,247); }
div.DivClassName
{
background-color: #D45FF7;
}
.BgClassName
{
background-color: #D45FF7;
}
</style>
border-color css
<style>
span { border-color: #D45FF7; }
span { border-color: rgb(212,95,247); }
td.TdClassName
{
border-color: #D45FF7;
}
.TagClassName
{
border-color: #D45FF7;
}
</style>