Shades of Heliotrope #D37CF2
Tints of Heliotrope #D37CF2
RGB
CMYK
RGB Variations
Color information
#D37CF2 (or 0xD37CF2) is known color: Heliotrope. HEX triplet: D3, 7C and F2. RGB value is (211,124,242). Sum of RGB (Red+Green+Blue) = 211+124+242=577 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.57% from 577); Green value is 124 (48.83% from 255 or 21.49% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 242 - color contains mainly: blue. Hex color #D37CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37CF2 is #2C830D. Grayscale: #A3A3A3. Windows color (decimal): -2917134 or 15891667. OLE color: 15891667.
HSL color Cylindrical-coordinate representation of color #D37CF2: hue angle of 284.24º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D37CF2 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 124 | 242 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.05 |
| HSL | 284.24º | 0.82% | 0.72% | - |
| HSV(B) | 284.24º | 0.49% | 0.95% | - |
| XYZ | 50.1 | 34.67 | 88.06 | - |
| YUV | 163.47 | 172.32 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 242 | 0.13 | 0.49 | 0 | 0.05 | 284.24 | 0.82 | 0.72 |
| Hex | D3 | 7C | F2 | D | 31 | 0 | 5 | 11C | 52 | 48 |
| Octal | 323 | 174 | 362 | 15 | 61 | 0 | 5 | 434 | 122 | 110 |
| Binary | 11010011 | 1111100 | 11110010 | 1101 | 110001 | 0 | 101 | 100011100 | 1010010 | 1001000 |
Color Harmonies of #D37CF2
Complementary color
Monochromatic Colors of #D37CF2
Black with #D37CF2
Text Example
Text Example
White with #D37CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37CF2; }
p { color: rgb(211,124,242); }
H1.HeaderClassName
{
color: #D37CF2;
}
.AnyTagClassName
{
color: #D37CF2;
}
</style>
background-color css
<style>
a { background-color: #D37CF2; }
a { background-color: rgb(211,124,242); }
div.DivClassName
{
background-color: #D37CF2;
}
.BgClassName
{
background-color: #D37CF2;
}
</style>
border-color css
<style>
span { border-color: #D37CF2; }
span { border-color: rgb(211,124,242); }
td.TdClassName
{
border-color: #D37CF2;
}
.TagClassName
{
border-color: #D37CF2;
}
</style>