Shades of Heliotrope #D25CEF
Tints of Heliotrope #D25CEF
RGB
CMYK
RGB Variations
Color information
#D25CEF (or 0xD25CEF) is known color: Heliotrope. HEX triplet: D2, 5C and EF. RGB value is (210,92,239). Sum of RGB (Red+Green+Blue) = 210+92+239=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 92 (36.33% from 255 or 17.01% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #D25CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25CEF is #2DA310. Grayscale: #8F8F8F. Windows color (decimal): -2990865 or 15686866. OLE color: 15686866.
HSL color Cylindrical-coordinate representation of color #D25CEF: hue angle of 288.16º 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 #D25CEF is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 92 | 239 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.06 |
| HSL | 288.16º | 0.82% | 0.65% | - |
| HSV(B) | 288.16º | 0.62% | 0.94% | - |
| XYZ | 45.99 | 27.59 | 84.56 | - |
| YUV | 144.04 | 181.59 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 239 | 0.12 | 0.62 | 0 | 0.06 | 288.16 | 0.82 | 0.65 |
| Hex | D2 | 5C | EF | C | 3E | 0 | 6 | 120 | 52 | 41 |
| Octal | 322 | 134 | 357 | 14 | 76 | 0 | 6 | 440 | 122 | 101 |
| Binary | 11010010 | 1011100 | 11101111 | 1100 | 111110 | 0 | 110 | 100100000 | 1010010 | 1000001 |
Color Harmonies of #D25CEF
Complementary color
Monochromatic Colors of #D25CEF
Black with #D25CEF
Text Example
Text Example
White with #D25CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25CEF; }
p { color: rgb(210,92,239); }
H1.HeaderClassName
{
color: #D25CEF;
}
.AnyTagClassName
{
color: #D25CEF;
}
</style>
background-color css
<style>
a { background-color: #D25CEF; }
a { background-color: rgb(210,92,239); }
div.DivClassName
{
background-color: #D25CEF;
}
.BgClassName
{
background-color: #D25CEF;
}
</style>
border-color css
<style>
span { border-color: #D25CEF; }
span { border-color: rgb(210,92,239); }
td.TdClassName
{
border-color: #D25CEF;
}
.TagClassName
{
border-color: #D25CEF;
}
</style>