Shades of Heliotrope #D377FF
Tints of Heliotrope #D377FF
RGB
CMYK
RGB Variations
Color information
#D377FF (or 0xD377FF) is known color: Heliotrope. HEX triplet: D3, 77 and FF. RGB value is (211,119,255). Sum of RGB (Red+Green+Blue) = 211+119+255=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 119 (46.88% from 255 or 20.34% 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 #D377FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D377FF is #2C8800. Grayscale: #A1A1A1. Windows color (decimal): -2918401 or 16742355. OLE color: 16742355.
HSL color Cylindrical-coordinate representation of color #D377FF: hue angle of 280.59º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D377FF is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 119 | 255 | - |
| CMYK | 0.17 | 0.53 | 0 | 0 |
| HSL | 280.59º | 1% | 0.73% | - |
| HSV(B) | 280.59º | 0.53% | 1% | - |
| XYZ | 51.51 | 34.26 | 98.51 | - |
| YUV | 162.01 | 180.48 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 119 | 255 | 0.17 | 0.53 | 0 | 0 | 280.59 | 1 | 0.73 |
| Hex | D3 | 77 | FF | 11 | 35 | 0 | 0 | 119 | 64 | 49 |
| Octal | 323 | 167 | 377 | 21 | 65 | 0 | 0 | 431 | 144 | 111 |
| Binary | 11010011 | 1110111 | 11111111 | 10001 | 110101 | 0 | 0 | 100011001 | 1100100 | 1001001 |
Color Harmonies of #D377FF
Complementary color
Monochromatic Colors of #D377FF
Black with #D377FF
Text Example
Text Example
White with #D377FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D377FF; }
p { color: rgb(211,119,255); }
H1.HeaderClassName
{
color: #D377FF;
}
.AnyTagClassName
{
color: #D377FF;
}
</style>
background-color css
<style>
a { background-color: #D377FF; }
a { background-color: rgb(211,119,255); }
div.DivClassName
{
background-color: #D377FF;
}
.BgClassName
{
background-color: #D377FF;
}
</style>
border-color css
<style>
span { border-color: #D377FF; }
span { border-color: rgb(211,119,255); }
td.TdClassName
{
border-color: #D377FF;
}
.TagClassName
{
border-color: #D377FF;
}
</style>