Shades of Heliotrope #D462ED
Tints of Heliotrope #D462ED
RGB
CMYK
RGB Variations
Color information
#D462ED (or 0xD462ED) is known color: Heliotrope. HEX triplet: D4, 62 and ED. RGB value is (212,98,237). Sum of RGB (Red+Green+Blue) = 212+98+237=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 98 (38.67% from 255 or 17.92% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #D462ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D462ED is #2B9D12. Grayscale: #939393. Windows color (decimal): -2858259 or 15557332. OLE color: 15557332.
HSL color Cylindrical-coordinate representation of color #D462ED: hue angle of 289.21º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D462ED is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 98 | 237 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.07 |
| HSL | 289.21º | 0.79% | 0.66% | - |
| HSV(B) | 289.21º | 0.59% | 0.93% | - |
| XYZ | 46.81 | 28.85 | 83.22 | - |
| YUV | 147.93 | 178.27 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 98 | 237 | 0.11 | 0.59 | 0 | 0.07 | 289.21 | 0.79 | 0.66 |
| Hex | D4 | 62 | ED | B | 3B | 0 | 7 | 121 | 4F | 42 |
| Octal | 324 | 142 | 355 | 13 | 73 | 0 | 7 | 441 | 117 | 102 |
| Binary | 11010100 | 1100010 | 11101101 | 1011 | 111011 | 0 | 111 | 100100001 | 1001111 | 1000010 |
Color Harmonies of #D462ED
Complementary color
Monochromatic Colors of #D462ED
Black with #D462ED
Text Example
Text Example
White with #D462ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D462ED; }
p { color: rgb(212,98,237); }
H1.HeaderClassName
{
color: #D462ED;
}
.AnyTagClassName
{
color: #D462ED;
}
</style>
background-color css
<style>
a { background-color: #D462ED; }
a { background-color: rgb(212,98,237); }
div.DivClassName
{
background-color: #D462ED;
}
.BgClassName
{
background-color: #D462ED;
}
</style>
border-color css
<style>
span { border-color: #D462ED; }
span { border-color: rgb(212,98,237); }
td.TdClassName
{
border-color: #D462ED;
}
.TagClassName
{
border-color: #D462ED;
}
</style>