Shades of Heliotrope #D356FE
Tints of Heliotrope #D356FE
RGB
CMYK
RGB Variations
Color information
#D356FE (or 0xD356FE) is known color: Heliotrope. HEX triplet: D3, 56 and FE. RGB value is (211,86,254). Sum of RGB (Red+Green+Blue) = 211+86+254=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 86 (33.98% from 255 or 15.61% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #D356FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D356FE is #2CA901. Grayscale: #8D8D8D. Windows color (decimal): -2926850 or 16668371. OLE color: 16668371.
HSL color Cylindrical-coordinate representation of color #D356FE: hue angle of 284.64º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D356FE is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 86 | 254 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.00 |
| HSL | 284.64º | 0.99% | 0.67% | - |
| HSV(B) | 284.64º | 0.66% | 1% | - |
| XYZ | 48.08 | 27.66 | 96.57 | - |
| YUV | 142.53 | 190.91 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 86 | 254 | 0.17 | 0.66 | 0 | 0.00 | 284.64 | 0.99 | 0.67 |
| Hex | D3 | 56 | FE | 11 | 42 | 0 | 0 | 11D | 63 | 43 |
| Octal | 323 | 126 | 376 | 21 | 102 | 0 | 0 | 435 | 143 | 103 |
| Binary | 11010011 | 1010110 | 11111110 | 10001 | 1000010 | 0 | 0 | 100011101 | 1100011 | 1000011 |
Color Harmonies of #D356FE
Complementary color
Monochromatic Colors of #D356FE
Black with #D356FE
Text Example
Text Example
White with #D356FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D356FE; }
p { color: rgb(211,86,254); }
H1.HeaderClassName
{
color: #D356FE;
}
.AnyTagClassName
{
color: #D356FE;
}
</style>
background-color css
<style>
a { background-color: #D356FE; }
a { background-color: rgb(211,86,254); }
div.DivClassName
{
background-color: #D356FE;
}
.BgClassName
{
background-color: #D356FE;
}
</style>
border-color css
<style>
span { border-color: #D356FE; }
span { border-color: rgb(211,86,254); }
td.TdClassName
{
border-color: #D356FE;
}
.TagClassName
{
border-color: #D356FE;
}
</style>