Shades of Heliotrope #D25DF9
Tints of Heliotrope #D25DF9
RGB
CMYK
RGB Variations
Color information
#D25DF9 (or 0xD25DF9) is known color: Heliotrope. HEX triplet: D2, 5D and F9. RGB value is (210,93,249). Sum of RGB (Red+Green+Blue) = 210+93+249=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 93 (36.72% from 255 or 16.85% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #D25DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25DF9 is #2DA206. Grayscale: #919191. Windows color (decimal): -2990599 or 16342482. OLE color: 16342482.
HSL color Cylindrical-coordinate representation of color #D25DF9: hue angle of 285º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D25DF9 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 93 | 249 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.02 |
| HSL | 285º | 0.93% | 0.67% | - |
| HSV(B) | 285º | 0.63% | 0.98% | - |
| XYZ | 47.59 | 28.37 | 92.59 | - |
| YUV | 145.77 | 186.26 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 249 | 0.16 | 0.63 | 0 | 0.02 | 285 | 0.93 | 0.67 |
| Hex | D2 | 5D | F9 | 10 | 3F | 0 | 2 | 11D | 5D | 43 |
| Octal | 322 | 135 | 371 | 20 | 77 | 0 | 2 | 435 | 135 | 103 |
| Binary | 11010010 | 1011101 | 11111001 | 10000 | 111111 | 0 | 10 | 100011101 | 1011101 | 1000011 |
Color Harmonies of #D25DF9
Complementary color
Monochromatic Colors of #D25DF9
Black with #D25DF9
Text Example
Text Example
White with #D25DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25DF9; }
p { color: rgb(210,93,249); }
H1.HeaderClassName
{
color: #D25DF9;
}
.AnyTagClassName
{
color: #D25DF9;
}
</style>
background-color css
<style>
a { background-color: #D25DF9; }
a { background-color: rgb(210,93,249); }
div.DivClassName
{
background-color: #D25DF9;
}
.BgClassName
{
background-color: #D25DF9;
}
</style>
border-color css
<style>
span { border-color: #D25DF9; }
span { border-color: rgb(210,93,249); }
td.TdClassName
{
border-color: #D25DF9;
}
.TagClassName
{
border-color: #D25DF9;
}
</style>