Shades of Heliotrope #D554FB
Tints of Heliotrope #D554FB
RGB
CMYK
RGB Variations
Color information
#D554FB (or 0xD554FB) is known color: Heliotrope. HEX triplet: D5, 54 and FB. RGB value is (213,84,251). Sum of RGB (Red+Green+Blue) = 213+84+251=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 84 (33.20% from 255 or 15.33% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #D554FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D554FB is #2AAB04. Grayscale: #8D8D8D. Windows color (decimal): -2796293 or 16471253. OLE color: 16471253.
HSL color Cylindrical-coordinate representation of color #D554FB: hue angle of 286.35º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D554FB is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 84 | 251 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.02 |
| HSL | 286.35º | 0.95% | 0.66% | - |
| HSV(B) | 286.35º | 0.67% | 0.98% | - |
| XYZ | 48.02 | 27.45 | 94.03 | - |
| YUV | 141.61 | 189.74 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 251 | 0.15 | 0.67 | 0 | 0.02 | 286.35 | 0.95 | 0.66 |
| Hex | D5 | 54 | FB | F | 43 | 0 | 2 | 11E | 5F | 42 |
| Octal | 325 | 124 | 373 | 17 | 103 | 0 | 2 | 436 | 137 | 102 |
| Binary | 11010101 | 1010100 | 11111011 | 1111 | 1000011 | 0 | 10 | 100011110 | 1011111 | 1000010 |
Color Harmonies of #D554FB
Complementary color
Monochromatic Colors of #D554FB
Black with #D554FB
Text Example
Text Example
White with #D554FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D554FB; }
p { color: rgb(213,84,251); }
H1.HeaderClassName
{
color: #D554FB;
}
.AnyTagClassName
{
color: #D554FB;
}
</style>
background-color css
<style>
a { background-color: #D554FB; }
a { background-color: rgb(213,84,251); }
div.DivClassName
{
background-color: #D554FB;
}
.BgClassName
{
background-color: #D554FB;
}
</style>
border-color css
<style>
span { border-color: #D554FB; }
span { border-color: rgb(213,84,251); }
td.TdClassName
{
border-color: #D554FB;
}
.TagClassName
{
border-color: #D554FB;
}
</style>