Shades of Heliotrope #D775FF
Tints of Heliotrope #D775FF
RGB
CMYK
RGB Variations
Color information
#D775FF (or 0xD775FF) is known color: Heliotrope. HEX triplet: D7, 75 and FF. RGB value is (215,117,255). Sum of RGB (Red+Green+Blue) = 215+117+255=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 117 (46.09% from 255 or 19.93% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #D775FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D775FF is #288A00. Grayscale: #A1A1A1. Windows color (decimal): -2656769 or 16741847. OLE color: 16741847.
HSL color Cylindrical-coordinate representation of color #D775FF: hue angle of 282.61º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D775FF is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 117 | 255 | - |
| CMYK | 0.16 | 0.54 | 0 | 0 |
| HSL | 282.61º | 1% | 0.73% | - |
| HSV(B) | 282.61º | 0.54% | 1% | - |
| XYZ | 52.44 | 34.39 | 98.48 | - |
| YUV | 162.03 | 180.47 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 255 | 0.16 | 0.54 | 0 | 0 | 282.61 | 1 | 0.73 |
| Hex | D7 | 75 | FF | 10 | 36 | 0 | 0 | 11B | 64 | 49 |
| Octal | 327 | 165 | 377 | 20 | 66 | 0 | 0 | 433 | 144 | 111 |
| Binary | 11010111 | 1110101 | 11111111 | 10000 | 110110 | 0 | 0 | 100011011 | 1100100 | 1001001 |
Color Harmonies of #D775FF
Complementary color
Monochromatic Colors of #D775FF
Black with #D775FF
Text Example
Text Example
White with #D775FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D775FF; }
p { color: rgb(215,117,255); }
H1.HeaderClassName
{
color: #D775FF;
}
.AnyTagClassName
{
color: #D775FF;
}
</style>
background-color css
<style>
a { background-color: #D775FF; }
a { background-color: rgb(215,117,255); }
div.DivClassName
{
background-color: #D775FF;
}
.BgClassName
{
background-color: #D775FF;
}
</style>
border-color css
<style>
span { border-color: #D775FF; }
span { border-color: rgb(215,117,255); }
td.TdClassName
{
border-color: #D775FF;
}
.TagClassName
{
border-color: #D775FF;
}
</style>