Shades of Heliotrope #D45BEF
Tints of Heliotrope #D45BEF
RGB
CMYK
RGB Variations
Color information
#D45BEF (or 0xD45BEF) is known color: Heliotrope. HEX triplet: D4, 5B and EF. RGB value is (212,91,239). Sum of RGB (Red+Green+Blue) = 212+91+239=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 91 (35.94% from 255 or 16.79% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #D45BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45BEF is #2BA410. Grayscale: #8F8F8F. Windows color (decimal): -2860049 or 15686612. OLE color: 15686612.
HSL color Cylindrical-coordinate representation of color #D45BEF: hue angle of 289.05º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D45BEF is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 91 | 239 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.06 |
| HSL | 289.05º | 0.82% | 0.65% | - |
| HSV(B) | 289.05º | 0.62% | 0.94% | - |
| XYZ | 46.47 | 27.71 | 84.56 | - |
| YUV | 144.05 | 181.59 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 91 | 239 | 0.11 | 0.62 | 0 | 0.06 | 289.05 | 0.82 | 0.65 |
| Hex | D4 | 5B | EF | B | 3E | 0 | 6 | 121 | 52 | 41 |
| Octal | 324 | 133 | 357 | 13 | 76 | 0 | 6 | 441 | 122 | 101 |
| Binary | 11010100 | 1011011 | 11101111 | 1011 | 111110 | 0 | 110 | 100100001 | 1010010 | 1000001 |
Color Harmonies of #D45BEF
Complementary color
Monochromatic Colors of #D45BEF
Black with #D45BEF
Text Example
Text Example
White with #D45BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45BEF; }
p { color: rgb(212,91,239); }
H1.HeaderClassName
{
color: #D45BEF;
}
.AnyTagClassName
{
color: #D45BEF;
}
</style>
background-color css
<style>
a { background-color: #D45BEF; }
a { background-color: rgb(212,91,239); }
div.DivClassName
{
background-color: #D45BEF;
}
.BgClassName
{
background-color: #D45BEF;
}
</style>
border-color css
<style>
span { border-color: #D45BEF; }
span { border-color: rgb(212,91,239); }
td.TdClassName
{
border-color: #D45BEF;
}
.TagClassName
{
border-color: #D45BEF;
}
</style>