Shades of Heliotrope #D45DFB
Tints of Heliotrope #D45DFB
RGB
CMYK
RGB Variations
Color information
#D45DFB (or 0xD45DFB) is known color: Heliotrope. HEX triplet: D4, 5D and FB. RGB value is (212,93,251). Sum of RGB (Red+Green+Blue) = 212+93+251=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 93 (36.72% from 255 or 16.73% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #D45DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45DFB is #2BA204. Grayscale: #929292. Windows color (decimal): -2859525 or 16473556. OLE color: 16473556.
HSL color Cylindrical-coordinate representation of color #D45DFB: hue angle of 285.19º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D45DFB is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 93 | 251 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.02 |
| HSL | 285.19º | 0.95% | 0.67% | - |
| HSV(B) | 285.19º | 0.63% | 0.98% | - |
| XYZ | 48.48 | 28.79 | 94.27 | - |
| YUV | 146.59 | 186.92 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 93 | 251 | 0.16 | 0.63 | 0 | 0.02 | 285.19 | 0.95 | 0.67 |
| Hex | D4 | 5D | FB | 10 | 3F | 0 | 2 | 11D | 5F | 43 |
| Octal | 324 | 135 | 373 | 20 | 77 | 0 | 2 | 435 | 137 | 103 |
| Binary | 11010100 | 1011101 | 11111011 | 10000 | 111111 | 0 | 10 | 100011101 | 1011111 | 1000011 |
Color Harmonies of #D45DFB
Complementary color
Monochromatic Colors of #D45DFB
Black with #D45DFB
Text Example
Text Example
White with #D45DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45DFB; }
p { color: rgb(212,93,251); }
H1.HeaderClassName
{
color: #D45DFB;
}
.AnyTagClassName
{
color: #D45DFB;
}
</style>
background-color css
<style>
a { background-color: #D45DFB; }
a { background-color: rgb(212,93,251); }
div.DivClassName
{
background-color: #D45DFB;
}
.BgClassName
{
background-color: #D45DFB;
}
</style>
border-color css
<style>
span { border-color: #D45DFB; }
span { border-color: rgb(212,93,251); }
td.TdClassName
{
border-color: #D45DFB;
}
.TagClassName
{
border-color: #D45DFB;
}
</style>