Shades of Heliotrope #D25AEE
Tints of Heliotrope #D25AEE
RGB
CMYK
RGB Variations
Color information
#D25AEE (or 0xD25AEE) is known color: Heliotrope. HEX triplet: D2, 5A and EE. RGB value is (210,90,238). Sum of RGB (Red+Green+Blue) = 210+90+238=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 90 (35.55% from 255 or 16.73% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #D25AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25AEE is #2DA511. Grayscale: #8E8E8E. Windows color (decimal): -2991378 or 15620818. OLE color: 15620818.
HSL color Cylindrical-coordinate representation of color #D25AEE: hue angle of 288.65º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D25AEE is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 90 | 238 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.07 |
| HSL | 288.65º | 0.81% | 0.64% | - |
| HSV(B) | 288.65º | 0.62% | 0.93% | - |
| XYZ | 45.67 | 27.19 | 83.73 | - |
| YUV | 142.75 | 181.76 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 238 | 0.12 | 0.62 | 0 | 0.07 | 288.65 | 0.81 | 0.64 |
| Hex | D2 | 5A | EE | C | 3E | 0 | 7 | 121 | 51 | 40 |
| Octal | 322 | 132 | 356 | 14 | 76 | 0 | 7 | 441 | 121 | 100 |
| Binary | 11010010 | 1011010 | 11101110 | 1100 | 111110 | 0 | 111 | 100100001 | 1010001 | 1000000 |
Color Harmonies of #D25AEE
Complementary color
Monochromatic Colors of #D25AEE
Black with #D25AEE
Text Example
Text Example
White with #D25AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25AEE; }
p { color: rgb(210,90,238); }
H1.HeaderClassName
{
color: #D25AEE;
}
.AnyTagClassName
{
color: #D25AEE;
}
</style>
background-color css
<style>
a { background-color: #D25AEE; }
a { background-color: rgb(210,90,238); }
div.DivClassName
{
background-color: #D25AEE;
}
.BgClassName
{
background-color: #D25AEE;
}
</style>
border-color css
<style>
span { border-color: #D25AEE; }
span { border-color: rgb(210,90,238); }
td.TdClassName
{
border-color: #D25AEE;
}
.TagClassName
{
border-color: #D25AEE;
}
</style>