Shades of Heliotrope #D271FA
Tints of Heliotrope #D271FA
RGB
CMYK
RGB Variations
Color information
#D271FA (or 0xD271FA) is known color: Heliotrope. HEX triplet: D2, 71 and FA. RGB value is (210,113,250). Sum of RGB (Red+Green+Blue) = 210+113+250=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 113 (44.53% from 255 or 19.72% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #D271FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D271FA is #2D8E05. Grayscale: #9D9D9D. Windows color (decimal): -2985478 or 16413138. OLE color: 16413138.
HSL color Cylindrical-coordinate representation of color #D271FA: hue angle of 282.48º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D271FA is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 113 | 250 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.02 |
| HSL | 282.48º | 0.93% | 0.71% | - |
| HSV(B) | 282.48º | 0.55% | 0.98% | - |
| XYZ | 49.74 | 32.41 | 94.08 | - |
| YUV | 157.62 | 180.14 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 250 | 0.16 | 0.55 | 0 | 0.02 | 282.48 | 0.93 | 0.71 |
| Hex | D2 | 71 | FA | 10 | 37 | 0 | 2 | 11A | 5D | 47 |
| Octal | 322 | 161 | 372 | 20 | 67 | 0 | 2 | 432 | 135 | 107 |
| Binary | 11010010 | 1110001 | 11111010 | 10000 | 110111 | 0 | 10 | 100011010 | 1011101 | 1000111 |
Color Harmonies of #D271FA
Complementary color
Monochromatic Colors of #D271FA
Black with #D271FA
Text Example
Text Example
White with #D271FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D271FA; }
p { color: rgb(210,113,250); }
H1.HeaderClassName
{
color: #D271FA;
}
.AnyTagClassName
{
color: #D271FA;
}
</style>
background-color css
<style>
a { background-color: #D271FA; }
a { background-color: rgb(210,113,250); }
div.DivClassName
{
background-color: #D271FA;
}
.BgClassName
{
background-color: #D271FA;
}
</style>
border-color css
<style>
span { border-color: #D271FA; }
span { border-color: rgb(210,113,250); }
td.TdClassName
{
border-color: #D271FA;
}
.TagClassName
{
border-color: #D271FA;
}
</style>