Shades of Heliotrope #D271FB
Tints of Heliotrope #D271FB
RGB
CMYK
RGB Variations
Color information
#D271FB (or 0xD271FB) is known color: Heliotrope. HEX triplet: D2, 71 and FB. RGB value is (210,113,251). Sum of RGB (Red+Green+Blue) = 210+113+251=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 113 (44.53% from 255 or 19.69% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #D271FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D271FB is #2D8E04. Grayscale: #9D9D9D. Windows color (decimal): -2985477 or 16478674. OLE color: 16478674.
HSL color Cylindrical-coordinate representation of color #D271FB: hue angle of 282.17º degrees, saturation: 0.95, 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 #D271FB is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 113 | 251 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.02 |
| HSL | 282.17º | 0.95% | 0.71% | - |
| HSV(B) | 282.17º | 0.55% | 0.98% | - |
| XYZ | 49.9 | 32.48 | 94.91 | - |
| YUV | 157.74 | 180.64 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 251 | 0.16 | 0.55 | 0 | 0.02 | 282.17 | 0.95 | 0.71 |
| Hex | D2 | 71 | FB | 10 | 37 | 0 | 2 | 11A | 5F | 47 |
| Octal | 322 | 161 | 373 | 20 | 67 | 0 | 2 | 432 | 137 | 107 |
| Binary | 11010010 | 1110001 | 11111011 | 10000 | 110111 | 0 | 10 | 100011010 | 1011111 | 1000111 |
Color Harmonies of #D271FB
Complementary color
Monochromatic Colors of #D271FB
Black with #D271FB
Text Example
Text Example
White with #D271FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D271FB; }
p { color: rgb(210,113,251); }
H1.HeaderClassName
{
color: #D271FB;
}
.AnyTagClassName
{
color: #D271FB;
}
</style>
background-color css
<style>
a { background-color: #D271FB; }
a { background-color: rgb(210,113,251); }
div.DivClassName
{
background-color: #D271FB;
}
.BgClassName
{
background-color: #D271FB;
}
</style>
border-color css
<style>
span { border-color: #D271FB; }
span { border-color: rgb(210,113,251); }
td.TdClassName
{
border-color: #D271FB;
}
.TagClassName
{
border-color: #D271FB;
}
</style>