Shades of Heliotrope #D375FC
Tints of Heliotrope #D375FC
RGB
CMYK
RGB Variations
Color information
#D375FC (or 0xD375FC) is known color: Heliotrope. HEX triplet: D3, 75 and FC. RGB value is (211,117,252). Sum of RGB (Red+Green+Blue) = 211+117+252=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 117 (46.09% from 255 or 20.17% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #D375FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D375FC is #2C8A03. Grayscale: #A0A0A0. Windows color (decimal): -2918916 or 16545235. OLE color: 16545235.
HSL color Cylindrical-coordinate representation of color #D375FC: hue angle of 281.78º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D375FC is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 117 | 252 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.01 |
| HSL | 281.78º | 0.96% | 0.72% | - |
| HSV(B) | 281.78º | 0.54% | 0.99% | - |
| XYZ | 50.8 | 33.6 | 95.9 | - |
| YUV | 160.5 | 179.64 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 117 | 252 | 0.16 | 0.54 | 0 | 0.01 | 281.78 | 0.96 | 0.72 |
| Hex | D3 | 75 | FC | 10 | 36 | 0 | 1 | 11A | 60 | 48 |
| Octal | 323 | 165 | 374 | 20 | 66 | 0 | 1 | 432 | 140 | 110 |
| Binary | 11010011 | 1110101 | 11111100 | 10000 | 110110 | 0 | 1 | 100011010 | 1100000 | 1001000 |
Color Harmonies of #D375FC
Complementary color
Monochromatic Colors of #D375FC
Black with #D375FC
Text Example
Text Example
White with #D375FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D375FC; }
p { color: rgb(211,117,252); }
H1.HeaderClassName
{
color: #D375FC;
}
.AnyTagClassName
{
color: #D375FC;
}
</style>
background-color css
<style>
a { background-color: #D375FC; }
a { background-color: rgb(211,117,252); }
div.DivClassName
{
background-color: #D375FC;
}
.BgClassName
{
background-color: #D375FC;
}
</style>
border-color css
<style>
span { border-color: #D375FC; }
span { border-color: rgb(211,117,252); }
td.TdClassName
{
border-color: #D375FC;
}
.TagClassName
{
border-color: #D375FC;
}
</style>