Shades of Heliotrope #D773FF
Tints of Heliotrope #D773FF
RGB
CMYK
RGB Variations
Color information
#D773FF (or 0xD773FF) is known color: Heliotrope. HEX triplet: D7, 73 and FF. RGB value is (215,115,255). Sum of RGB (Red+Green+Blue) = 215+115+255=585 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.75% from 585); Green value is 115 (45.31% from 255 or 19.66% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #D773FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D773FF is #288C00. Grayscale: #A0A0A0. Windows color (decimal): -2657281 or 16741335. OLE color: 16741335.
HSL color Cylindrical-coordinate representation of color #D773FF: hue angle of 282.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D773FF is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 115 | 255 | - |
| CMYK | 0.16 | 0.55 | 0 | 0 |
| HSL | 282.86º | 1% | 0.73% | - |
| HSV(B) | 282.86º | 0.55% | 1% | - |
| XYZ | 52.21 | 33.93 | 98.41 | - |
| YUV | 160.86 | 181.13 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 255 | 0.16 | 0.55 | 0 | 0 | 282.86 | 1 | 0.73 |
| Hex | D7 | 73 | FF | 10 | 37 | 0 | 0 | 11B | 64 | 49 |
| Octal | 327 | 163 | 377 | 20 | 67 | 0 | 0 | 433 | 144 | 111 |
| Binary | 11010111 | 1110011 | 11111111 | 10000 | 110111 | 0 | 0 | 100011011 | 1100100 | 1001001 |
Color Harmonies of #D773FF
Complementary color
Monochromatic Colors of #D773FF
Black with #D773FF
Text Example
Text Example
White with #D773FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D773FF; }
p { color: rgb(215,115,255); }
H1.HeaderClassName
{
color: #D773FF;
}
.AnyTagClassName
{
color: #D773FF;
}
</style>
background-color css
<style>
a { background-color: #D773FF; }
a { background-color: rgb(215,115,255); }
div.DivClassName
{
background-color: #D773FF;
}
.BgClassName
{
background-color: #D773FF;
}
</style>
border-color css
<style>
span { border-color: #D773FF; }
span { border-color: rgb(215,115,255); }
td.TdClassName
{
border-color: #D773FF;
}
.TagClassName
{
border-color: #D773FF;
}
</style>