Shades of Heliotrope #D37DFE
Tints of Heliotrope #D37DFE
RGB
CMYK
RGB Variations
Color information
#D37DFE (or 0xD37DFE) is known color: Heliotrope. HEX triplet: D3, 7D and FE. RGB value is (211,125,254). Sum of RGB (Red+Green+Blue) = 211+125+254=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 125 (49.22% from 255 or 21.19% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #D37DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37DFE is #2C8201. Grayscale: #A4A4A4. Windows color (decimal): -2916866 or 16678355. OLE color: 16678355.
HSL color Cylindrical-coordinate representation of color #D37DFE: hue angle of 280º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D37DFE is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 125 | 254 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.00 |
| HSL | 280º | 0.98% | 0.74% | - |
| HSV(B) | 280º | 0.51% | 1% | - |
| XYZ | 52.09 | 35.67 | 97.91 | - |
| YUV | 165.42 | 177.99 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 125 | 254 | 0.17 | 0.51 | 0 | 0.00 | 280 | 0.98 | 0.74 |
| Hex | D3 | 7D | FE | 11 | 33 | 0 | 0 | 118 | 62 | 4A |
| Octal | 323 | 175 | 376 | 21 | 63 | 0 | 0 | 430 | 142 | 112 |
| Binary | 11010011 | 1111101 | 11111110 | 10001 | 110011 | 0 | 0 | 100011000 | 1100010 | 1001010 |
Color Harmonies of #D37DFE
Complementary color
Monochromatic Colors of #D37DFE
Black with #D37DFE
Text Example
Text Example
White with #D37DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37DFE; }
p { color: rgb(211,125,254); }
H1.HeaderClassName
{
color: #D37DFE;
}
.AnyTagClassName
{
color: #D37DFE;
}
</style>
background-color css
<style>
a { background-color: #D37DFE; }
a { background-color: rgb(211,125,254); }
div.DivClassName
{
background-color: #D37DFE;
}
.BgClassName
{
background-color: #D37DFE;
}
</style>
border-color css
<style>
span { border-color: #D37DFE; }
span { border-color: rgb(211,125,254); }
td.TdClassName
{
border-color: #D37DFE;
}
.TagClassName
{
border-color: #D37DFE;
}
</style>