Shades of Heliotrope #D37AF4
Tints of Heliotrope #D37AF4
RGB
CMYK
RGB Variations
Color information
#D37AF4 (or 0xD37AF4) is known color: Heliotrope. HEX triplet: D3, 7A and F4. RGB value is (211,122,244). Sum of RGB (Red+Green+Blue) = 211+122+244=577 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.57% from 577); Green value is 122 (48.05% from 255 or 21.14% from 577); Blue value is 244 (95.70% from 255 or 42.29% from 577); Max value from RGB is 244 - color contains mainly: blue. Hex color #D37AF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37AF4 is #2C850B. Grayscale: #A2A2A2. Windows color (decimal): -2917644 or 16022227. OLE color: 16022227.
HSL color Cylindrical-coordinate representation of color #D37AF4: hue angle of 283.77º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D37AF4 is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 211 | 122 | 244 | - |
CMYK | 0.14 | 0.5 | 0 | 0.04 |
HSL | 283.77º | 0.85% | 0.72% | - |
HSV(B) | 283.77º | 0.5% | 0.96% | - |
XYZ | 50.15 | 34.3 | 89.57 | - |
YUV | 162.52 | 173.99 | 162.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 122 | 244 | 0.14 | 0.5 | 0 | 0.04 | 283.77 | 0.85 | 0.72 |
Hex | D3 | 7A | F4 | E | 32 | 0 | 4 | 11C | 55 | 48 |
Octal | 323 | 172 | 364 | 16 | 62 | 0 | 4 | 434 | 125 | 110 |
Binary | 11010011 | 1111010 | 11110100 | 1110 | 110010 | 0 | 100 | 100011100 | 1010101 | 1001000 |
Color Harmonies of #D37AF4
Complementary color
Monochromatic Colors of #D37AF4
Black with #D37AF4
Text Example
Text Example
White with #D37AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37AF4; }
p { color: rgb(211,122,244); }
H1.HeaderClassName
{
color: #D37AF4;
}
.AnyTagClassName
{
color: #D37AF4;
}
</style>
background-color css
<style>
a { background-color: #D37AF4; }
a { background-color: rgb(211,122,244); }
div.DivClassName
{
background-color: #D37AF4;
}
.BgClassName
{
background-color: #D37AF4;
}
</style>
border-color css
<style>
span { border-color: #D37AF4; }
span { border-color: rgb(211,122,244); }
td.TdClassName
{
border-color: #D37AF4;
}
.TagClassName
{
border-color: #D37AF4;
}
</style>