Shades of Heliotrope #D182F9
Tints of Heliotrope #D182F9
RGB
CMYK
RGB Variations
Color information
#D182F9 (or 0xD182F9) is known color: Heliotrope. HEX triplet: D1, 82 and F9. RGB value is (209,130,249). Sum of RGB (Red+Green+Blue) = 209+130+249=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 130 (51.17% from 255 or 22.11% from 588); Blue value is 249 (97.66% from 255 or 42.35% from 588); Max value from RGB is 249 - color contains mainly: blue. Hex color #D182F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D182F9 is #2E7D06. Grayscale: #A6A6A6. Windows color (decimal): -3046663 or 16351953. OLE color: 16351953.
HSL color Cylindrical-coordinate representation of color #D182F9: hue angle of 279.83º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D182F9 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 130 | 249 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.02 |
| HSL | 279.83º | 0.91% | 0.74% | - |
| HSV(B) | 279.83º | 0.48% | 0.98% | - |
| XYZ | 51.38 | 36.36 | 93.93 | - |
| YUV | 167.19 | 174.17 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 249 | 0.16 | 0.48 | 0 | 0.02 | 279.83 | 0.91 | 0.74 |
| Hex | D1 | 82 | F9 | 10 | 30 | 0 | 2 | 118 | 5B | 4A |
| Octal | 321 | 202 | 371 | 20 | 60 | 0 | 2 | 430 | 133 | 112 |
| Binary | 11010001 | 10000010 | 11111001 | 10000 | 110000 | 0 | 10 | 100011000 | 1011011 | 1001010 |
Color Harmonies of #D182F9
Complementary color
Monochromatic Colors of #D182F9
Black with #D182F9
Text Example
Text Example
White with #D182F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D182F9; }
p { color: rgb(209,130,249); }
H1.HeaderClassName
{
color: #D182F9;
}
.AnyTagClassName
{
color: #D182F9;
}
</style>
background-color css
<style>
a { background-color: #D182F9; }
a { background-color: rgb(209,130,249); }
div.DivClassName
{
background-color: #D182F9;
}
.BgClassName
{
background-color: #D182F9;
}
</style>
border-color css
<style>
span { border-color: #D182F9; }
span { border-color: rgb(209,130,249); }
td.TdClassName
{
border-color: #D182F9;
}
.TagClassName
{
border-color: #D182F9;
}
</style>