Shades of Heliotrope #D773F8
Tints of Heliotrope #D773F8
RGB
CMYK
RGB Variations
Color information
#D773F8 (or 0xD773F8) is known color: Heliotrope. HEX triplet: D7, 73 and F8. RGB value is (215,115,248). Sum of RGB (Red+Green+Blue) = 215+115+248=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 115 (45.31% from 255 or 19.90% from 578); Blue value is 248 (97.27% from 255 or 42.91% from 578); Max value from RGB is 248 - color contains mainly: blue. Hex color #D773F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D773F8 is #288C07. Grayscale: #9F9F9F. Windows color (decimal): -2657288 or 16282583. OLE color: 16282583.
HSL color Cylindrical-coordinate representation of color #D773F8: hue angle of 285.11º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D773F8 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 115 | 248 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.03 |
| HSL | 285.11º | 0.9% | 0.71% | - |
| HSV(B) | 285.11º | 0.54% | 0.97% | - |
| XYZ | 51.1 | 33.49 | 92.58 | - |
| YUV | 160.06 | 177.63 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 248 | 0.13 | 0.54 | 0 | 0.03 | 285.11 | 0.9 | 0.71 |
| Hex | D7 | 73 | F8 | D | 36 | 0 | 3 | 11D | 5A | 47 |
| Octal | 327 | 163 | 370 | 15 | 66 | 0 | 3 | 435 | 132 | 107 |
| Binary | 11010111 | 1110011 | 11111000 | 1101 | 110110 | 0 | 11 | 100011101 | 1011010 | 1000111 |
Color Harmonies of #D773F8
Complementary color
Monochromatic Colors of #D773F8
Black with #D773F8
Text Example
Text Example
White with #D773F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D773F8; }
p { color: rgb(215,115,248); }
H1.HeaderClassName
{
color: #D773F8;
}
.AnyTagClassName
{
color: #D773F8;
}
</style>
background-color css
<style>
a { background-color: #D773F8; }
a { background-color: rgb(215,115,248); }
div.DivClassName
{
background-color: #D773F8;
}
.BgClassName
{
background-color: #D773F8;
}
</style>
border-color css
<style>
span { border-color: #D773F8; }
span { border-color: rgb(215,115,248); }
td.TdClassName
{
border-color: #D773F8;
}
.TagClassName
{
border-color: #D773F8;
}
</style>