Shades of Heliotrope #D37BED
Tints of Heliotrope #D37BED
RGB
CMYK
RGB Variations
Color information
#D37BED (or 0xD37BED) is known color: Heliotrope. HEX triplet: D3, 7B and ED. RGB value is (211,123,237). Sum of RGB (Red+Green+Blue) = 211+123+237=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 123 (48.44% from 255 or 21.54% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #D37BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37BED is #2C8412. Grayscale: #A1A1A1. Windows color (decimal): -2917395 or 15563731. OLE color: 15563731.
HSL color Cylindrical-coordinate representation of color #D37BED: hue angle of 286.32º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D37BED is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 123 | 237 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.07 |
| HSL | 286.32º | 0.76% | 0.71% | - |
| HSV(B) | 286.32º | 0.48% | 0.93% | - |
| XYZ | 49.23 | 34.13 | 84.11 | - |
| YUV | 162.31 | 170.15 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 123 | 237 | 0.11 | 0.48 | 0 | 0.07 | 286.32 | 0.76 | 0.71 |
| Hex | D3 | 7B | ED | B | 30 | 0 | 7 | 11E | 4C | 47 |
| Octal | 323 | 173 | 355 | 13 | 60 | 0 | 7 | 436 | 114 | 107 |
| Binary | 11010011 | 1111011 | 11101101 | 1011 | 110000 | 0 | 111 | 100011110 | 1001100 | 1000111 |
Color Harmonies of #D37BED
Complementary color
Monochromatic Colors of #D37BED
Black with #D37BED
Text Example
Text Example
White with #D37BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37BED; }
p { color: rgb(211,123,237); }
H1.HeaderClassName
{
color: #D37BED;
}
.AnyTagClassName
{
color: #D37BED;
}
</style>
background-color css
<style>
a { background-color: #D37BED; }
a { background-color: rgb(211,123,237); }
div.DivClassName
{
background-color: #D37BED;
}
.BgClassName
{
background-color: #D37BED;
}
</style>
border-color css
<style>
span { border-color: #D37BED; }
span { border-color: rgb(211,123,237); }
td.TdClassName
{
border-color: #D37BED;
}
.TagClassName
{
border-color: #D37BED;
}
</style>