Shades of Heliotrope #D37FF8
Tints of Heliotrope #D37FF8
RGB
CMYK
RGB Variations
Color information
#D37FF8 (or 0xD37FF8) is known color: Heliotrope. HEX triplet: D3, 7F and F8. RGB value is (211,127,248). Sum of RGB (Red+Green+Blue) = 211+127+248=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 127 (50% from 255 or 21.67% from 586); Blue value is 248 (97.27% from 255 or 42.32% from 586); Max value from RGB is 248 - color contains mainly: blue. Hex color #D37FF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37FF8 is #2C8007. Grayscale: #A5A5A5. Windows color (decimal): -2916360 or 16285651. OLE color: 16285651.
HSL color Cylindrical-coordinate representation of color #D37FF8: hue angle of 281.65º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D37FF8 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 127 | 248 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.03 |
| HSL | 281.65º | 0.9% | 0.74% | - |
| HSV(B) | 281.65º | 0.49% | 0.97% | - |
| XYZ | 51.4 | 35.8 | 93.01 | - |
| YUV | 165.91 | 174.33 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 127 | 248 | 0.15 | 0.49 | 0 | 0.03 | 281.65 | 0.9 | 0.74 |
| Hex | D3 | 7F | F8 | F | 31 | 0 | 3 | 11A | 5A | 4A |
| Octal | 323 | 177 | 370 | 17 | 61 | 0 | 3 | 432 | 132 | 112 |
| Binary | 11010011 | 1111111 | 11111000 | 1111 | 110001 | 0 | 11 | 100011010 | 1011010 | 1001010 |
Color Harmonies of #D37FF8
Complementary color
Monochromatic Colors of #D37FF8
Black with #D37FF8
Text Example
Text Example
White with #D37FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37FF8; }
p { color: rgb(211,127,248); }
H1.HeaderClassName
{
color: #D37FF8;
}
.AnyTagClassName
{
color: #D37FF8;
}
</style>
background-color css
<style>
a { background-color: #D37FF8; }
a { background-color: rgb(211,127,248); }
div.DivClassName
{
background-color: #D37FF8;
}
.BgClassName
{
background-color: #D37FF8;
}
</style>
border-color css
<style>
span { border-color: #D37FF8; }
span { border-color: rgb(211,127,248); }
td.TdClassName
{
border-color: #D37FF8;
}
.TagClassName
{
border-color: #D37FF8;
}
</style>