Shades of Heliotrope #D375F8
Tints of Heliotrope #D375F8
RGB
CMYK
RGB Variations
Color information
#D375F8 (or 0xD375F8) is known color: Heliotrope. HEX triplet: D3, 75 and F8. RGB value is (211,117,248). Sum of RGB (Red+Green+Blue) = 211+117+248=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 117 (46.09% from 255 or 20.31% from 576); Blue value is 248 (97.27% from 255 or 43.06% from 576); Max value from RGB is 248 - color contains mainly: blue. Hex color #D375F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D375F8 is #2C8A07. Grayscale: #9F9F9F. Windows color (decimal): -2918920 or 16283091. OLE color: 16283091.
HSL color Cylindrical-coordinate representation of color #D375F8: hue angle of 283.05º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D375F8 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 117 | 248 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.03 |
| HSL | 283.05º | 0.9% | 0.72% | - |
| HSV(B) | 283.05º | 0.53% | 0.97% | - |
| XYZ | 50.17 | 33.35 | 92.6 | - |
| YUV | 160.04 | 177.64 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 117 | 248 | 0.15 | 0.53 | 0 | 0.03 | 283.05 | 0.9 | 0.72 |
| Hex | D3 | 75 | F8 | F | 35 | 0 | 3 | 11B | 5A | 48 |
| Octal | 323 | 165 | 370 | 17 | 65 | 0 | 3 | 433 | 132 | 110 |
| Binary | 11010011 | 1110101 | 11111000 | 1111 | 110101 | 0 | 11 | 100011011 | 1011010 | 1001000 |
Color Harmonies of #D375F8
Complementary color
Monochromatic Colors of #D375F8
Black with #D375F8
Text Example
Text Example
White with #D375F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D375F8; }
p { color: rgb(211,117,248); }
H1.HeaderClassName
{
color: #D375F8;
}
.AnyTagClassName
{
color: #D375F8;
}
</style>
background-color css
<style>
a { background-color: #D375F8; }
a { background-color: rgb(211,117,248); }
div.DivClassName
{
background-color: #D375F8;
}
.BgClassName
{
background-color: #D375F8;
}
</style>
border-color css
<style>
span { border-color: #D375F8; }
span { border-color: rgb(211,117,248); }
td.TdClassName
{
border-color: #D375F8;
}
.TagClassName
{
border-color: #D375F8;
}
</style>