Shades of Heliotrope #D462EB
Tints of Heliotrope #D462EB
RGB
CMYK
RGB Variations
Color information
#D462EB (or 0xD462EB) is known color: Heliotrope. HEX triplet: D4, 62 and EB. RGB value is (212,98,235). Sum of RGB (Red+Green+Blue) = 212+98+235=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 98 (38.67% from 255 or 17.98% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #D462EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D462EB is #2B9D14. Grayscale: #939393. Windows color (decimal): -2858261 or 15426260. OLE color: 15426260.
HSL color Cylindrical-coordinate representation of color #D462EB: hue angle of 289.93º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D462EB is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 98 | 235 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.08 |
| HSL | 289.93º | 0.77% | 0.65% | - |
| HSV(B) | 289.93º | 0.58% | 0.92% | - |
| XYZ | 46.51 | 28.73 | 81.69 | - |
| YUV | 147.7 | 177.27 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 98 | 235 | 0.10 | 0.58 | 0 | 0.08 | 289.93 | 0.77 | 0.65 |
| Hex | D4 | 62 | EB | A | 3A | 0 | 8 | 122 | 4D | 41 |
| Octal | 324 | 142 | 353 | 12 | 72 | 0 | 10 | 442 | 115 | 101 |
| Binary | 11010100 | 1100010 | 11101011 | 1010 | 111010 | 0 | 1000 | 100100010 | 1001101 | 1000001 |
Color Harmonies of #D462EB
Complementary color
Monochromatic Colors of #D462EB
Black with #D462EB
Text Example
Text Example
White with #D462EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D462EB; }
p { color: rgb(212,98,235); }
H1.HeaderClassName
{
color: #D462EB;
}
.AnyTagClassName
{
color: #D462EB;
}
</style>
background-color css
<style>
a { background-color: #D462EB; }
a { background-color: rgb(212,98,235); }
div.DivClassName
{
background-color: #D462EB;
}
.BgClassName
{
background-color: #D462EB;
}
</style>
border-color css
<style>
span { border-color: #D462EB; }
span { border-color: rgb(212,98,235); }
td.TdClassName
{
border-color: #D462EB;
}
.TagClassName
{
border-color: #D462EB;
}
</style>