Shades of Heliotrope #D471F0
Tints of Heliotrope #D471F0
RGB
CMYK
RGB Variations
Color information
#D471F0 (or 0xD471F0) is known color: Heliotrope. HEX triplet: D4, 71 and F0. RGB value is (212,113,240). Sum of RGB (Red+Green+Blue) = 212+113+240=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 113 (44.53% from 255 or 20% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #D471F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D471F0 is #2B8E0F. Grayscale: #9C9C9C. Windows color (decimal): -2854416 or 15757780. OLE color: 15757780.
HSL color Cylindrical-coordinate representation of color #D471F0: hue angle of 286.77º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D471F0 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 113 | 240 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.06 |
| HSL | 286.77º | 0.81% | 0.69% | - |
| HSV(B) | 286.77º | 0.53% | 0.94% | - |
| XYZ | 48.78 | 32.1 | 86.06 | - |
| YUV | 157.08 | 174.8 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 240 | 0.12 | 0.53 | 0 | 0.06 | 286.77 | 0.81 | 0.69 |
| Hex | D4 | 71 | F0 | C | 35 | 0 | 6 | 11F | 51 | 45 |
| Octal | 324 | 161 | 360 | 14 | 65 | 0 | 6 | 437 | 121 | 105 |
| Binary | 11010100 | 1110001 | 11110000 | 1100 | 110101 | 0 | 110 | 100011111 | 1010001 | 1000101 |
Color Harmonies of #D471F0
Complementary color
Monochromatic Colors of #D471F0
Black with #D471F0
Text Example
Text Example
White with #D471F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D471F0; }
p { color: rgb(212,113,240); }
H1.HeaderClassName
{
color: #D471F0;
}
.AnyTagClassName
{
color: #D471F0;
}
</style>
background-color css
<style>
a { background-color: #D471F0; }
a { background-color: rgb(212,113,240); }
div.DivClassName
{
background-color: #D471F0;
}
.BgClassName
{
background-color: #D471F0;
}
</style>
border-color css
<style>
span { border-color: #D471F0; }
span { border-color: rgb(212,113,240); }
td.TdClassName
{
border-color: #D471F0;
}
.TagClassName
{
border-color: #D471F0;
}
</style>