Shades of Heliotrope #D371FC
Tints of Heliotrope #D371FC
RGB
CMYK
RGB Variations
Color information
#D371FC (or 0xD371FC) is known color: Heliotrope. HEX triplet: D3, 71 and FC. RGB value is (211,113,252). Sum of RGB (Red+Green+Blue) = 211+113+252=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 113 (44.53% from 255 or 19.62% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #D371FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D371FC is #2C8E03. Grayscale: #9D9D9D. Windows color (decimal): -2919940 or 16544211. OLE color: 16544211.
HSL color Cylindrical-coordinate representation of color #D371FC: hue angle of 282.3º 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 #D371FC is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 113 | 252 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.01 |
| HSL | 282.3º | 0.96% | 0.72% | - |
| HSV(B) | 282.3º | 0.55% | 0.99% | - |
| XYZ | 50.34 | 32.69 | 95.75 | - |
| YUV | 158.15 | 180.97 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 113 | 252 | 0.16 | 0.55 | 0 | 0.01 | 282.3 | 0.96 | 0.72 |
| Hex | D3 | 71 | FC | 10 | 37 | 0 | 1 | 11A | 60 | 48 |
| Octal | 323 | 161 | 374 | 20 | 67 | 0 | 1 | 432 | 140 | 110 |
| Binary | 11010011 | 1110001 | 11111100 | 10000 | 110111 | 0 | 1 | 100011010 | 1100000 | 1001000 |
Color Harmonies of #D371FC
Complementary color
Monochromatic Colors of #D371FC
Black with #D371FC
Text Example
Text Example
White with #D371FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D371FC; }
p { color: rgb(211,113,252); }
H1.HeaderClassName
{
color: #D371FC;
}
.AnyTagClassName
{
color: #D371FC;
}
</style>
background-color css
<style>
a { background-color: #D371FC; }
a { background-color: rgb(211,113,252); }
div.DivClassName
{
background-color: #D371FC;
}
.BgClassName
{
background-color: #D371FC;
}
</style>
border-color css
<style>
span { border-color: #D371FC; }
span { border-color: rgb(211,113,252); }
td.TdClassName
{
border-color: #D371FC;
}
.TagClassName
{
border-color: #D371FC;
}
</style>