Shades of Heliotrope #D464ED
Tints of Heliotrope #D464ED
RGB
CMYK
RGB Variations
Color information
#D464ED (or 0xD464ED) is known color: Heliotrope. HEX triplet: D4, 64 and ED. RGB value is (212,100,237). Sum of RGB (Red+Green+Blue) = 212+100+237=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 100 (39.45% from 255 or 18.21% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #D464ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D464ED is #2B9B12. Grayscale: #949494. Windows color (decimal): -2857747 or 15557844. OLE color: 15557844.
HSL color Cylindrical-coordinate representation of color #D464ED: hue angle of 289.05º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D464ED is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 100 | 237 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.07 |
| HSL | 289.05º | 0.79% | 0.66% | - |
| HSV(B) | 289.05º | 0.58% | 0.93% | - |
| XYZ | 46.99 | 29.23 | 83.29 | - |
| YUV | 149.11 | 177.61 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 237 | 0.11 | 0.58 | 0 | 0.07 | 289.05 | 0.79 | 0.66 |
| Hex | D4 | 64 | ED | B | 3A | 0 | 7 | 121 | 4F | 42 |
| Octal | 324 | 144 | 355 | 13 | 72 | 0 | 7 | 441 | 117 | 102 |
| Binary | 11010100 | 1100100 | 11101101 | 1011 | 111010 | 0 | 111 | 100100001 | 1001111 | 1000010 |
Color Harmonies of #D464ED
Complementary color
Monochromatic Colors of #D464ED
Black with #D464ED
Text Example
Text Example
White with #D464ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D464ED; }
p { color: rgb(212,100,237); }
H1.HeaderClassName
{
color: #D464ED;
}
.AnyTagClassName
{
color: #D464ED;
}
</style>
background-color css
<style>
a { background-color: #D464ED; }
a { background-color: rgb(212,100,237); }
div.DivClassName
{
background-color: #D464ED;
}
.BgClassName
{
background-color: #D464ED;
}
</style>
border-color css
<style>
span { border-color: #D464ED; }
span { border-color: rgb(212,100,237); }
td.TdClassName
{
border-color: #D464ED;
}
.TagClassName
{
border-color: #D464ED;
}
</style>