Shades of Heliotrope #D25AEF
Tints of Heliotrope #D25AEF
RGB
CMYK
RGB Variations
Color information
#D25AEF (or 0xD25AEF) is known color: Heliotrope. HEX triplet: D2, 5A and EF. RGB value is (210,90,239). Sum of RGB (Red+Green+Blue) = 210+90+239=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 90 (35.55% from 255 or 16.70% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #D25AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25AEF is #2DA510. Grayscale: #8E8E8E. Windows color (decimal): -2991377 or 15686354. OLE color: 15686354.
HSL color Cylindrical-coordinate representation of color #D25AEF: hue angle of 288.32º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D25AEF is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 90 | 239 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.06 |
| HSL | 288.32º | 0.82% | 0.65% | - |
| HSV(B) | 288.32º | 0.62% | 0.94% | - |
| XYZ | 45.81 | 27.25 | 84.51 | - |
| YUV | 142.87 | 182.26 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 239 | 0.12 | 0.62 | 0 | 0.06 | 288.32 | 0.82 | 0.65 |
| Hex | D2 | 5A | EF | C | 3E | 0 | 6 | 120 | 52 | 41 |
| Octal | 322 | 132 | 357 | 14 | 76 | 0 | 6 | 440 | 122 | 101 |
| Binary | 11010010 | 1011010 | 11101111 | 1100 | 111110 | 0 | 110 | 100100000 | 1010010 | 1000001 |
Color Harmonies of #D25AEF
Complementary color
Monochromatic Colors of #D25AEF
Black with #D25AEF
Text Example
Text Example
White with #D25AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25AEF; }
p { color: rgb(210,90,239); }
H1.HeaderClassName
{
color: #D25AEF;
}
.AnyTagClassName
{
color: #D25AEF;
}
</style>
background-color css
<style>
a { background-color: #D25AEF; }
a { background-color: rgb(210,90,239); }
div.DivClassName
{
background-color: #D25AEF;
}
.BgClassName
{
background-color: #D25AEF;
}
</style>
border-color css
<style>
span { border-color: #D25AEF; }
span { border-color: rgb(210,90,239); }
td.TdClassName
{
border-color: #D25AEF;
}
.TagClassName
{
border-color: #D25AEF;
}
</style>