Shades of Heliotrope #D772F0
Tints of Heliotrope #D772F0
RGB
CMYK
RGB Variations
Color information
#D772F0 (or 0xD772F0) is known color: Heliotrope. HEX triplet: D7, 72 and F0. RGB value is (215,114,240). Sum of RGB (Red+Green+Blue) = 215+114+240=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 114 (44.92% from 255 or 20.04% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #D772F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D772F0 is #288D0F. Grayscale: #9E9E9E. Windows color (decimal): -2657552 or 15758039. OLE color: 15758039.
HSL color Cylindrical-coordinate representation of color #D772F0: hue angle of 288.1º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D772F0 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 114 | 240 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.06 |
| HSL | 288.1º | 0.81% | 0.69% | - |
| HSV(B) | 288.1º | 0.53% | 0.94% | - |
| XYZ | 49.77 | 32.77 | 86.14 | - |
| YUV | 158.56 | 173.96 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 114 | 240 | 0.10 | 0.52 | 0 | 0.06 | 288.1 | 0.81 | 0.69 |
| Hex | D7 | 72 | F0 | A | 34 | 0 | 6 | 120 | 51 | 45 |
| Octal | 327 | 162 | 360 | 12 | 64 | 0 | 6 | 440 | 121 | 105 |
| Binary | 11010111 | 1110010 | 11110000 | 1010 | 110100 | 0 | 110 | 100100000 | 1010001 | 1000101 |
Color Harmonies of #D772F0
Complementary color
Monochromatic Colors of #D772F0
Black with #D772F0
Text Example
Text Example
White with #D772F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D772F0; }
p { color: rgb(215,114,240); }
H1.HeaderClassName
{
color: #D772F0;
}
.AnyTagClassName
{
color: #D772F0;
}
</style>
background-color css
<style>
a { background-color: #D772F0; }
a { background-color: rgb(215,114,240); }
div.DivClassName
{
background-color: #D772F0;
}
.BgClassName
{
background-color: #D772F0;
}
</style>
border-color css
<style>
span { border-color: #D772F0; }
span { border-color: rgb(215,114,240); }
td.TdClassName
{
border-color: #D772F0;
}
.TagClassName
{
border-color: #D772F0;
}
</style>