Shades of Heliotrope #D271F2
Tints of Heliotrope #D271F2
RGB
CMYK
RGB Variations
Color information
#D271F2 (or 0xD271F2) is known color: Heliotrope. HEX triplet: D2, 71 and F2. RGB value is (210,113,242). Sum of RGB (Red+Green+Blue) = 210+113+242=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 113 (44.53% from 255 or 20% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #D271F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D271F2 is #2D8E0D. Grayscale: #9C9C9C. Windows color (decimal): -2985486 or 15888850. OLE color: 15888850.
HSL color Cylindrical-coordinate representation of color #D271F2: hue angle of 285.12º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D271F2 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 113 | 242 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.05 |
| HSL | 285.12º | 0.83% | 0.7% | - |
| HSV(B) | 285.12º | 0.53% | 0.95% | - |
| XYZ | 48.51 | 31.92 | 87.61 | - |
| YUV | 156.71 | 176.14 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 242 | 0.13 | 0.53 | 0 | 0.05 | 285.12 | 0.83 | 0.7 |
| Hex | D2 | 71 | F2 | D | 35 | 0 | 5 | 11D | 53 | 46 |
| Octal | 322 | 161 | 362 | 15 | 65 | 0 | 5 | 435 | 123 | 106 |
| Binary | 11010010 | 1110001 | 11110010 | 1101 | 110101 | 0 | 101 | 100011101 | 1010011 | 1000110 |
Color Harmonies of #D271F2
Complementary color
Monochromatic Colors of #D271F2
Black with #D271F2
Text Example
Text Example
White with #D271F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D271F2; }
p { color: rgb(210,113,242); }
H1.HeaderClassName
{
color: #D271F2;
}
.AnyTagClassName
{
color: #D271F2;
}
</style>
background-color css
<style>
a { background-color: #D271F2; }
a { background-color: rgb(210,113,242); }
div.DivClassName
{
background-color: #D271F2;
}
.BgClassName
{
background-color: #D271F2;
}
</style>
border-color css
<style>
span { border-color: #D271F2; }
span { border-color: rgb(210,113,242); }
td.TdClassName
{
border-color: #D271F2;
}
.TagClassName
{
border-color: #D271F2;
}
</style>