Shades of Heliotrope #D37BF3
Tints of Heliotrope #D37BF3
RGB
CMYK
RGB Variations
Color information
#D37BF3 (or 0xD37BF3) is known color: Heliotrope. HEX triplet: D3, 7B and F3. RGB value is (211,123,243). Sum of RGB (Red+Green+Blue) = 211+123+243=577 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.57% from 577); Green value is 123 (48.44% from 255 or 21.32% from 577); Blue value is 243 (95.31% from 255 or 42.11% from 577); Max value from RGB is 243 - color contains mainly: blue. Hex color #D37BF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37BF3 is #2C840C. Grayscale: #A2A2A2. Windows color (decimal): -2917389 or 15956947. OLE color: 15956947.
HSL color Cylindrical-coordinate representation of color #D37BF3: hue angle of 284º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D37BF3 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 123 | 243 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.05 |
| HSL | 284º | 0.83% | 0.72% | - |
| HSV(B) | 284º | 0.49% | 0.95% | - |
| XYZ | 50.12 | 34.49 | 88.81 | - |
| YUV | 162.99 | 173.15 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 123 | 243 | 0.13 | 0.49 | 0 | 0.05 | 284 | 0.83 | 0.72 |
| Hex | D3 | 7B | F3 | D | 31 | 0 | 5 | 11C | 53 | 48 |
| Octal | 323 | 173 | 363 | 15 | 61 | 0 | 5 | 434 | 123 | 110 |
| Binary | 11010011 | 1111011 | 11110011 | 1101 | 110001 | 0 | 101 | 100011100 | 1010011 | 1001000 |
Color Harmonies of #D37BF3
Complementary color
Monochromatic Colors of #D37BF3
Black with #D37BF3
Text Example
Text Example
White with #D37BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37BF3; }
p { color: rgb(211,123,243); }
H1.HeaderClassName
{
color: #D37BF3;
}
.AnyTagClassName
{
color: #D37BF3;
}
</style>
background-color css
<style>
a { background-color: #D37BF3; }
a { background-color: rgb(211,123,243); }
div.DivClassName
{
background-color: #D37BF3;
}
.BgClassName
{
background-color: #D37BF3;
}
</style>
border-color css
<style>
span { border-color: #D37BF3; }
span { border-color: rgb(211,123,243); }
td.TdClassName
{
border-color: #D37BF3;
}
.TagClassName
{
border-color: #D37BF3;
}
</style>