Shades of Heliotrope #D375F3
Tints of Heliotrope #D375F3
RGB
CMYK
RGB Variations
Color information
#D375F3 (or 0xD375F3) is known color: Heliotrope. HEX triplet: D3, 75 and F3. RGB value is (211,117,243). Sum of RGB (Red+Green+Blue) = 211+117+243=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 117 (46.09% from 255 or 20.49% from 571); Blue value is 243 (95.31% from 255 or 42.56% from 571); Max value from RGB is 243 - color contains mainly: blue. Hex color #D375F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D375F3 is #2C8A0C. Grayscale: #9F9F9F. Windows color (decimal): -2918925 or 15955411. OLE color: 15955411.
HSL color Cylindrical-coordinate representation of color #D375F3: hue angle of 284.76º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D375F3 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 117 | 243 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.05 |
| HSL | 284.76º | 0.84% | 0.71% | - |
| HSV(B) | 284.76º | 0.52% | 0.95% | - |
| XYZ | 49.4 | 33.04 | 88.57 | - |
| YUV | 159.47 | 175.14 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 117 | 243 | 0.13 | 0.52 | 0 | 0.05 | 284.76 | 0.84 | 0.71 |
| Hex | D3 | 75 | F3 | D | 34 | 0 | 5 | 11D | 54 | 47 |
| Octal | 323 | 165 | 363 | 15 | 64 | 0 | 5 | 435 | 124 | 107 |
| Binary | 11010011 | 1110101 | 11110011 | 1101 | 110100 | 0 | 101 | 100011101 | 1010100 | 1000111 |
Color Harmonies of #D375F3
Complementary color
Monochromatic Colors of #D375F3
Black with #D375F3
Text Example
Text Example
White with #D375F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D375F3; }
p { color: rgb(211,117,243); }
H1.HeaderClassName
{
color: #D375F3;
}
.AnyTagClassName
{
color: #D375F3;
}
</style>
background-color css
<style>
a { background-color: #D375F3; }
a { background-color: rgb(211,117,243); }
div.DivClassName
{
background-color: #D375F3;
}
.BgClassName
{
background-color: #D375F3;
}
</style>
border-color css
<style>
span { border-color: #D375F3; }
span { border-color: rgb(211,117,243); }
td.TdClassName
{
border-color: #D375F3;
}
.TagClassName
{
border-color: #D375F3;
}
</style>