Shades of Heliotrope #D551F3
Tints of Heliotrope #D551F3
RGB
CMYK
RGB Variations
Color information
#D551F3 (or 0xD551F3) is known color: Heliotrope. HEX triplet: D5, 51 and F3. RGB value is (213,81,243). Sum of RGB (Red+Green+Blue) = 213+81+243=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 81 (32.03% from 255 or 15.08% from 537); Blue value is 243 (95.31% from 255 or 45.25% from 537); Max value from RGB is 243 - color contains mainly: blue. Hex color #D551F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D551F3 is #2AAE0C. Grayscale: #8A8A8A. Windows color (decimal): -2797069 or 15946197. OLE color: 15946197.
HSL color Cylindrical-coordinate representation of color #D551F3: hue angle of 288.89º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D551F3 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 81 | 243 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.05 |
| HSL | 288.89º | 0.87% | 0.64% | - |
| HSV(B) | 288.89º | 0.67% | 0.95% | - |
| XYZ | 46.56 | 26.5 | 87.46 | - |
| YUV | 138.94 | 186.73 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 243 | 0.12 | 0.67 | 0 | 0.05 | 288.89 | 0.87 | 0.64 |
| Hex | D5 | 51 | F3 | C | 43 | 0 | 5 | 121 | 57 | 40 |
| Octal | 325 | 121 | 363 | 14 | 103 | 0 | 5 | 441 | 127 | 100 |
| Binary | 11010101 | 1010001 | 11110011 | 1100 | 1000011 | 0 | 101 | 100100001 | 1010111 | 1000000 |
Color Harmonies of #D551F3
Complementary color
Monochromatic Colors of #D551F3
Black with #D551F3
Text Example
Text Example
White with #D551F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D551F3; }
p { color: rgb(213,81,243); }
H1.HeaderClassName
{
color: #D551F3;
}
.AnyTagClassName
{
color: #D551F3;
}
</style>
background-color css
<style>
a { background-color: #D551F3; }
a { background-color: rgb(213,81,243); }
div.DivClassName
{
background-color: #D551F3;
}
.BgClassName
{
background-color: #D551F3;
}
</style>
border-color css
<style>
span { border-color: #D551F3; }
span { border-color: rgb(213,81,243); }
td.TdClassName
{
border-color: #D551F3;
}
.TagClassName
{
border-color: #D551F3;
}
</style>