Shades of Heliotrope #D375EA
Tints of Heliotrope #D375EA
RGB
CMYK
RGB Variations
Color information
#D375EA (or 0xD375EA) is known color: Heliotrope. HEX triplet: D3, 75 and EA. RGB value is (211,117,234). Sum of RGB (Red+Green+Blue) = 211+117+234=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #D375EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D375EA is #2C8A15. Grayscale: #9E9E9E. Windows color (decimal): -2918934 or 15365587. OLE color: 15365587.
HSL color Cylindrical-coordinate representation of color #D375EA: hue angle of 288.21º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D375EA is Cyan = 0.10, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 117 | 234 | - |
| CMYK | 0.10 | 0.5 | 0 | 0.08 |
| HSL | 288.21º | 0.74% | 0.69% | - |
| HSV(B) | 288.21º | 0.5% | 0.92% | - |
| XYZ | 48.08 | 32.51 | 81.58 | - |
| YUV | 158.44 | 170.64 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 117 | 234 | 0.10 | 0.5 | 0 | 0.08 | 288.21 | 0.74 | 0.69 |
| Hex | D3 | 75 | EA | A | 32 | 0 | 8 | 120 | 4A | 45 |
| Octal | 323 | 165 | 352 | 12 | 62 | 0 | 10 | 440 | 112 | 105 |
| Binary | 11010011 | 1110101 | 11101010 | 1010 | 110010 | 0 | 1000 | 100100000 | 1001010 | 1000101 |
Color Harmonies of #D375EA
Complementary color
Monochromatic Colors of #D375EA
Black with #D375EA
Text Example
Text Example
White with #D375EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D375EA; }
p { color: rgb(211,117,234); }
H1.HeaderClassName
{
color: #D375EA;
}
.AnyTagClassName
{
color: #D375EA;
}
</style>
background-color css
<style>
a { background-color: #D375EA; }
a { background-color: rgb(211,117,234); }
div.DivClassName
{
background-color: #D375EA;
}
.BgClassName
{
background-color: #D375EA;
}
</style>
border-color css
<style>
span { border-color: #D375EA; }
span { border-color: rgb(211,117,234); }
td.TdClassName
{
border-color: #D375EA;
}
.TagClassName
{
border-color: #D375EA;
}
</style>