Shades of Heliotrope #D25CEE
Tints of Heliotrope #D25CEE
RGB
CMYK
RGB Variations
Color information
#D25CEE (or 0xD25CEE) is known color: Heliotrope. HEX triplet: D2, 5C and EE. RGB value is (210,92,238). Sum of RGB (Red+Green+Blue) = 210+92+238=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 92 (36.33% from 255 or 17.04% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #D25CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25CEE is #2DA311. Grayscale: #8F8F8F. Windows color (decimal): -2990866 or 15621330. OLE color: 15621330.
HSL color Cylindrical-coordinate representation of color #D25CEE: hue angle of 288.49º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D25CEE is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 92 | 238 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.07 |
| HSL | 288.49º | 0.81% | 0.65% | - |
| HSV(B) | 288.49º | 0.61% | 0.93% | - |
| XYZ | 45.84 | 27.53 | 83.79 | - |
| YUV | 143.93 | 181.09 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 238 | 0.12 | 0.61 | 0 | 0.07 | 288.49 | 0.81 | 0.65 |
| Hex | D2 | 5C | EE | C | 3D | 0 | 7 | 120 | 51 | 41 |
| Octal | 322 | 134 | 356 | 14 | 75 | 0 | 7 | 440 | 121 | 101 |
| Binary | 11010010 | 1011100 | 11101110 | 1100 | 111101 | 0 | 111 | 100100000 | 1010001 | 1000001 |
Color Harmonies of #D25CEE
Complementary color
Monochromatic Colors of #D25CEE
Black with #D25CEE
Text Example
Text Example
White with #D25CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25CEE; }
p { color: rgb(210,92,238); }
H1.HeaderClassName
{
color: #D25CEE;
}
.AnyTagClassName
{
color: #D25CEE;
}
</style>
background-color css
<style>
a { background-color: #D25CEE; }
a { background-color: rgb(210,92,238); }
div.DivClassName
{
background-color: #D25CEE;
}
.BgClassName
{
background-color: #D25CEE;
}
</style>
border-color css
<style>
span { border-color: #D25CEE; }
span { border-color: rgb(210,92,238); }
td.TdClassName
{
border-color: #D25CEE;
}
.TagClassName
{
border-color: #D25CEE;
}
</style>