Shades of Heliotrope #D25FFD
Tints of Heliotrope #D25FFD
RGB
CMYK
RGB Variations
Color information
#D25FFD (or 0xD25FFD) is known color: Heliotrope. HEX triplet: D2, 5F and FD. RGB value is (210,95,253). Sum of RGB (Red+Green+Blue) = 210+95+253=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 95 (37.5% from 255 or 17.03% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #D25FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25FFD is #2DA002. Grayscale: #929292. Windows color (decimal): -2990083 or 16605138. OLE color: 16605138.
HSL color Cylindrical-coordinate representation of color #D25FFD: hue angle of 283.67º degrees, saturation: 0.98, 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 #D25FFD is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 95 | 253 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.01 |
| HSL | 283.67º | 0.98% | 0.68% | - |
| HSV(B) | 283.67º | 0.62% | 0.99% | - |
| XYZ | 48.4 | 28.98 | 95.97 | - |
| YUV | 147.4 | 187.6 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 253 | 0.17 | 0.62 | 0 | 0.01 | 283.67 | 0.98 | 0.68 |
| Hex | D2 | 5F | FD | 11 | 3E | 0 | 1 | 11C | 62 | 44 |
| Octal | 322 | 137 | 375 | 21 | 76 | 0 | 1 | 434 | 142 | 104 |
| Binary | 11010010 | 1011111 | 11111101 | 10001 | 111110 | 0 | 1 | 100011100 | 1100010 | 1000100 |
Color Harmonies of #D25FFD
Complementary color
Monochromatic Colors of #D25FFD
Black with #D25FFD
Text Example
Text Example
White with #D25FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FFD; }
p { color: rgb(210,95,253); }
H1.HeaderClassName
{
color: #D25FFD;
}
.AnyTagClassName
{
color: #D25FFD;
}
</style>
background-color css
<style>
a { background-color: #D25FFD; }
a { background-color: rgb(210,95,253); }
div.DivClassName
{
background-color: #D25FFD;
}
.BgClassName
{
background-color: #D25FFD;
}
</style>
border-color css
<style>
span { border-color: #D25FFD; }
span { border-color: rgb(210,95,253); }
td.TdClassName
{
border-color: #D25FFD;
}
.TagClassName
{
border-color: #D25FFD;
}
</style>