Shades of Heliotrope #D555FB
Tints of Heliotrope #D555FB
RGB
CMYK
RGB Variations
Color information
#D555FB (or 0xD555FB) is known color: Heliotrope. HEX triplet: D5, 55 and FB. RGB value is (213,85,251). Sum of RGB (Red+Green+Blue) = 213+85+251=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 85 (33.59% from 255 or 15.48% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #D555FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D555FB is #2AAA04. Grayscale: #8D8D8D. Windows color (decimal): -2796037 or 16471509. OLE color: 16471509.
HSL color Cylindrical-coordinate representation of color #D555FB: hue angle of 286.27º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D555FB is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 85 | 251 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.02 |
| HSL | 286.27º | 0.95% | 0.66% | - |
| HSV(B) | 286.27º | 0.66% | 0.98% | - |
| XYZ | 48.1 | 27.61 | 94.06 | - |
| YUV | 142.2 | 189.41 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 251 | 0.15 | 0.66 | 0 | 0.02 | 286.27 | 0.95 | 0.66 |
| Hex | D5 | 55 | FB | F | 42 | 0 | 2 | 11E | 5F | 42 |
| Octal | 325 | 125 | 373 | 17 | 102 | 0 | 2 | 436 | 137 | 102 |
| Binary | 11010101 | 1010101 | 11111011 | 1111 | 1000010 | 0 | 10 | 100011110 | 1011111 | 1000010 |
Color Harmonies of #D555FB
Complementary color
Monochromatic Colors of #D555FB
Black with #D555FB
Text Example
Text Example
White with #D555FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D555FB; }
p { color: rgb(213,85,251); }
H1.HeaderClassName
{
color: #D555FB;
}
.AnyTagClassName
{
color: #D555FB;
}
</style>
background-color css
<style>
a { background-color: #D555FB; }
a { background-color: rgb(213,85,251); }
div.DivClassName
{
background-color: #D555FB;
}
.BgClassName
{
background-color: #D555FB;
}
</style>
border-color css
<style>
span { border-color: #D555FB; }
span { border-color: rgb(213,85,251); }
td.TdClassName
{
border-color: #D555FB;
}
.TagClassName
{
border-color: #D555FB;
}
</style>