Shades of Heliotrope #D37DFC
Tints of Heliotrope #D37DFC
RGB
CMYK
RGB Variations
Color information
#D37DFC (or 0xD37DFC) is known color: Heliotrope. HEX triplet: D3, 7D and FC. RGB value is (211,125,252). Sum of RGB (Red+Green+Blue) = 211+125+252=588 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.88% from 588); Green value is 125 (49.22% from 255 or 21.26% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #D37DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37DFC is #2C8203. Grayscale: #A4A4A4. Windows color (decimal): -2916868 or 16547283. OLE color: 16547283.
HSL color Cylindrical-coordinate representation of color #D37DFC: hue angle of 280.63º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D37DFC is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 125 | 252 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.01 |
| HSL | 280.63º | 0.95% | 0.74% | - |
| HSV(B) | 280.63º | 0.5% | 0.99% | - |
| XYZ | 51.77 | 35.54 | 96.23 | - |
| YUV | 165.19 | 176.99 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 125 | 252 | 0.16 | 0.50 | 0 | 0.01 | 280.63 | 0.95 | 0.74 |
| Hex | D3 | 7D | FC | 10 | 32 | 0 | 1 | 119 | 5F | 4A |
| Octal | 323 | 175 | 374 | 20 | 62 | 0 | 1 | 431 | 137 | 112 |
| Binary | 11010011 | 1111101 | 11111100 | 10000 | 110010 | 0 | 1 | 100011001 | 1011111 | 1001010 |
Color Harmonies of #D37DFC
Complementary color
Monochromatic Colors of #D37DFC
Black with #D37DFC
Text Example
Text Example
White with #D37DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37DFC; }
p { color: rgb(211,125,252); }
H1.HeaderClassName
{
color: #D37DFC;
}
.AnyTagClassName
{
color: #D37DFC;
}
</style>
background-color css
<style>
a { background-color: #D37DFC; }
a { background-color: rgb(211,125,252); }
div.DivClassName
{
background-color: #D37DFC;
}
.BgClassName
{
background-color: #D37DFC;
}
</style>
border-color css
<style>
span { border-color: #D37DFC; }
span { border-color: rgb(211,125,252); }
td.TdClassName
{
border-color: #D37DFC;
}
.TagClassName
{
border-color: #D37DFC;
}
</style>