Shades of Heliotrope #D377F7
Tints of Heliotrope #D377F7
RGB
CMYK
RGB Variations
Color information
#D377F7 (or 0xD377F7) is known color: Heliotrope. HEX triplet: D3, 77 and F7. RGB value is (211,119,247). Sum of RGB (Red+Green+Blue) = 211+119+247=577 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.57% from 577); Green value is 119 (46.88% from 255 or 20.62% from 577); Blue value is 247 (96.88% from 255 or 42.81% from 577); Max value from RGB is 247 - color contains mainly: blue. Hex color #D377F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D377F7 is #2C8808. Grayscale: #A0A0A0. Windows color (decimal): -2918409 or 16218067. OLE color: 16218067.
HSL color Cylindrical-coordinate representation of color #D377F7: hue angle of 283.12º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D377F7 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 119 | 247 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.03 |
| HSL | 283.13º | 0.89% | 0.72% | - |
| HSV(B) | 283.13º | 0.52% | 0.97% | - |
| XYZ | 50.25 | 33.76 | 91.86 | - |
| YUV | 161.1 | 176.48 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 119 | 247 | 0.15 | 0.52 | 0 | 0.03 | 283.13 | 0.89 | 0.72 |
| Hex | D3 | 77 | F7 | F | 34 | 0 | 3 | 11B | 59 | 48 |
| Octal | 323 | 167 | 367 | 17 | 64 | 0 | 3 | 433 | 131 | 110 |
| Binary | 11010011 | 1110111 | 11110111 | 1111 | 110100 | 0 | 11 | 100011011 | 1011001 | 1001000 |
Color Harmonies of #D377F7
Complementary color
Monochromatic Colors of #D377F7
Black with #D377F7
Text Example
Text Example
White with #D377F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D377F7; }
p { color: rgb(211,119,247); }
H1.HeaderClassName
{
color: #D377F7;
}
.AnyTagClassName
{
color: #D377F7;
}
</style>
background-color css
<style>
a { background-color: #D377F7; }
a { background-color: rgb(211,119,247); }
div.DivClassName
{
background-color: #D377F7;
}
.BgClassName
{
background-color: #D377F7;
}
</style>
border-color css
<style>
span { border-color: #D377F7; }
span { border-color: rgb(211,119,247); }
td.TdClassName
{
border-color: #D377F7;
}
.TagClassName
{
border-color: #D377F7;
}
</style>