Shades of Heliotrope #D471FC
Tints of Heliotrope #D471FC
RGB
CMYK
RGB Variations
Color information
#D471FC (or 0xD471FC) is known color: Heliotrope. HEX triplet: D4, 71 and FC. RGB value is (212,113,252). Sum of RGB (Red+Green+Blue) = 212+113+252=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 113 (44.53% from 255 or 19.58% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #D471FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D471FC is #2B8E03. Grayscale: #9D9D9D. Windows color (decimal): -2854404 or 16544212. OLE color: 16544212.
HSL color Cylindrical-coordinate representation of color #D471FC: hue angle of 282.73º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D471FC is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 113 | 252 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.01 |
| HSL | 282.73º | 0.96% | 0.72% | - |
| HSV(B) | 282.73º | 0.55% | 0.99% | - |
| XYZ | 50.63 | 32.84 | 95.77 | - |
| YUV | 158.45 | 180.8 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 252 | 0.16 | 0.55 | 0 | 0.01 | 282.73 | 0.96 | 0.72 |
| Hex | D4 | 71 | FC | 10 | 37 | 0 | 1 | 11B | 60 | 48 |
| Octal | 324 | 161 | 374 | 20 | 67 | 0 | 1 | 433 | 140 | 110 |
| Binary | 11010100 | 1110001 | 11111100 | 10000 | 110111 | 0 | 1 | 100011011 | 1100000 | 1001000 |
Color Harmonies of #D471FC
Complementary color
Monochromatic Colors of #D471FC
Black with #D471FC
Text Example
Text Example
White with #D471FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D471FC; }
p { color: rgb(212,113,252); }
H1.HeaderClassName
{
color: #D471FC;
}
.AnyTagClassName
{
color: #D471FC;
}
</style>
background-color css
<style>
a { background-color: #D471FC; }
a { background-color: rgb(212,113,252); }
div.DivClassName
{
background-color: #D471FC;
}
.BgClassName
{
background-color: #D471FC;
}
</style>
border-color css
<style>
span { border-color: #D471FC; }
span { border-color: rgb(212,113,252); }
td.TdClassName
{
border-color: #D471FC;
}
.TagClassName
{
border-color: #D471FC;
}
</style>