Shades of Heliotrope #D182E6
Tints of Heliotrope #D182E6
RGB
CMYK
RGB Variations
Color information
#D182E6 (or 0xD182E6) is known color: Heliotrope. HEX triplet: D1, 82 and E6. RGB value is (209,130,230). Sum of RGB (Red+Green+Blue) = 209+130+230=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 130 (51.17% from 255 or 22.85% from 569); Blue value is 230 (90.23% from 255 or 40.42% from 569); Max value from RGB is 230 - color contains mainly: blue. Hex color #D182E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D182E6 is #2E7D19. Grayscale: #A4A4A4. Windows color (decimal): -3046682 or 15106769. OLE color: 15106769.
HSL color Cylindrical-coordinate representation of color #D182E6: hue angle of 287.4º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D182E6 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 130 | 230 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.10 |
| HSL | 287.4º | 0.67% | 0.71% | - |
| HSV(B) | 287.4º | 0.43% | 0.9% | - |
| XYZ | 48.56 | 35.23 | 79.1 | - |
| YUV | 165.02 | 164.67 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 230 | 0.09 | 0.43 | 0 | 0.10 | 287.4 | 0.67 | 0.71 |
| Hex | D1 | 82 | E6 | 9 | 2B | 0 | A | 11F | 43 | 47 |
| Octal | 321 | 202 | 346 | 11 | 53 | 0 | 12 | 437 | 103 | 107 |
| Binary | 11010001 | 10000010 | 11100110 | 1001 | 101011 | 0 | 1010 | 100011111 | 1000011 | 1000111 |
Color Harmonies of #D182E6
Complementary color
Monochromatic Colors of #D182E6
Black with #D182E6
Text Example
Text Example
White with #D182E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D182E6; }
p { color: rgb(209,130,230); }
H1.HeaderClassName
{
color: #D182E6;
}
.AnyTagClassName
{
color: #D182E6;
}
</style>
background-color css
<style>
a { background-color: #D182E6; }
a { background-color: rgb(209,130,230); }
div.DivClassName
{
background-color: #D182E6;
}
.BgClassName
{
background-color: #D182E6;
}
</style>
border-color css
<style>
span { border-color: #D182E6; }
span { border-color: rgb(209,130,230); }
td.TdClassName
{
border-color: #D182E6;
}
.TagClassName
{
border-color: #D182E6;
}
</style>