Shades of Heliotrope #D465EB
Tints of Heliotrope #D465EB
RGB
CMYK
RGB Variations
Color information
#D465EB (or 0xD465EB) is known color: Heliotrope. HEX triplet: D4, 65 and EB. RGB value is (212,101,235). Sum of RGB (Red+Green+Blue) = 212+101+235=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 101 (39.84% from 255 or 18.43% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #D465EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D465EB is #2B9A14. Grayscale: #959595. Windows color (decimal): -2857493 or 15427028. OLE color: 15427028.
HSL color Cylindrical-coordinate representation of color #D465EB: hue angle of 289.7º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D465EB is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 101 | 235 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.08 |
| HSL | 289.7º | 0.77% | 0.66% | - |
| HSV(B) | 289.7º | 0.57% | 0.92% | - |
| XYZ | 46.8 | 29.3 | 81.79 | - |
| YUV | 149.47 | 176.27 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 235 | 0.10 | 0.57 | 0 | 0.08 | 289.7 | 0.77 | 0.66 |
| Hex | D4 | 65 | EB | A | 39 | 0 | 8 | 122 | 4D | 42 |
| Octal | 324 | 145 | 353 | 12 | 71 | 0 | 10 | 442 | 115 | 102 |
| Binary | 11010100 | 1100101 | 11101011 | 1010 | 111001 | 0 | 1000 | 100100010 | 1001101 | 1000010 |
Color Harmonies of #D465EB
Complementary color
Monochromatic Colors of #D465EB
Black with #D465EB
Text Example
Text Example
White with #D465EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D465EB; }
p { color: rgb(212,101,235); }
H1.HeaderClassName
{
color: #D465EB;
}
.AnyTagClassName
{
color: #D465EB;
}
</style>
background-color css
<style>
a { background-color: #D465EB; }
a { background-color: rgb(212,101,235); }
div.DivClassName
{
background-color: #D465EB;
}
.BgClassName
{
background-color: #D465EB;
}
</style>
border-color css
<style>
span { border-color: #D465EB; }
span { border-color: rgb(212,101,235); }
td.TdClassName
{
border-color: #D465EB;
}
.TagClassName
{
border-color: #D465EB;
}
</style>