Shades of Heliotrope #D25FFF
Tints of Heliotrope #D25FFF
RGB
CMYK
RGB Variations
Color information
#D25FFF (or 0xD25FFF) is known color: Heliotrope. HEX triplet: D2, 5F and FF. RGB value is (210,95,255). Sum of RGB (Red+Green+Blue) = 210+95+255=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 95 (37.5% from 255 or 16.96% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #D25FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25FFF is #2DA000. Grayscale: #939393. Windows color (decimal): -2990081 or 16736210. OLE color: 16736210.
HSL color Cylindrical-coordinate representation of color #D25FFF: hue angle of 283.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D25FFF is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 95 | 255 | - |
| CMYK | 0.18 | 0.63 | 0 | 0 |
| HSL | 283.13º | 1% | 0.69% | - |
| HSV(B) | 283.13º | 0.63% | 1% | - |
| XYZ | 48.72 | 29.11 | 97.66 | - |
| YUV | 147.63 | 188.6 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 255 | 0.18 | 0.63 | 0 | 0 | 283.13 | 1 | 0.69 |
| Hex | D2 | 5F | FF | 12 | 3F | 0 | 0 | 11B | 64 | 45 |
| Octal | 322 | 137 | 377 | 22 | 77 | 0 | 0 | 433 | 144 | 105 |
| Binary | 11010010 | 1011111 | 11111111 | 10010 | 111111 | 0 | 0 | 100011011 | 1100100 | 1000101 |
Color Harmonies of #D25FFF
Complementary color
Monochromatic Colors of #D25FFF
Black with #D25FFF
Text Example
Text Example
White with #D25FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FFF; }
p { color: rgb(210,95,255); }
H1.HeaderClassName
{
color: #D25FFF;
}
.AnyTagClassName
{
color: #D25FFF;
}
</style>
background-color css
<style>
a { background-color: #D25FFF; }
a { background-color: rgb(210,95,255); }
div.DivClassName
{
background-color: #D25FFF;
}
.BgClassName
{
background-color: #D25FFF;
}
</style>
border-color css
<style>
span { border-color: #D25FFF; }
span { border-color: rgb(210,95,255); }
td.TdClassName
{
border-color: #D25FFF;
}
.TagClassName
{
border-color: #D25FFF;
}
</style>