Shades of Heliotrope #D25DFC
Tints of Heliotrope #D25DFC
RGB
CMYK
RGB Variations
Color information
#D25DFC (or 0xD25DFC) is known color: Heliotrope. HEX triplet: D2, 5D and FC. RGB value is (210,93,252). Sum of RGB (Red+Green+Blue) = 210+93+252=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 93 (36.72% from 255 or 16.76% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #D25DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25DFC is #2DA203. Grayscale: #919191. Windows color (decimal): -2990596 or 16539090. OLE color: 16539090.
HSL color Cylindrical-coordinate representation of color #D25DFC: hue angle of 284.15º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D25DFC is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 93 | 252 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.01 |
| HSL | 284.15º | 0.96% | 0.68% | - |
| HSV(B) | 284.15º | 0.63% | 0.99% | - |
| XYZ | 48.06 | 28.56 | 95.07 | - |
| YUV | 146.11 | 187.76 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 252 | 0.17 | 0.63 | 0 | 0.01 | 284.15 | 0.96 | 0.68 |
| Hex | D2 | 5D | FC | 11 | 3F | 0 | 1 | 11C | 60 | 44 |
| Octal | 322 | 135 | 374 | 21 | 77 | 0 | 1 | 434 | 140 | 104 |
| Binary | 11010010 | 1011101 | 11111100 | 10001 | 111111 | 0 | 1 | 100011100 | 1100000 | 1000100 |
Color Harmonies of #D25DFC
Complementary color
Monochromatic Colors of #D25DFC
Black with #D25DFC
Text Example
Text Example
White with #D25DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25DFC; }
p { color: rgb(210,93,252); }
H1.HeaderClassName
{
color: #D25DFC;
}
.AnyTagClassName
{
color: #D25DFC;
}
</style>
background-color css
<style>
a { background-color: #D25DFC; }
a { background-color: rgb(210,93,252); }
div.DivClassName
{
background-color: #D25DFC;
}
.BgClassName
{
background-color: #D25DFC;
}
</style>
border-color css
<style>
span { border-color: #D25DFC; }
span { border-color: rgb(210,93,252); }
td.TdClassName
{
border-color: #D25DFC;
}
.TagClassName
{
border-color: #D25DFC;
}
</style>