Shades of Heliotrope #D773ED
Tints of Heliotrope #D773ED
RGB
CMYK
RGB Variations
Color information
#D773ED (or 0xD773ED) is known color: Heliotrope. HEX triplet: D7, 73 and ED. RGB value is (215,115,237). Sum of RGB (Red+Green+Blue) = 215+115+237=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 115 (45.31% from 255 or 20.28% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #D773ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D773ED is #288C12. Grayscale: #9E9E9E. Windows color (decimal): -2657299 or 15561687. OLE color: 15561687.
HSL color Cylindrical-coordinate representation of color #D773ED: hue angle of 289.18º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D773ED is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 115 | 237 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.07 |
| HSL | 289.18º | 0.77% | 0.69% | - |
| HSV(B) | 289.18º | 0.51% | 0.93% | - |
| XYZ | 49.44 | 32.82 | 83.85 | - |
| YUV | 158.81 | 172.13 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 237 | 0.09 | 0.51 | 0 | 0.07 | 289.18 | 0.77 | 0.69 |
| Hex | D7 | 73 | ED | 9 | 33 | 0 | 7 | 121 | 4D | 45 |
| Octal | 327 | 163 | 355 | 11 | 63 | 0 | 7 | 441 | 115 | 105 |
| Binary | 11010111 | 1110011 | 11101101 | 1001 | 110011 | 0 | 111 | 100100001 | 1001101 | 1000101 |
Color Harmonies of #D773ED
Complementary color
Monochromatic Colors of #D773ED
Black with #D773ED
Text Example
Text Example
White with #D773ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D773ED; }
p { color: rgb(215,115,237); }
H1.HeaderClassName
{
color: #D773ED;
}
.AnyTagClassName
{
color: #D773ED;
}
</style>
background-color css
<style>
a { background-color: #D773ED; }
a { background-color: rgb(215,115,237); }
div.DivClassName
{
background-color: #D773ED;
}
.BgClassName
{
background-color: #D773ED;
}
</style>
border-color css
<style>
span { border-color: #D773ED; }
span { border-color: rgb(215,115,237); }
td.TdClassName
{
border-color: #D773ED;
}
.TagClassName
{
border-color: #D773ED;
}
</style>