Shades of Heliotrope #D260EE
Tints of Heliotrope #D260EE
RGB
CMYK
RGB Variations
Color information
#D260EE (or 0xD260EE) is known color: Heliotrope. HEX triplet: D2, 60 and EE. RGB value is (210,96,238). Sum of RGB (Red+Green+Blue) = 210+96+238=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 96 (37.89% from 255 or 17.65% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #D260EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D260EE is #2D9F11. Grayscale: #919191. Windows color (decimal): -2989842 or 15622354. OLE color: 15622354.
HSL color Cylindrical-coordinate representation of color #D260EE: hue angle of 288.17º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D260EE is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 96 | 238 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.07 |
| HSL | 288.17º | 0.81% | 0.65% | - |
| HSV(B) | 288.17º | 0.6% | 0.93% | - |
| XYZ | 46.19 | 28.24 | 83.91 | - |
| YUV | 146.27 | 179.77 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 238 | 0.12 | 0.60 | 0 | 0.07 | 288.17 | 0.81 | 0.65 |
| Hex | D2 | 60 | EE | C | 3C | 0 | 7 | 120 | 51 | 41 |
| Octal | 322 | 140 | 356 | 14 | 74 | 0 | 7 | 440 | 121 | 101 |
| Binary | 11010010 | 1100000 | 11101110 | 1100 | 111100 | 0 | 111 | 100100000 | 1010001 | 1000001 |
Color Harmonies of #D260EE
Complementary color
Monochromatic Colors of #D260EE
Black with #D260EE
Text Example
Text Example
White with #D260EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D260EE; }
p { color: rgb(210,96,238); }
H1.HeaderClassName
{
color: #D260EE;
}
.AnyTagClassName
{
color: #D260EE;
}
</style>
background-color css
<style>
a { background-color: #D260EE; }
a { background-color: rgb(210,96,238); }
div.DivClassName
{
background-color: #D260EE;
}
.BgClassName
{
background-color: #D260EE;
}
</style>
border-color css
<style>
span { border-color: #D260EE; }
span { border-color: rgb(210,96,238); }
td.TdClassName
{
border-color: #D260EE;
}
.TagClassName
{
border-color: #D260EE;
}
</style>