Shades of Heliotrope #D76DED
Tints of Heliotrope #D76DED
RGB
CMYK
RGB Variations
Color information
#D76DED (or 0xD76DED) is known color: Heliotrope. HEX triplet: D7, 6D and ED. RGB value is (215,109,237). Sum of RGB (Red+Green+Blue) = 215+109+237=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 109 (42.97% from 255 or 19.43% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #D76DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76DED is #289212. Grayscale: #9A9A9A. Windows color (decimal): -2658835 or 15560151. OLE color: 15560151.
HSL color Cylindrical-coordinate representation of color #D76DED: hue angle of 289.69º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76DED is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 109 | 237 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.07 |
| HSL | 289.69º | 0.78% | 0.68% | - |
| HSV(B) | 289.69º | 0.54% | 0.93% | - |
| XYZ | 48.78 | 31.5 | 83.63 | - |
| YUV | 155.29 | 174.12 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 237 | 0.09 | 0.54 | 0 | 0.07 | 289.69 | 0.78 | 0.68 |
| Hex | D7 | 6D | ED | 9 | 36 | 0 | 7 | 122 | 4E | 44 |
| Octal | 327 | 155 | 355 | 11 | 66 | 0 | 7 | 442 | 116 | 104 |
| Binary | 11010111 | 1101101 | 11101101 | 1001 | 110110 | 0 | 111 | 100100010 | 1001110 | 1000100 |
Color Harmonies of #D76DED
Complementary color
Monochromatic Colors of #D76DED
Black with #D76DED
Text Example
Text Example
White with #D76DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76DED; }
p { color: rgb(215,109,237); }
H1.HeaderClassName
{
color: #D76DED;
}
.AnyTagClassName
{
color: #D76DED;
}
</style>
background-color css
<style>
a { background-color: #D76DED; }
a { background-color: rgb(215,109,237); }
div.DivClassName
{
background-color: #D76DED;
}
.BgClassName
{
background-color: #D76DED;
}
</style>
border-color css
<style>
span { border-color: #D76DED; }
span { border-color: rgb(215,109,237); }
td.TdClassName
{
border-color: #D76DED;
}
.TagClassName
{
border-color: #D76DED;
}
</style>