Shades of Heliotrope #D484EC
Tints of Heliotrope #D484EC
RGB
CMYK
RGB Variations
Color information
#D484EC (or 0xD484EC) is known color: Heliotrope. HEX triplet: D4, 84 and EC. RGB value is (212,132,236). Sum of RGB (Red+Green+Blue) = 212+132+236=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 132 (51.95% from 255 or 22.76% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #D484EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D484EC is #2B7B13. Grayscale: #A7A7A7. Windows color (decimal): -2849556 or 15500500. OLE color: 15500500.
HSL color Cylindrical-coordinate representation of color #D484EC: hue angle of 286.15º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D484EC is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 132 | 236 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.07 |
| HSL | 286.15º | 0.73% | 0.72% | - |
| HSV(B) | 286.15º | 0.44% | 0.93% | - |
| XYZ | 50.54 | 36.56 | 83.75 | - |
| YUV | 167.78 | 166.5 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 132 | 236 | 0.10 | 0.44 | 0 | 0.07 | 286.15 | 0.73 | 0.72 |
| Hex | D4 | 84 | EC | A | 2C | 0 | 7 | 11E | 49 | 48 |
| Octal | 324 | 204 | 354 | 12 | 54 | 0 | 7 | 436 | 111 | 110 |
| Binary | 11010100 | 10000100 | 11101100 | 1010 | 101100 | 0 | 111 | 100011110 | 1001001 | 1001000 |
Color Harmonies of #D484EC
Complementary color
Monochromatic Colors of #D484EC
Black with #D484EC
Text Example
Text Example
White with #D484EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D484EC; }
p { color: rgb(212,132,236); }
H1.HeaderClassName
{
color: #D484EC;
}
.AnyTagClassName
{
color: #D484EC;
}
</style>
background-color css
<style>
a { background-color: #D484EC; }
a { background-color: rgb(212,132,236); }
div.DivClassName
{
background-color: #D484EC;
}
.BgClassName
{
background-color: #D484EC;
}
</style>
border-color css
<style>
span { border-color: #D484EC; }
span { border-color: rgb(212,132,236); }
td.TdClassName
{
border-color: #D484EC;
}
.TagClassName
{
border-color: #D484EC;
}
</style>