Shades of Heliotrope #D25DF0
Tints of Heliotrope #D25DF0
RGB
CMYK
RGB Variations
Color information
#D25DF0 (or 0xD25DF0) is known color: Heliotrope. HEX triplet: D2, 5D and F0. RGB value is (210,93,240). Sum of RGB (Red+Green+Blue) = 210+93+240=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 93 (36.72% from 255 or 17.13% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #D25DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25DF0 is #2DA20F. Grayscale: #909090. Windows color (decimal): -2990608 or 15752658. OLE color: 15752658.
HSL color Cylindrical-coordinate representation of color #D25DF0: hue angle of 287.76º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D25DF0 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 93 | 240 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.06 |
| HSL | 287.76º | 0.83% | 0.65% | - |
| HSV(B) | 287.76º | 0.61% | 0.94% | - |
| XYZ | 46.22 | 27.82 | 85.37 | - |
| YUV | 144.74 | 181.76 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 240 | 0.12 | 0.61 | 0 | 0.06 | 287.76 | 0.83 | 0.65 |
| Hex | D2 | 5D | F0 | C | 3D | 0 | 6 | 120 | 53 | 41 |
| Octal | 322 | 135 | 360 | 14 | 75 | 0 | 6 | 440 | 123 | 101 |
| Binary | 11010010 | 1011101 | 11110000 | 1100 | 111101 | 0 | 110 | 100100000 | 1010011 | 1000001 |
Color Harmonies of #D25DF0
Complementary color
Monochromatic Colors of #D25DF0
Black with #D25DF0
Text Example
Text Example
White with #D25DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25DF0; }
p { color: rgb(210,93,240); }
H1.HeaderClassName
{
color: #D25DF0;
}
.AnyTagClassName
{
color: #D25DF0;
}
</style>
background-color css
<style>
a { background-color: #D25DF0; }
a { background-color: rgb(210,93,240); }
div.DivClassName
{
background-color: #D25DF0;
}
.BgClassName
{
background-color: #D25DF0;
}
</style>
border-color css
<style>
span { border-color: #D25DF0; }
span { border-color: rgb(210,93,240); }
td.TdClassName
{
border-color: #D25DF0;
}
.TagClassName
{
border-color: #D25DF0;
}
</style>