Shades of Heliotrope #D357FC
Tints of Heliotrope #D357FC
RGB
CMYK
RGB Variations
Color information
#D357FC (or 0xD357FC) is known color: Heliotrope. HEX triplet: D3, 57 and FC. RGB value is (211,87,252). Sum of RGB (Red+Green+Blue) = 211+87+252=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 87 (34.38% from 255 or 15.82% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #D357FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D357FC is #2CA803. Grayscale: #8E8E8E. Windows color (decimal): -2926596 or 16537555. OLE color: 16537555.
HSL color Cylindrical-coordinate representation of color #D357FC: hue angle of 285.09º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D357FC is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 87 | 252 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.01 |
| HSL | 285.09º | 0.96% | 0.66% | - |
| HSV(B) | 285.09º | 0.65% | 0.99% | - |
| XYZ | 47.84 | 27.69 | 94.92 | - |
| YUV | 142.89 | 189.58 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 87 | 252 | 0.16 | 0.65 | 0 | 0.01 | 285.09 | 0.96 | 0.66 |
| Hex | D3 | 57 | FC | 10 | 41 | 0 | 1 | 11D | 60 | 42 |
| Octal | 323 | 127 | 374 | 20 | 101 | 0 | 1 | 435 | 140 | 102 |
| Binary | 11010011 | 1010111 | 11111100 | 10000 | 1000001 | 0 | 1 | 100011101 | 1100000 | 1000010 |
Color Harmonies of #D357FC
Complementary color
Monochromatic Colors of #D357FC
Black with #D357FC
Text Example
Text Example
White with #D357FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D357FC; }
p { color: rgb(211,87,252); }
H1.HeaderClassName
{
color: #D357FC;
}
.AnyTagClassName
{
color: #D357FC;
}
</style>
background-color css
<style>
a { background-color: #D357FC; }
a { background-color: rgb(211,87,252); }
div.DivClassName
{
background-color: #D357FC;
}
.BgClassName
{
background-color: #D357FC;
}
</style>
border-color css
<style>
span { border-color: #D357FC; }
span { border-color: rgb(211,87,252); }
td.TdClassName
{
border-color: #D357FC;
}
.TagClassName
{
border-color: #D357FC;
}
</style>