Shades of Heliotrope #D178FE
Tints of Heliotrope #D178FE
RGB
CMYK
RGB Variations
Color information
#D178FE (or 0xD178FE) is known color: Heliotrope. HEX triplet: D1, 78 and FE. RGB value is (209,120,254). Sum of RGB (Red+Green+Blue) = 209+120+254=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 120 (47.27% from 255 or 20.58% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #D178FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D178FE is #2E8701. Grayscale: #A1A1A1. Windows color (decimal): -3049218 or 16677073. OLE color: 16677073.
HSL color Cylindrical-coordinate representation of color #D178FE: hue angle of 279.85º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D178FE is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 120 | 254 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.00 |
| HSL | 279.85º | 0.99% | 0.73% | - |
| HSV(B) | 279.85º | 0.53% | 1% | - |
| XYZ | 50.9 | 34.14 | 97.67 | - |
| YUV | 161.89 | 179.99 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 254 | 0.18 | 0.53 | 0 | 0.00 | 279.85 | 0.99 | 0.73 |
| Hex | D1 | 78 | FE | 12 | 35 | 0 | 0 | 118 | 63 | 49 |
| Octal | 321 | 170 | 376 | 22 | 65 | 0 | 0 | 430 | 143 | 111 |
| Binary | 11010001 | 1111000 | 11111110 | 10010 | 110101 | 0 | 0 | 100011000 | 1100011 | 1001001 |
Color Harmonies of #D178FE
Complementary color
Monochromatic Colors of #D178FE
Black with #D178FE
Text Example
Text Example
White with #D178FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D178FE; }
p { color: rgb(209,120,254); }
H1.HeaderClassName
{
color: #D178FE;
}
.AnyTagClassName
{
color: #D178FE;
}
</style>
background-color css
<style>
a { background-color: #D178FE; }
a { background-color: rgb(209,120,254); }
div.DivClassName
{
background-color: #D178FE;
}
.BgClassName
{
background-color: #D178FE;
}
</style>
border-color css
<style>
span { border-color: #D178FE; }
span { border-color: rgb(209,120,254); }
td.TdClassName
{
border-color: #D178FE;
}
.TagClassName
{
border-color: #D178FE;
}
</style>