Shades of Heliotrope #D457FC
Tints of Heliotrope #D457FC
RGB
CMYK
RGB Variations
Color information
#D457FC (or 0xD457FC) is known color: Heliotrope. HEX triplet: D4, 57 and FC. RGB value is (212,87,252). Sum of RGB (Red+Green+Blue) = 212+87+252=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 87 (34.38% from 255 or 15.79% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #D457FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D457FC is #2BA803. Grayscale: #8E8E8E. Windows color (decimal): -2861060 or 16537556. OLE color: 16537556.
HSL color Cylindrical-coordinate representation of color #D457FC: hue angle of 285.45º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D457FC is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 87 | 252 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.01 |
| HSL | 285.45º | 0.96% | 0.66% | - |
| HSV(B) | 285.45º | 0.65% | 0.99% | - |
| XYZ | 48.13 | 27.84 | 94.93 | - |
| YUV | 143.19 | 189.41 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 87 | 252 | 0.16 | 0.65 | 0 | 0.01 | 285.45 | 0.96 | 0.66 |
| Hex | D4 | 57 | FC | 10 | 41 | 0 | 1 | 11D | 60 | 42 |
| Octal | 324 | 127 | 374 | 20 | 101 | 0 | 1 | 435 | 140 | 102 |
| Binary | 11010100 | 1010111 | 11111100 | 10000 | 1000001 | 0 | 1 | 100011101 | 1100000 | 1000010 |
Color Harmonies of #D457FC
Complementary color
Monochromatic Colors of #D457FC
Black with #D457FC
Text Example
Text Example
White with #D457FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D457FC; }
p { color: rgb(212,87,252); }
H1.HeaderClassName
{
color: #D457FC;
}
.AnyTagClassName
{
color: #D457FC;
}
</style>
background-color css
<style>
a { background-color: #D457FC; }
a { background-color: rgb(212,87,252); }
div.DivClassName
{
background-color: #D457FC;
}
.BgClassName
{
background-color: #D457FC;
}
</style>
border-color css
<style>
span { border-color: #D457FC; }
span { border-color: rgb(212,87,252); }
td.TdClassName
{
border-color: #D457FC;
}
.TagClassName
{
border-color: #D457FC;
}
</style>