Shades of Heliotrope #D25FF1
Tints of Heliotrope #D25FF1
RGB
CMYK
RGB Variations
Color information
#D25FF1 (or 0xD25FF1) is known color: Heliotrope. HEX triplet: D2, 5F and F1. RGB value is (210,95,241). Sum of RGB (Red+Green+Blue) = 210+95+241=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 95 (37.5% from 255 or 17.40% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #D25FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25FF1 is #2DA00E. Grayscale: #919191. Windows color (decimal): -2990095 or 15818706. OLE color: 15818706.
HSL color Cylindrical-coordinate representation of color #D25FF1: hue angle of 287.26º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D25FF1 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 95 | 241 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.05 |
| HSL | 287.26º | 0.84% | 0.66% | - |
| HSV(B) | 287.26º | 0.61% | 0.95% | - |
| XYZ | 46.55 | 28.24 | 86.22 | - |
| YUV | 146.03 | 181.6 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 241 | 0.13 | 0.61 | 0 | 0.05 | 287.26 | 0.84 | 0.66 |
| Hex | D2 | 5F | F1 | D | 3D | 0 | 5 | 11F | 54 | 42 |
| Octal | 322 | 137 | 361 | 15 | 75 | 0 | 5 | 437 | 124 | 102 |
| Binary | 11010010 | 1011111 | 11110001 | 1101 | 111101 | 0 | 101 | 100011111 | 1010100 | 1000010 |
Color Harmonies of #D25FF1
Complementary color
Monochromatic Colors of #D25FF1
Black with #D25FF1
Text Example
Text Example
White with #D25FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FF1; }
p { color: rgb(210,95,241); }
H1.HeaderClassName
{
color: #D25FF1;
}
.AnyTagClassName
{
color: #D25FF1;
}
</style>
background-color css
<style>
a { background-color: #D25FF1; }
a { background-color: rgb(210,95,241); }
div.DivClassName
{
background-color: #D25FF1;
}
.BgClassName
{
background-color: #D25FF1;
}
</style>
border-color css
<style>
span { border-color: #D25FF1; }
span { border-color: rgb(210,95,241); }
td.TdClassName
{
border-color: #D25FF1;
}
.TagClassName
{
border-color: #D25FF1;
}
</style>