Shades of Heliotrope #D182F7
Tints of Heliotrope #D182F7
RGB
CMYK
RGB Variations
Color information
#D182F7 (or 0xD182F7) is known color: Heliotrope. HEX triplet: D1, 82 and F7. RGB value is (209,130,247). Sum of RGB (Red+Green+Blue) = 209+130+247=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 130 (51.17% from 255 or 22.18% from 586); Blue value is 247 (96.88% from 255 or 42.15% from 586); Max value from RGB is 247 - color contains mainly: blue. Hex color #D182F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D182F7 is #2E7D08. Grayscale: #A6A6A6. Windows color (decimal): -3046665 or 16220881. OLE color: 16220881.
HSL color Cylindrical-coordinate representation of color #D182F7: hue angle of 280.51º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D182F7 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 130 | 247 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.03 |
| HSL | 280.51º | 0.88% | 0.74% | - |
| HSV(B) | 280.51º | 0.47% | 0.97% | - |
| XYZ | 51.07 | 36.24 | 92.3 | - |
| YUV | 166.96 | 173.17 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 247 | 0.15 | 0.47 | 0 | 0.03 | 280.51 | 0.88 | 0.74 |
| Hex | D1 | 82 | F7 | F | 2F | 0 | 3 | 119 | 58 | 4A |
| Octal | 321 | 202 | 367 | 17 | 57 | 0 | 3 | 431 | 130 | 112 |
| Binary | 11010001 | 10000010 | 11110111 | 1111 | 101111 | 0 | 11 | 100011001 | 1011000 | 1001010 |
Color Harmonies of #D182F7
Complementary color
Monochromatic Colors of #D182F7
Black with #D182F7
Text Example
Text Example
White with #D182F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D182F7; }
p { color: rgb(209,130,247); }
H1.HeaderClassName
{
color: #D182F7;
}
.AnyTagClassName
{
color: #D182F7;
}
</style>
background-color css
<style>
a { background-color: #D182F7; }
a { background-color: rgb(209,130,247); }
div.DivClassName
{
background-color: #D182F7;
}
.BgClassName
{
background-color: #D182F7;
}
</style>
border-color css
<style>
span { border-color: #D182F7; }
span { border-color: rgb(209,130,247); }
td.TdClassName
{
border-color: #D182F7;
}
.TagClassName
{
border-color: #D182F7;
}
</style>