Shades of Heliotrope #D45AEF
Tints of Heliotrope #D45AEF
RGB
CMYK
RGB Variations
Color information
#D45AEF (or 0xD45AEF) is known color: Heliotrope. HEX triplet: D4, 5A and EF. RGB value is (212,90,239). Sum of RGB (Red+Green+Blue) = 212+90+239=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 90 (35.55% from 255 or 16.64% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #D45AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45AEF is #2BA510. Grayscale: #8E8E8E. Windows color (decimal): -2860305 or 15686356. OLE color: 15686356.
HSL color Cylindrical-coordinate representation of color #D45AEF: hue angle of 289.13º 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 #D45AEF is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 90 | 239 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.06 |
| HSL | 289.13º | 0.82% | 0.65% | - |
| HSV(B) | 289.13º | 0.62% | 0.94% | - |
| XYZ | 46.39 | 27.54 | 84.53 | - |
| YUV | 143.46 | 181.92 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 90 | 239 | 0.11 | 0.62 | 0 | 0.06 | 289.13 | 0.82 | 0.65 |
| Hex | D4 | 5A | EF | B | 3E | 0 | 6 | 121 | 52 | 41 |
| Octal | 324 | 132 | 357 | 13 | 76 | 0 | 6 | 441 | 122 | 101 |
| Binary | 11010100 | 1011010 | 11101111 | 1011 | 111110 | 0 | 110 | 100100001 | 1010010 | 1000001 |
Color Harmonies of #D45AEF
Complementary color
Monochromatic Colors of #D45AEF
Black with #D45AEF
Text Example
Text Example
White with #D45AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45AEF; }
p { color: rgb(212,90,239); }
H1.HeaderClassName
{
color: #D45AEF;
}
.AnyTagClassName
{
color: #D45AEF;
}
</style>
background-color css
<style>
a { background-color: #D45AEF; }
a { background-color: rgb(212,90,239); }
div.DivClassName
{
background-color: #D45AEF;
}
.BgClassName
{
background-color: #D45AEF;
}
</style>
border-color css
<style>
span { border-color: #D45AEF; }
span { border-color: rgb(212,90,239); }
td.TdClassName
{
border-color: #D45AEF;
}
.TagClassName
{
border-color: #D45AEF;
}
</style>