Shades of Heliotrope #D776F2
Tints of Heliotrope #D776F2
RGB
CMYK
RGB Variations
Color information
#D776F2 (or 0xD776F2) is known color: Heliotrope. HEX triplet: D7, 76 and F2. RGB value is (215,118,242). Sum of RGB (Red+Green+Blue) = 215+118+242=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 118 (46.48% from 255 or 20.52% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 242 - color contains mainly: blue. Hex color #D776F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D776F2 is #28890D. Grayscale: #A0A0A0. Windows color (decimal): -2656526 or 15890135. OLE color: 15890135.
HSL color Cylindrical-coordinate representation of color #D776F2: hue angle of 286.94º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D776F2 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 118 | 242 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.05 |
| HSL | 286.94º | 0.83% | 0.71% | - |
| HSV(B) | 286.94º | 0.51% | 0.95% | - |
| XYZ | 50.53 | 33.81 | 87.87 | - |
| YUV | 161.14 | 173.64 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 242 | 0.11 | 0.51 | 0 | 0.05 | 286.94 | 0.83 | 0.71 |
| Hex | D7 | 76 | F2 | B | 33 | 0 | 5 | 11F | 53 | 47 |
| Octal | 327 | 166 | 362 | 13 | 63 | 0 | 5 | 437 | 123 | 107 |
| Binary | 11010111 | 1110110 | 11110010 | 1011 | 110011 | 0 | 101 | 100011111 | 1010011 | 1000111 |
Color Harmonies of #D776F2
Complementary color
Monochromatic Colors of #D776F2
Black with #D776F2
Text Example
Text Example
White with #D776F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D776F2; }
p { color: rgb(215,118,242); }
H1.HeaderClassName
{
color: #D776F2;
}
.AnyTagClassName
{
color: #D776F2;
}
</style>
background-color css
<style>
a { background-color: #D776F2; }
a { background-color: rgb(215,118,242); }
div.DivClassName
{
background-color: #D776F2;
}
.BgClassName
{
background-color: #D776F2;
}
</style>
border-color css
<style>
span { border-color: #D776F2; }
span { border-color: rgb(215,118,242); }
td.TdClassName
{
border-color: #D776F2;
}
.TagClassName
{
border-color: #D776F2;
}
</style>