Shades of Heliotrope #D346FD
Tints of Heliotrope #D346FD
RGB
CMYK
RGB Variations
Color information
#D346FD (or 0xD346FD) is known color: Heliotrope. HEX triplet: D3, 46 and FD. RGB value is (211,70,253). Sum of RGB (Red+Green+Blue) = 211+70+253=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 70 (27.73% from 255 or 13.11% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #D346FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D346FD is #2CB902. Grayscale: #848484. Windows color (decimal): -2930947 or 16598739. OLE color: 16598739.
HSL color Cylindrical-coordinate representation of color #D346FD: hue angle of 286.23º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D346FD is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 70 | 253 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.01 |
| HSL | 286.23º | 0.98% | 0.63% | - |
| HSV(B) | 286.23º | 0.72% | 0.99% | - |
| XYZ | 46.78 | 25.32 | 95.35 | - |
| YUV | 133.02 | 195.71 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 253 | 0.17 | 0.72 | 0 | 0.01 | 286.23 | 0.98 | 0.63 |
| Hex | D3 | 46 | FD | 11 | 48 | 0 | 1 | 11E | 62 | 3F |
| Octal | 323 | 106 | 375 | 21 | 110 | 0 | 1 | 436 | 142 | 77 |
| Binary | 11010011 | 1000110 | 11111101 | 10001 | 1001000 | 0 | 1 | 100011110 | 1100010 | 111111 |
Color Harmonies of #D346FD
Complementary color
Monochromatic Colors of #D346FD
Black with #D346FD
Text Example
Text Example
White with #D346FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D346FD; }
p { color: rgb(211,70,253); }
H1.HeaderClassName
{
color: #D346FD;
}
.AnyTagClassName
{
color: #D346FD;
}
</style>
background-color css
<style>
a { background-color: #D346FD; }
a { background-color: rgb(211,70,253); }
div.DivClassName
{
background-color: #D346FD;
}
.BgClassName
{
background-color: #D346FD;
}
</style>
border-color css
<style>
span { border-color: #D346FD; }
span { border-color: rgb(211,70,253); }
td.TdClassName
{
border-color: #D346FD;
}
.TagClassName
{
border-color: #D346FD;
}
</style>