Shades of Heliotrope #D55DFA
Tints of Heliotrope #D55DFA
RGB
CMYK
RGB Variations
Color information
#D55DFA (or 0xD55DFA) is known color: Heliotrope. HEX triplet: D5, 5D and FA. RGB value is (213,93,250). Sum of RGB (Red+Green+Blue) = 213+93+250=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 93 (36.72% from 255 or 16.73% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #D55DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55DFA is #2AA205. Grayscale: #929292. Windows color (decimal): -2793990 or 16408021. OLE color: 16408021.
HSL color Cylindrical-coordinate representation of color #D55DFA: hue angle of 285.86º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D55DFA is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 93 | 250 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.02 |
| HSL | 285.86º | 0.94% | 0.67% | - |
| HSV(B) | 285.86º | 0.63% | 0.98% | - |
| XYZ | 48.61 | 28.88 | 93.45 | - |
| YUV | 146.78 | 186.26 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 250 | 0.15 | 0.63 | 0 | 0.02 | 285.86 | 0.94 | 0.67 |
| Hex | D5 | 5D | FA | F | 3F | 0 | 2 | 11E | 5E | 43 |
| Octal | 325 | 135 | 372 | 17 | 77 | 0 | 2 | 436 | 136 | 103 |
| Binary | 11010101 | 1011101 | 11111010 | 1111 | 111111 | 0 | 10 | 100011110 | 1011110 | 1000011 |
Color Harmonies of #D55DFA
Complementary color
Monochromatic Colors of #D55DFA
Black with #D55DFA
Text Example
Text Example
White with #D55DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55DFA; }
p { color: rgb(213,93,250); }
H1.HeaderClassName
{
color: #D55DFA;
}
.AnyTagClassName
{
color: #D55DFA;
}
</style>
background-color css
<style>
a { background-color: #D55DFA; }
a { background-color: rgb(213,93,250); }
div.DivClassName
{
background-color: #D55DFA;
}
.BgClassName
{
background-color: #D55DFA;
}
</style>
border-color css
<style>
span { border-color: #D55DFA; }
span { border-color: rgb(213,93,250); }
td.TdClassName
{
border-color: #D55DFA;
}
.TagClassName
{
border-color: #D55DFA;
}
</style>