Shades of Heliotrope #D55FFA
Tints of Heliotrope #D55FFA
RGB
CMYK
RGB Variations
Color information
#D55FFA (or 0xD55FFA) is known color: Heliotrope. HEX triplet: D5, 5F and FA. RGB value is (213,95,250). Sum of RGB (Red+Green+Blue) = 213+95+250=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 95 (37.5% from 255 or 17.03% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #D55FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55FFA is #2AA005. Grayscale: #939393. Windows color (decimal): -2793478 or 16408533. OLE color: 16408533.
HSL color Cylindrical-coordinate representation of color #D55FFA: hue angle of 285.68º degrees, saturation: 0.94, 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 #D55FFA is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 95 | 250 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.02 |
| HSL | 285.68º | 0.94% | 0.68% | - |
| HSV(B) | 285.68º | 0.62% | 0.98% | - |
| XYZ | 48.79 | 29.23 | 93.51 | - |
| YUV | 147.95 | 185.59 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 250 | 0.15 | 0.62 | 0 | 0.02 | 285.68 | 0.94 | 0.68 |
| Hex | D5 | 5F | FA | F | 3E | 0 | 2 | 11E | 5E | 44 |
| Octal | 325 | 137 | 372 | 17 | 76 | 0 | 2 | 436 | 136 | 104 |
| Binary | 11010101 | 1011111 | 11111010 | 1111 | 111110 | 0 | 10 | 100011110 | 1011110 | 1000100 |
Color Harmonies of #D55FFA
Complementary color
Monochromatic Colors of #D55FFA
Black with #D55FFA
Text Example
Text Example
White with #D55FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55FFA; }
p { color: rgb(213,95,250); }
H1.HeaderClassName
{
color: #D55FFA;
}
.AnyTagClassName
{
color: #D55FFA;
}
</style>
background-color css
<style>
a { background-color: #D55FFA; }
a { background-color: rgb(213,95,250); }
div.DivClassName
{
background-color: #D55FFA;
}
.BgClassName
{
background-color: #D55FFA;
}
</style>
border-color css
<style>
span { border-color: #D55FFA; }
span { border-color: rgb(213,95,250); }
td.TdClassName
{
border-color: #D55FFA;
}
.TagClassName
{
border-color: #D55FFA;
}
</style>