Shades of Heliotrope #D554FA
Tints of Heliotrope #D554FA
RGB
CMYK
RGB Variations
Color information
#D554FA (or 0xD554FA) is known color: Heliotrope. HEX triplet: D5, 54 and FA. RGB value is (213,84,250). Sum of RGB (Red+Green+Blue) = 213+84+250=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 84 (33.20% from 255 or 15.36% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #D554FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D554FA is #2AAB05. Grayscale: #8C8C8C. Windows color (decimal): -2796294 or 16405717. OLE color: 16405717.
HSL color Cylindrical-coordinate representation of color #D554FA: hue angle of 286.63º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D554FA is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 84 | 250 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.02 |
| HSL | 286.63º | 0.94% | 0.65% | - |
| HSV(B) | 286.63º | 0.66% | 0.98% | - |
| XYZ | 47.87 | 27.39 | 93.21 | - |
| YUV | 141.5 | 189.24 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 250 | 0.15 | 0.66 | 0 | 0.02 | 286.63 | 0.94 | 0.65 |
| Hex | D5 | 54 | FA | F | 42 | 0 | 2 | 11F | 5E | 41 |
| Octal | 325 | 124 | 372 | 17 | 102 | 0 | 2 | 437 | 136 | 101 |
| Binary | 11010101 | 1010100 | 11111010 | 1111 | 1000010 | 0 | 10 | 100011111 | 1011110 | 1000001 |
Color Harmonies of #D554FA
Complementary color
Monochromatic Colors of #D554FA
Black with #D554FA
Text Example
Text Example
White with #D554FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D554FA; }
p { color: rgb(213,84,250); }
H1.HeaderClassName
{
color: #D554FA;
}
.AnyTagClassName
{
color: #D554FA;
}
</style>
background-color css
<style>
a { background-color: #D554FA; }
a { background-color: rgb(213,84,250); }
div.DivClassName
{
background-color: #D554FA;
}
.BgClassName
{
background-color: #D554FA;
}
</style>
border-color css
<style>
span { border-color: #D554FA; }
span { border-color: rgb(213,84,250); }
td.TdClassName
{
border-color: #D554FA;
}
.TagClassName
{
border-color: #D554FA;
}
</style>