Shades of Heliotrope #D25DFD
Tints of Heliotrope #D25DFD
RGB
CMYK
RGB Variations
Color information
#D25DFD (or 0xD25DFD) is known color: Heliotrope. HEX triplet: D2, 5D and FD. RGB value is (210,93,253). Sum of RGB (Red+Green+Blue) = 210+93+253=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 93 (36.72% from 255 or 16.73% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #D25DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25DFD is #2DA202. Grayscale: #919191. Windows color (decimal): -2990595 or 16604626. OLE color: 16604626.
HSL color Cylindrical-coordinate representation of color #D25DFD: hue angle of 283.88º degrees, saturation: 0.98, 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 #D25DFD is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 93 | 253 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.01 |
| HSL | 283.88º | 0.98% | 0.68% | - |
| HSV(B) | 283.88º | 0.63% | 0.99% | - |
| XYZ | 48.22 | 28.62 | 95.91 | - |
| YUV | 146.22 | 188.26 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 253 | 0.17 | 0.63 | 0 | 0.01 | 283.88 | 0.98 | 0.68 |
| Hex | D2 | 5D | FD | 11 | 3F | 0 | 1 | 11C | 62 | 44 |
| Octal | 322 | 135 | 375 | 21 | 77 | 0 | 1 | 434 | 142 | 104 |
| Binary | 11010010 | 1011101 | 11111101 | 10001 | 111111 | 0 | 1 | 100011100 | 1100010 | 1000100 |
Color Harmonies of #D25DFD
Complementary color
Monochromatic Colors of #D25DFD
Black with #D25DFD
Text Example
Text Example
White with #D25DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25DFD; }
p { color: rgb(210,93,253); }
H1.HeaderClassName
{
color: #D25DFD;
}
.AnyTagClassName
{
color: #D25DFD;
}
</style>
background-color css
<style>
a { background-color: #D25DFD; }
a { background-color: rgb(210,93,253); }
div.DivClassName
{
background-color: #D25DFD;
}
.BgClassName
{
background-color: #D25DFD;
}
</style>
border-color css
<style>
span { border-color: #D25DFD; }
span { border-color: rgb(210,93,253); }
td.TdClassName
{
border-color: #D25DFD;
}
.TagClassName
{
border-color: #D25DFD;
}
</style>