Shades of Heliotrope #D556F3
Tints of Heliotrope #D556F3
RGB
CMYK
RGB Variations
Color information
#D556F3 (or 0xD556F3) is known color: Heliotrope. HEX triplet: D5, 56 and F3. RGB value is (213,86,243). Sum of RGB (Red+Green+Blue) = 213+86+243=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 86 (33.98% from 255 or 15.87% from 542); Blue value is 243 (95.31% from 255 or 44.83% from 542); Max value from RGB is 243 - color contains mainly: blue. Hex color #D556F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D556F3 is #2AA90C. Grayscale: #8D8D8D. Windows color (decimal): -2795789 or 15947477. OLE color: 15947477.
HSL color Cylindrical-coordinate representation of color #D556F3: hue angle of 288.54º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D556F3 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 86 | 243 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.05 |
| HSL | 288.54º | 0.87% | 0.65% | - |
| HSV(B) | 288.54º | 0.65% | 0.95% | - |
| XYZ | 46.95 | 27.27 | 87.58 | - |
| YUV | 141.87 | 185.08 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 243 | 0.12 | 0.65 | 0 | 0.05 | 288.54 | 0.87 | 0.65 |
| Hex | D5 | 56 | F3 | C | 41 | 0 | 5 | 121 | 57 | 41 |
| Octal | 325 | 126 | 363 | 14 | 101 | 0 | 5 | 441 | 127 | 101 |
| Binary | 11010101 | 1010110 | 11110011 | 1100 | 1000001 | 0 | 101 | 100100001 | 1010111 | 1000001 |
Color Harmonies of #D556F3
Complementary color
Monochromatic Colors of #D556F3
Black with #D556F3
Text Example
Text Example
White with #D556F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D556F3; }
p { color: rgb(213,86,243); }
H1.HeaderClassName
{
color: #D556F3;
}
.AnyTagClassName
{
color: #D556F3;
}
</style>
background-color css
<style>
a { background-color: #D556F3; }
a { background-color: rgb(213,86,243); }
div.DivClassName
{
background-color: #D556F3;
}
.BgClassName
{
background-color: #D556F3;
}
</style>
border-color css
<style>
span { border-color: #D556F3; }
span { border-color: rgb(213,86,243); }
td.TdClassName
{
border-color: #D556F3;
}
.TagClassName
{
border-color: #D556F3;
}
</style>