Shades of Heliotrope #D465EE
Tints of Heliotrope #D465EE
RGB
CMYK
RGB Variations
Color information
#D465EE (or 0xD465EE) is known color: Heliotrope. HEX triplet: D4, 65 and EE. RGB value is (212,101,238). Sum of RGB (Red+Green+Blue) = 212+101+238=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 101 (39.84% from 255 or 18.33% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #D465EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D465EE is #2B9A11. Grayscale: #959595. Windows color (decimal): -2857490 or 15623636. OLE color: 15623636.
HSL color Cylindrical-coordinate representation of color #D465EE: hue angle of 288.61º degrees, saturation: 0.8, 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 #D465EE is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 101 | 238 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.07 |
| HSL | 288.61º | 0.8% | 0.66% | - |
| HSV(B) | 288.61º | 0.58% | 0.93% | - |
| XYZ | 47.24 | 29.48 | 84.09 | - |
| YUV | 149.81 | 177.77 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 238 | 0.11 | 0.58 | 0 | 0.07 | 288.61 | 0.8 | 0.66 |
| Hex | D4 | 65 | EE | B | 3A | 0 | 7 | 121 | 50 | 42 |
| Octal | 324 | 145 | 356 | 13 | 72 | 0 | 7 | 441 | 120 | 102 |
| Binary | 11010100 | 1100101 | 11101110 | 1011 | 111010 | 0 | 111 | 100100001 | 1010000 | 1000010 |
Color Harmonies of #D465EE
Complementary color
Monochromatic Colors of #D465EE
Black with #D465EE
Text Example
Text Example
White with #D465EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D465EE; }
p { color: rgb(212,101,238); }
H1.HeaderClassName
{
color: #D465EE;
}
.AnyTagClassName
{
color: #D465EE;
}
</style>
background-color css
<style>
a { background-color: #D465EE; }
a { background-color: rgb(212,101,238); }
div.DivClassName
{
background-color: #D465EE;
}
.BgClassName
{
background-color: #D465EE;
}
</style>
border-color css
<style>
span { border-color: #D465EE; }
span { border-color: rgb(212,101,238); }
td.TdClassName
{
border-color: #D465EE;
}
.TagClassName
{
border-color: #D465EE;
}
</style>