Shades of Heliotrope #D177F2
Tints of Heliotrope #D177F2
RGB
CMYK
RGB Variations
Color information
#D177F2 (or 0xD177F2) is known color: Heliotrope. HEX triplet: D1, 77 and F2. RGB value is (209,119,242). Sum of RGB (Red+Green+Blue) = 209+119+242=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 119 (46.88% from 255 or 20.88% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #D177F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D177F2 is #2E880D. Grayscale: #9F9F9F. Windows color (decimal): -3049486 or 15890385. OLE color: 15890385.
HSL color Cylindrical-coordinate representation of color #D177F2: hue angle of 283.9º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D177F2 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 119 | 242 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.05 |
| HSL | 283.9º | 0.83% | 0.71% | - |
| HSV(B) | 283.9º | 0.51% | 0.95% | - |
| XYZ | 48.92 | 33.16 | 87.83 | - |
| YUV | 159.93 | 174.32 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 119 | 242 | 0.14 | 0.51 | 0 | 0.05 | 283.9 | 0.83 | 0.71 |
| Hex | D1 | 77 | F2 | E | 33 | 0 | 5 | 11C | 53 | 47 |
| Octal | 321 | 167 | 362 | 16 | 63 | 0 | 5 | 434 | 123 | 107 |
| Binary | 11010001 | 1110111 | 11110010 | 1110 | 110011 | 0 | 101 | 100011100 | 1010011 | 1000111 |
Color Harmonies of #D177F2
Complementary color
Monochromatic Colors of #D177F2
Black with #D177F2
Text Example
Text Example
White with #D177F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D177F2; }
p { color: rgb(209,119,242); }
H1.HeaderClassName
{
color: #D177F2;
}
.AnyTagClassName
{
color: #D177F2;
}
</style>
background-color css
<style>
a { background-color: #D177F2; }
a { background-color: rgb(209,119,242); }
div.DivClassName
{
background-color: #D177F2;
}
.BgClassName
{
background-color: #D177F2;
}
</style>
border-color css
<style>
span { border-color: #D177F2; }
span { border-color: rgb(209,119,242); }
td.TdClassName
{
border-color: #D177F2;
}
.TagClassName
{
border-color: #D177F2;
}
</style>