Shades of Heliotrope #D377FC
Tints of Heliotrope #D377FC
RGB
CMYK
RGB Variations
Color information
#D377FC (or 0xD377FC) is known color: Heliotrope. HEX triplet: D3, 77 and FC. RGB value is (211,119,252). Sum of RGB (Red+Green+Blue) = 211+119+252=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 119 (46.88% from 255 or 20.45% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #D377FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D377FC is #2C8803. Grayscale: #A1A1A1. Windows color (decimal): -2918404 or 16545747. OLE color: 16545747.
HSL color Cylindrical-coordinate representation of color #D377FC: hue angle of 281.5º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D377FC is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 119 | 252 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.01 |
| HSL | 281.5º | 0.96% | 0.73% | - |
| HSV(B) | 281.5º | 0.53% | 0.99% | - |
| XYZ | 51.03 | 34.07 | 95.98 | - |
| YUV | 161.67 | 178.98 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 119 | 252 | 0.16 | 0.53 | 0 | 0.01 | 281.5 | 0.96 | 0.73 |
| Hex | D3 | 77 | FC | 10 | 35 | 0 | 1 | 11A | 60 | 49 |
| Octal | 323 | 167 | 374 | 20 | 65 | 0 | 1 | 432 | 140 | 111 |
| Binary | 11010011 | 1110111 | 11111100 | 10000 | 110101 | 0 | 1 | 100011010 | 1100000 | 1001001 |
Color Harmonies of #D377FC
Complementary color
Monochromatic Colors of #D377FC
Black with #D377FC
Text Example
Text Example
White with #D377FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D377FC; }
p { color: rgb(211,119,252); }
H1.HeaderClassName
{
color: #D377FC;
}
.AnyTagClassName
{
color: #D377FC;
}
</style>
background-color css
<style>
a { background-color: #D377FC; }
a { background-color: rgb(211,119,252); }
div.DivClassName
{
background-color: #D377FC;
}
.BgClassName
{
background-color: #D377FC;
}
</style>
border-color css
<style>
span { border-color: #D377FC; }
span { border-color: rgb(211,119,252); }
td.TdClassName
{
border-color: #D377FC;
}
.TagClassName
{
border-color: #D377FC;
}
</style>