Shades of Heliotrope #D37FFF
Tints of Heliotrope #D37FFF
RGB
CMYK
RGB Variations
Color information
#D37FFF (or 0xD37FFF) is known color: Heliotrope. HEX triplet: D3, 7F and FF. RGB value is (211,127,255). Sum of RGB (Red+Green+Blue) = 211+127+255=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 127 (50% from 255 or 21.42% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #D37FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37FFF is #2C8000. Grayscale: #A6A6A6. Windows color (decimal): -2916353 or 16744403. OLE color: 16744403.
HSL color Cylindrical-coordinate representation of color #D37FFF: hue angle of 279.38º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D37FFF is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 127 | 255 | - |
| CMYK | 0.17 | 0.50 | 0 | 0 |
| HSL | 279.38º | 1% | 0.75% | - |
| HSV(B) | 279.38º | 0.5% | 1% | - |
| XYZ | 52.5 | 36.25 | 98.84 | - |
| YUV | 166.71 | 177.83 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 127 | 255 | 0.17 | 0.50 | 0 | 0 | 279.38 | 1 | 0.75 |
| Hex | D3 | 7F | FF | 11 | 32 | 0 | 0 | 117 | 64 | 4B |
| Octal | 323 | 177 | 377 | 21 | 62 | 0 | 0 | 427 | 144 | 113 |
| Binary | 11010011 | 1111111 | 11111111 | 10001 | 110010 | 0 | 0 | 100010111 | 1100100 | 1001011 |
Color Harmonies of #D37FFF
Complementary color
Monochromatic Colors of #D37FFF
Black with #D37FFF
Text Example
Text Example
White with #D37FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37FFF; }
p { color: rgb(211,127,255); }
H1.HeaderClassName
{
color: #D37FFF;
}
.AnyTagClassName
{
color: #D37FFF;
}
</style>
background-color css
<style>
a { background-color: #D37FFF; }
a { background-color: rgb(211,127,255); }
div.DivClassName
{
background-color: #D37FFF;
}
.BgClassName
{
background-color: #D37FFF;
}
</style>
border-color css
<style>
span { border-color: #D37FFF; }
span { border-color: rgb(211,127,255); }
td.TdClassName
{
border-color: #D37FFF;
}
.TagClassName
{
border-color: #D37FFF;
}
</style>