Shades of Heliotrope #D37DFB
Tints of Heliotrope #D37DFB
RGB
CMYK
RGB Variations
Color information
#D37DFB (or 0xD37DFB) is known color: Heliotrope. HEX triplet: D3, 7D and FB. RGB value is (211,125,251). Sum of RGB (Red+Green+Blue) = 211+125+251=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 125 (49.22% from 255 or 21.29% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #D37DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37DFB is #2C8204. Grayscale: #A4A4A4. Windows color (decimal): -2916869 or 16481747. OLE color: 16481747.
HSL color Cylindrical-coordinate representation of color #D37DFB: hue angle of 280.95º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D37DFB is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 125 | 251 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.02 |
| HSL | 280.95º | 0.94% | 0.74% | - |
| HSV(B) | 280.95º | 0.5% | 0.98% | - |
| XYZ | 51.61 | 35.48 | 95.4 | - |
| YUV | 165.08 | 176.49 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 125 | 251 | 0.16 | 0.50 | 0 | 0.02 | 280.95 | 0.94 | 0.74 |
| Hex | D3 | 7D | FB | 10 | 32 | 0 | 2 | 119 | 5E | 4A |
| Octal | 323 | 175 | 373 | 20 | 62 | 0 | 2 | 431 | 136 | 112 |
| Binary | 11010011 | 1111101 | 11111011 | 10000 | 110010 | 0 | 10 | 100011001 | 1011110 | 1001010 |
Color Harmonies of #D37DFB
Complementary color
Monochromatic Colors of #D37DFB
Black with #D37DFB
Text Example
Text Example
White with #D37DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37DFB; }
p { color: rgb(211,125,251); }
H1.HeaderClassName
{
color: #D37DFB;
}
.AnyTagClassName
{
color: #D37DFB;
}
</style>
background-color css
<style>
a { background-color: #D37DFB; }
a { background-color: rgb(211,125,251); }
div.DivClassName
{
background-color: #D37DFB;
}
.BgClassName
{
background-color: #D37DFB;
}
</style>
border-color css
<style>
span { border-color: #D37DFB; }
span { border-color: rgb(211,125,251); }
td.TdClassName
{
border-color: #D37DFB;
}
.TagClassName
{
border-color: #D37DFB;
}
</style>