Shades of Heliotrope #D25FFE
Tints of Heliotrope #D25FFE
RGB
CMYK
RGB Variations
Color information
#D25FFE (or 0xD25FFE) is known color: Heliotrope. HEX triplet: D2, 5F and FE. RGB value is (210,95,254). Sum of RGB (Red+Green+Blue) = 210+95+254=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 95 (37.5% from 255 or 16.99% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #D25FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25FFE is #2DA001. Grayscale: #929292. Windows color (decimal): -2990082 or 16670674. OLE color: 16670674.
HSL color Cylindrical-coordinate representation of color #D25FFE: hue angle of 283.4º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D25FFE is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 95 | 254 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.00 |
| HSL | 283.4º | 0.99% | 0.68% | - |
| HSV(B) | 283.4º | 0.63% | 1% | - |
| XYZ | 48.56 | 29.04 | 96.81 | - |
| YUV | 147.51 | 188.1 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 254 | 0.17 | 0.63 | 0 | 0.00 | 283.4 | 0.99 | 0.68 |
| Hex | D2 | 5F | FE | 11 | 3F | 0 | 0 | 11B | 63 | 44 |
| Octal | 322 | 137 | 376 | 21 | 77 | 0 | 0 | 433 | 143 | 104 |
| Binary | 11010010 | 1011111 | 11111110 | 10001 | 111111 | 0 | 0 | 100011011 | 1100011 | 1000100 |
Color Harmonies of #D25FFE
Complementary color
Monochromatic Colors of #D25FFE
Black with #D25FFE
Text Example
Text Example
White with #D25FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FFE; }
p { color: rgb(210,95,254); }
H1.HeaderClassName
{
color: #D25FFE;
}
.AnyTagClassName
{
color: #D25FFE;
}
</style>
background-color css
<style>
a { background-color: #D25FFE; }
a { background-color: rgb(210,95,254); }
div.DivClassName
{
background-color: #D25FFE;
}
.BgClassName
{
background-color: #D25FFE;
}
</style>
border-color css
<style>
span { border-color: #D25FFE; }
span { border-color: rgb(210,95,254); }
td.TdClassName
{
border-color: #D25FFE;
}
.TagClassName
{
border-color: #D25FFE;
}
</style>