Shades of Heliotrope #D473EB
Tints of Heliotrope #D473EB
RGB
CMYK
RGB Variations
Color information
#D473EB (or 0xD473EB) is known color: Heliotrope. HEX triplet: D4, 73 and EB. RGB value is (212,115,235). Sum of RGB (Red+Green+Blue) = 212+115+235=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 115 (45.31% from 255 or 20.46% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #D473EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D473EB is #2B8C14. Grayscale: #9D9D9D. Windows color (decimal): -2853909 or 15430612. OLE color: 15430612.
HSL color Cylindrical-coordinate representation of color #D473EB: hue angle of 288.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D473EB is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 115 | 235 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.08 |
| HSL | 288.5º | 0.75% | 0.69% | - |
| HSV(B) | 288.5º | 0.51% | 0.92% | - |
| XYZ | 48.28 | 32.26 | 82.28 | - |
| YUV | 157.68 | 171.64 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 115 | 235 | 0.10 | 0.51 | 0 | 0.08 | 288.5 | 0.75 | 0.69 |
| Hex | D4 | 73 | EB | A | 33 | 0 | 8 | 120 | 4B | 45 |
| Octal | 324 | 163 | 353 | 12 | 63 | 0 | 10 | 440 | 113 | 105 |
| Binary | 11010100 | 1110011 | 11101011 | 1010 | 110011 | 0 | 1000 | 100100000 | 1001011 | 1000101 |
Color Harmonies of #D473EB
Complementary color
Monochromatic Colors of #D473EB
Black with #D473EB
Text Example
Text Example
White with #D473EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D473EB; }
p { color: rgb(212,115,235); }
H1.HeaderClassName
{
color: #D473EB;
}
.AnyTagClassName
{
color: #D473EB;
}
</style>
background-color css
<style>
a { background-color: #D473EB; }
a { background-color: rgb(212,115,235); }
div.DivClassName
{
background-color: #D473EB;
}
.BgClassName
{
background-color: #D473EB;
}
</style>
border-color css
<style>
span { border-color: #D473EB; }
span { border-color: rgb(212,115,235); }
td.TdClassName
{
border-color: #D473EB;
}
.TagClassName
{
border-color: #D473EB;
}
</style>