Shades of Heliotrope #D25DF1
Tints of Heliotrope #D25DF1
RGB
CMYK
RGB Variations
Color information
#D25DF1 (or 0xD25DF1) is known color: Heliotrope. HEX triplet: D2, 5D and F1. RGB value is (210,93,241). Sum of RGB (Red+Green+Blue) = 210+93+241=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 93 (36.72% from 255 or 17.10% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 241 - color contains mainly: blue. Hex color #D25DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25DF1 is #2DA20E. Grayscale: #909090. Windows color (decimal): -2990607 or 15818194. OLE color: 15818194.
HSL color Cylindrical-coordinate representation of color #D25DF1: hue angle of 287.43º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D25DF1 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 93 | 241 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.05 |
| HSL | 287.43º | 0.84% | 0.65% | - |
| HSV(B) | 287.43º | 0.61% | 0.95% | - |
| XYZ | 46.37 | 27.88 | 86.16 | - |
| YUV | 144.86 | 182.26 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 241 | 0.13 | 0.61 | 0 | 0.05 | 287.43 | 0.84 | 0.65 |
| Hex | D2 | 5D | F1 | D | 3D | 0 | 5 | 11F | 54 | 41 |
| Octal | 322 | 135 | 361 | 15 | 75 | 0 | 5 | 437 | 124 | 101 |
| Binary | 11010010 | 1011101 | 11110001 | 1101 | 111101 | 0 | 101 | 100011111 | 1010100 | 1000001 |
Color Harmonies of #D25DF1
Complementary color
Monochromatic Colors of #D25DF1
Black with #D25DF1
Text Example
Text Example
White with #D25DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25DF1; }
p { color: rgb(210,93,241); }
H1.HeaderClassName
{
color: #D25DF1;
}
.AnyTagClassName
{
color: #D25DF1;
}
</style>
background-color css
<style>
a { background-color: #D25DF1; }
a { background-color: rgb(210,93,241); }
div.DivClassName
{
background-color: #D25DF1;
}
.BgClassName
{
background-color: #D25DF1;
}
</style>
border-color css
<style>
span { border-color: #D25DF1; }
span { border-color: rgb(210,93,241); }
td.TdClassName
{
border-color: #D25DF1;
}
.TagClassName
{
border-color: #D25DF1;
}
</style>