Shades of Heliotrope #D451FC
Tints of Heliotrope #D451FC
RGB
CMYK
RGB Variations
Color information
#D451FC (or 0xD451FC) is known color: Heliotrope. HEX triplet: D4, 51 and FC. RGB value is (212,81,252). Sum of RGB (Red+Green+Blue) = 212+81+252=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 81 (32.03% from 255 or 14.86% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #D451FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D451FC is #2BAE03. Grayscale: #8B8B8B. Windows color (decimal): -2862596 or 16536020. OLE color: 16536020.
HSL color Cylindrical-coordinate representation of color #D451FC: hue angle of 285.96º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D451FC is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 81 | 252 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.01 |
| HSL | 285.96º | 0.97% | 0.65% | - |
| HSV(B) | 285.96º | 0.68% | 0.99% | - |
| XYZ | 47.66 | 26.91 | 94.78 | - |
| YUV | 139.66 | 191.4 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 81 | 252 | 0.16 | 0.68 | 0 | 0.01 | 285.96 | 0.97 | 0.65 |
| Hex | D4 | 51 | FC | 10 | 44 | 0 | 1 | 11E | 61 | 41 |
| Octal | 324 | 121 | 374 | 20 | 104 | 0 | 1 | 436 | 141 | 101 |
| Binary | 11010100 | 1010001 | 11111100 | 10000 | 1000100 | 0 | 1 | 100011110 | 1100001 | 1000001 |
Color Harmonies of #D451FC
Complementary color
Monochromatic Colors of #D451FC
Black with #D451FC
Text Example
Text Example
White with #D451FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D451FC; }
p { color: rgb(212,81,252); }
H1.HeaderClassName
{
color: #D451FC;
}
.AnyTagClassName
{
color: #D451FC;
}
</style>
background-color css
<style>
a { background-color: #D451FC; }
a { background-color: rgb(212,81,252); }
div.DivClassName
{
background-color: #D451FC;
}
.BgClassName
{
background-color: #D451FC;
}
</style>
border-color css
<style>
span { border-color: #D451FC; }
span { border-color: rgb(212,81,252); }
td.TdClassName
{
border-color: #D451FC;
}
.TagClassName
{
border-color: #D451FC;
}
</style>