Shades of Heliotrope #D45AEE
Tints of Heliotrope #D45AEE
RGB
CMYK
RGB Variations
Color information
#D45AEE (or 0xD45AEE) is known color: Heliotrope. HEX triplet: D4, 5A and EE. RGB value is (212,90,238). Sum of RGB (Red+Green+Blue) = 212+90+238=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 90 (35.55% from 255 or 16.67% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #D45AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45AEE is #2BA511. Grayscale: #8E8E8E. Windows color (decimal): -2860306 or 15620820. OLE color: 15620820.
HSL color Cylindrical-coordinate representation of color #D45AEE: hue angle of 289.46º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D45AEE is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 90 | 238 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.07 |
| HSL | 289.46º | 0.81% | 0.64% | - |
| HSV(B) | 289.46º | 0.62% | 0.93% | - |
| XYZ | 46.24 | 27.48 | 83.76 | - |
| YUV | 143.35 | 181.42 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 90 | 238 | 0.11 | 0.62 | 0 | 0.07 | 289.46 | 0.81 | 0.64 |
| Hex | D4 | 5A | EE | B | 3E | 0 | 7 | 121 | 51 | 40 |
| Octal | 324 | 132 | 356 | 13 | 76 | 0 | 7 | 441 | 121 | 100 |
| Binary | 11010100 | 1011010 | 11101110 | 1011 | 111110 | 0 | 111 | 100100001 | 1010001 | 1000000 |
Color Harmonies of #D45AEE
Complementary color
Monochromatic Colors of #D45AEE
Black with #D45AEE
Text Example
Text Example
White with #D45AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45AEE; }
p { color: rgb(212,90,238); }
H1.HeaderClassName
{
color: #D45AEE;
}
.AnyTagClassName
{
color: #D45AEE;
}
</style>
background-color css
<style>
a { background-color: #D45AEE; }
a { background-color: rgb(212,90,238); }
div.DivClassName
{
background-color: #D45AEE;
}
.BgClassName
{
background-color: #D45AEE;
}
</style>
border-color css
<style>
span { border-color: #D45AEE; }
span { border-color: rgb(212,90,238); }
td.TdClassName
{
border-color: #D45AEE;
}
.TagClassName
{
border-color: #D45AEE;
}
</style>