Shades of Heliotrope #D547FB
Tints of Heliotrope #D547FB
RGB
CMYK
RGB Variations
Color information
#D547FB (or 0xD547FB) is known color: Heliotrope. HEX triplet: D5, 47 and FB. RGB value is (213,71,251). Sum of RGB (Red+Green+Blue) = 213+71+251=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 71 (28.12% from 255 or 13.27% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #D547FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D547FB is #2AB804. Grayscale: #858585. Windows color (decimal): -2799621 or 16467925. OLE color: 16467925.
HSL color Cylindrical-coordinate representation of color #D547FB: hue angle of 287.33º degrees, saturation: 0.96, 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 #D547FB is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 71 | 251 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.02 |
| HSL | 287.33º | 0.96% | 0.63% | - |
| HSV(B) | 287.33º | 0.72% | 0.98% | - |
| XYZ | 47.11 | 25.62 | 93.73 | - |
| YUV | 133.98 | 194.04 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 251 | 0.15 | 0.72 | 0 | 0.02 | 287.33 | 0.96 | 0.63 |
| Hex | D5 | 47 | FB | F | 48 | 0 | 2 | 11F | 60 | 3F |
| Octal | 325 | 107 | 373 | 17 | 110 | 0 | 2 | 437 | 140 | 77 |
| Binary | 11010101 | 1000111 | 11111011 | 1111 | 1001000 | 0 | 10 | 100011111 | 1100000 | 111111 |
Color Harmonies of #D547FB
Complementary color
Monochromatic Colors of #D547FB
Black with #D547FB
Text Example
Text Example
White with #D547FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D547FB; }
p { color: rgb(213,71,251); }
H1.HeaderClassName
{
color: #D547FB;
}
.AnyTagClassName
{
color: #D547FB;
}
</style>
background-color css
<style>
a { background-color: #D547FB; }
a { background-color: rgb(213,71,251); }
div.DivClassName
{
background-color: #D547FB;
}
.BgClassName
{
background-color: #D547FB;
}
</style>
border-color css
<style>
span { border-color: #D547FB; }
span { border-color: rgb(213,71,251); }
td.TdClassName
{
border-color: #D547FB;
}
.TagClassName
{
border-color: #D547FB;
}
</style>