Shades of Heliotrope #D547FC
Tints of Heliotrope #D547FC
RGB
CMYK
RGB Variations
Color information
#D547FC (or 0xD547FC) is known color: Heliotrope. HEX triplet: D5, 47 and FC. RGB value is (213,71,252). Sum of RGB (Red+Green+Blue) = 213+71+252=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 71 (28.12% from 255 or 13.25% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #D547FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D547FC is #2AB803. Grayscale: #858585. Windows color (decimal): -2799620 or 16533461. OLE color: 16533461.
HSL color Cylindrical-coordinate representation of color #D547FC: hue angle of 287.07º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D547FC is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 71 | 252 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.01 |
| HSL | 287.07º | 0.97% | 0.63% | - |
| HSV(B) | 287.07º | 0.72% | 0.99% | - |
| XYZ | 47.26 | 25.68 | 94.56 | - |
| YUV | 134.09 | 194.54 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 252 | 0.15 | 0.72 | 0 | 0.01 | 287.07 | 0.97 | 0.63 |
| Hex | D5 | 47 | FC | F | 48 | 0 | 1 | 11F | 61 | 3F |
| Octal | 325 | 107 | 374 | 17 | 110 | 0 | 1 | 437 | 141 | 77 |
| Binary | 11010101 | 1000111 | 11111100 | 1111 | 1001000 | 0 | 1 | 100011111 | 1100001 | 111111 |
Color Harmonies of #D547FC
Complementary color
Monochromatic Colors of #D547FC
Black with #D547FC
Text Example
Text Example
White with #D547FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D547FC; }
p { color: rgb(213,71,252); }
H1.HeaderClassName
{
color: #D547FC;
}
.AnyTagClassName
{
color: #D547FC;
}
</style>
background-color css
<style>
a { background-color: #D547FC; }
a { background-color: rgb(213,71,252); }
div.DivClassName
{
background-color: #D547FC;
}
.BgClassName
{
background-color: #D547FC;
}
</style>
border-color css
<style>
span { border-color: #D547FC; }
span { border-color: rgb(213,71,252); }
td.TdClassName
{
border-color: #D547FC;
}
.TagClassName
{
border-color: #D547FC;
}
</style>