Shades of Heliotrope #D25FFC
Tints of Heliotrope #D25FFC
RGB
CMYK
RGB Variations
Color information
#D25FFC (or 0xD25FFC) is known color: Heliotrope. HEX triplet: D2, 5F and FC. RGB value is (210,95,252). Sum of RGB (Red+Green+Blue) = 210+95+252=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 95 (37.5% from 255 or 17.06% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #D25FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25FFC is #2DA003. Grayscale: #929292. Windows color (decimal): -2990084 or 16539602. OLE color: 16539602.
HSL color Cylindrical-coordinate representation of color #D25FFC: hue angle of 283.95º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D25FFC is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 95 | 252 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.01 |
| HSL | 283.95º | 0.96% | 0.68% | - |
| HSV(B) | 283.95º | 0.62% | 0.99% | - |
| XYZ | 48.24 | 28.91 | 95.13 | - |
| YUV | 147.28 | 187.1 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 252 | 0.17 | 0.62 | 0 | 0.01 | 283.95 | 0.96 | 0.68 |
| Hex | D2 | 5F | FC | 11 | 3E | 0 | 1 | 11C | 60 | 44 |
| Octal | 322 | 137 | 374 | 21 | 76 | 0 | 1 | 434 | 140 | 104 |
| Binary | 11010010 | 1011111 | 11111100 | 10001 | 111110 | 0 | 1 | 100011100 | 1100000 | 1000100 |
Color Harmonies of #D25FFC
Complementary color
Monochromatic Colors of #D25FFC
Black with #D25FFC
Text Example
Text Example
White with #D25FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FFC; }
p { color: rgb(210,95,252); }
H1.HeaderClassName
{
color: #D25FFC;
}
.AnyTagClassName
{
color: #D25FFC;
}
</style>
background-color css
<style>
a { background-color: #D25FFC; }
a { background-color: rgb(210,95,252); }
div.DivClassName
{
background-color: #D25FFC;
}
.BgClassName
{
background-color: #D25FFC;
}
</style>
border-color css
<style>
span { border-color: #D25FFC; }
span { border-color: rgb(210,95,252); }
td.TdClassName
{
border-color: #D25FFC;
}
.TagClassName
{
border-color: #D25FFC;
}
</style>