Shades of Heliotrope #D547FA
Tints of Heliotrope #D547FA
RGB
CMYK
RGB Variations
Color information
#D547FA (or 0xD547FA) is known color: Heliotrope. HEX triplet: D5, 47 and FA. RGB value is (213,71,250). Sum of RGB (Red+Green+Blue) = 213+71+250=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 71 (28.12% from 255 or 13.30% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #D547FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D547FA is #2AB805. Grayscale: #858585. Windows color (decimal): -2799622 or 16402389. OLE color: 16402389.
HSL color Cylindrical-coordinate representation of color #D547FA: hue angle of 287.6º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D547FA is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 71 | 250 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.02 |
| HSL | 287.6º | 0.95% | 0.63% | - |
| HSV(B) | 287.6º | 0.72% | 0.98% | - |
| XYZ | 46.95 | 25.55 | 92.9 | - |
| YUV | 133.86 | 193.54 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 250 | 0.15 | 0.72 | 0 | 0.02 | 287.6 | 0.95 | 0.63 |
| Hex | D5 | 47 | FA | F | 48 | 0 | 2 | 120 | 5F | 3F |
| Octal | 325 | 107 | 372 | 17 | 110 | 0 | 2 | 440 | 137 | 77 |
| Binary | 11010101 | 1000111 | 11111010 | 1111 | 1001000 | 0 | 10 | 100100000 | 1011111 | 111111 |
Color Harmonies of #D547FA
Complementary color
Monochromatic Colors of #D547FA
Black with #D547FA
Text Example
Text Example
White with #D547FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D547FA; }
p { color: rgb(213,71,250); }
H1.HeaderClassName
{
color: #D547FA;
}
.AnyTagClassName
{
color: #D547FA;
}
</style>
background-color css
<style>
a { background-color: #D547FA; }
a { background-color: rgb(213,71,250); }
div.DivClassName
{
background-color: #D547FA;
}
.BgClassName
{
background-color: #D547FA;
}
</style>
border-color css
<style>
span { border-color: #D547FA; }
span { border-color: rgb(213,71,250); }
td.TdClassName
{
border-color: #D547FA;
}
.TagClassName
{
border-color: #D547FA;
}
</style>