Shades of Heliotrope #D37BEA
Tints of Heliotrope #D37BEA
RGB
CMYK
RGB Variations
Color information
#D37BEA (or 0xD37BEA) is known color: Heliotrope. HEX triplet: D3, 7B and EA. RGB value is (211,123,234). Sum of RGB (Red+Green+Blue) = 211+123+234=568 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.15% from 568); Green value is 123 (48.44% from 255 or 21.65% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #D37BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37BEA is #2C8415. Grayscale: #A1A1A1. Windows color (decimal): -2917398 or 15367123. OLE color: 15367123.
HSL color Cylindrical-coordinate representation of color #D37BEA: hue angle of 287.57º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D37BEA is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 123 | 234 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.08 |
| HSL | 287.57º | 0.73% | 0.7% | - |
| HSV(B) | 287.57º | 0.47% | 0.92% | - |
| XYZ | 48.8 | 33.96 | 81.82 | - |
| YUV | 161.97 | 168.65 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 123 | 234 | 0.10 | 0.47 | 0 | 0.08 | 287.57 | 0.73 | 0.7 |
| Hex | D3 | 7B | EA | A | 2F | 0 | 8 | 120 | 49 | 46 |
| Octal | 323 | 173 | 352 | 12 | 57 | 0 | 10 | 440 | 111 | 106 |
| Binary | 11010011 | 1111011 | 11101010 | 1010 | 101111 | 0 | 1000 | 100100000 | 1001001 | 1000110 |
Color Harmonies of #D37BEA
Complementary color
Monochromatic Colors of #D37BEA
Black with #D37BEA
Text Example
Text Example
White with #D37BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37BEA; }
p { color: rgb(211,123,234); }
H1.HeaderClassName
{
color: #D37BEA;
}
.AnyTagClassName
{
color: #D37BEA;
}
</style>
background-color css
<style>
a { background-color: #D37BEA; }
a { background-color: rgb(211,123,234); }
div.DivClassName
{
background-color: #D37BEA;
}
.BgClassName
{
background-color: #D37BEA;
}
</style>
border-color css
<style>
span { border-color: #D37BEA; }
span { border-color: rgb(211,123,234); }
td.TdClassName
{
border-color: #D37BEA;
}
.TagClassName
{
border-color: #D37BEA;
}
</style>