Shades of Heliotrope #D271FD
Tints of Heliotrope #D271FD
RGB
CMYK
RGB Variations
Color information
#D271FD (or 0xD271FD) is known color: Heliotrope. HEX triplet: D2, 71 and FD. RGB value is (210,113,253). Sum of RGB (Red+Green+Blue) = 210+113+253=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 113 (44.53% from 255 or 19.62% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #D271FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D271FD is #2D8E02. Grayscale: #9D9D9D. Windows color (decimal): -2985475 or 16609746. OLE color: 16609746.
HSL color Cylindrical-coordinate representation of color #D271FD: hue angle of 281.57º degrees, saturation: 0.97, 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 #D271FD is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 113 | 253 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.01 |
| HSL | 281.57º | 0.97% | 0.72% | - |
| HSV(B) | 281.57º | 0.55% | 0.99% | - |
| XYZ | 50.21 | 32.6 | 96.58 | - |
| YUV | 157.96 | 181.64 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 253 | 0.17 | 0.55 | 0 | 0.01 | 281.57 | 0.97 | 0.72 |
| Hex | D2 | 71 | FD | 11 | 37 | 0 | 1 | 11A | 61 | 48 |
| Octal | 322 | 161 | 375 | 21 | 67 | 0 | 1 | 432 | 141 | 110 |
| Binary | 11010010 | 1110001 | 11111101 | 10001 | 110111 | 0 | 1 | 100011010 | 1100001 | 1001000 |
Color Harmonies of #D271FD
Complementary color
Monochromatic Colors of #D271FD
Black with #D271FD
Text Example
Text Example
White with #D271FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D271FD; }
p { color: rgb(210,113,253); }
H1.HeaderClassName
{
color: #D271FD;
}
.AnyTagClassName
{
color: #D271FD;
}
</style>
background-color css
<style>
a { background-color: #D271FD; }
a { background-color: rgb(210,113,253); }
div.DivClassName
{
background-color: #D271FD;
}
.BgClassName
{
background-color: #D271FD;
}
</style>
border-color css
<style>
span { border-color: #D271FD; }
span { border-color: rgb(210,113,253); }
td.TdClassName
{
border-color: #D271FD;
}
.TagClassName
{
border-color: #D271FD;
}
</style>