Shades of Heliotrope #D554FC
Tints of Heliotrope #D554FC
RGB
CMYK
RGB Variations
Color information
#D554FC (or 0xD554FC) is known color: Heliotrope. HEX triplet: D5, 54 and FC. RGB value is (213,84,252). Sum of RGB (Red+Green+Blue) = 213+84+252=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 84 (33.20% from 255 or 15.30% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #D554FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D554FC is #2AAB03. Grayscale: #8D8D8D. Windows color (decimal): -2796292 or 16536789. OLE color: 16536789.
HSL color Cylindrical-coordinate representation of color #D554FC: hue angle of 286.07º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D554FC is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 84 | 252 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.01 |
| HSL | 286.07º | 0.97% | 0.66% | - |
| HSV(B) | 286.07º | 0.67% | 0.99% | - |
| XYZ | 48.18 | 27.52 | 94.87 | - |
| YUV | 141.72 | 190.24 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 252 | 0.15 | 0.67 | 0 | 0.01 | 286.07 | 0.97 | 0.66 |
| Hex | D5 | 54 | FC | F | 43 | 0 | 1 | 11E | 61 | 42 |
| Octal | 325 | 124 | 374 | 17 | 103 | 0 | 1 | 436 | 141 | 102 |
| Binary | 11010101 | 1010100 | 11111100 | 1111 | 1000011 | 0 | 1 | 100011110 | 1100001 | 1000010 |
Color Harmonies of #D554FC
Complementary color
Monochromatic Colors of #D554FC
Black with #D554FC
Text Example
Text Example
White with #D554FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D554FC; }
p { color: rgb(213,84,252); }
H1.HeaderClassName
{
color: #D554FC;
}
.AnyTagClassName
{
color: #D554FC;
}
</style>
background-color css
<style>
a { background-color: #D554FC; }
a { background-color: rgb(213,84,252); }
div.DivClassName
{
background-color: #D554FC;
}
.BgClassName
{
background-color: #D554FC;
}
</style>
border-color css
<style>
span { border-color: #D554FC; }
span { border-color: rgb(213,84,252); }
td.TdClassName
{
border-color: #D554FC;
}
.TagClassName
{
border-color: #D554FC;
}
</style>