Shades of Heliotrope #D25FFB
Tints of Heliotrope #D25FFB
RGB
CMYK
RGB Variations
Color information
#D25FFB (or 0xD25FFB) is known color: Heliotrope. HEX triplet: D2, 5F and FB. RGB value is (210,95,251). Sum of RGB (Red+Green+Blue) = 210+95+251=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 95 (37.5% from 255 or 17.09% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #D25FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25FFB is #2DA004. Grayscale: #929292. Windows color (decimal): -2990085 or 16474066. OLE color: 16474066.
HSL color Cylindrical-coordinate representation of color #D25FFB: hue angle of 284.23º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D25FFB is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 95 | 251 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.02 |
| HSL | 284.23º | 0.95% | 0.68% | - |
| HSV(B) | 284.23º | 0.62% | 0.98% | - |
| XYZ | 48.08 | 28.85 | 94.3 | - |
| YUV | 147.17 | 186.6 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 251 | 0.16 | 0.62 | 0 | 0.02 | 284.23 | 0.95 | 0.68 |
| Hex | D2 | 5F | FB | 10 | 3E | 0 | 2 | 11C | 5F | 44 |
| Octal | 322 | 137 | 373 | 20 | 76 | 0 | 2 | 434 | 137 | 104 |
| Binary | 11010010 | 1011111 | 11111011 | 10000 | 111110 | 0 | 10 | 100011100 | 1011111 | 1000100 |
Color Harmonies of #D25FFB
Complementary color
Monochromatic Colors of #D25FFB
Black with #D25FFB
Text Example
Text Example
White with #D25FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FFB; }
p { color: rgb(210,95,251); }
H1.HeaderClassName
{
color: #D25FFB;
}
.AnyTagClassName
{
color: #D25FFB;
}
</style>
background-color css
<style>
a { background-color: #D25FFB; }
a { background-color: rgb(210,95,251); }
div.DivClassName
{
background-color: #D25FFB;
}
.BgClassName
{
background-color: #D25FFB;
}
</style>
border-color css
<style>
span { border-color: #D25FFB; }
span { border-color: rgb(210,95,251); }
td.TdClassName
{
border-color: #D25FFB;
}
.TagClassName
{
border-color: #D25FFB;
}
</style>