Shades of Fuchsia #D346BD
Tints of Fuchsia #D346BD
RGB
CMYK
RGB Variations
Color information
#D346BD (or 0xD346BD) is known color: Fuchsia. HEX triplet: D3, 46 and BD. RGB value is (211,70,189). Sum of RGB (Red+Green+Blue) = 211+70+189=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D346BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D346BD is #2CB942. Grayscale: #7D7D7D. Windows color (decimal): -2931011 or 12404435. OLE color: 12404435.
HSL color Cylindrical-coordinate representation of color #D346BD: hue angle of 309.36º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D346BD is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 70 | 189 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.17 |
| HSL | 309.36º | 0.62% | 0.55% | - |
| HSV(B) | 309.36º | 0.67% | 0.83% | - |
| XYZ | 38.24 | 21.9 | 50.36 | - |
| YUV | 125.73 | 163.71 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 189 | 0 | 0.67 | 0.10 | 0.17 | 309.36 | 0.62 | 0.55 |
| Hex | D3 | 46 | BD | 0 | 43 | A | 11 | 135 | 3E | 37 |
| Octal | 323 | 106 | 275 | 0 | 103 | 12 | 21 | 465 | 76 | 67 |
| Binary | 11010011 | 1000110 | 10111101 | 0 | 1000011 | 1010 | 10001 | 100110101 | 111110 | 110111 |
Color Harmonies of #D346BD
Complementary color
Monochromatic Colors of #D346BD
Black with #D346BD
Text Example
Text Example
White with #D346BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D346BD; }
p { color: rgb(211,70,189); }
H1.HeaderClassName
{
color: #D346BD;
}
.AnyTagClassName
{
color: #D346BD;
}
</style>
background-color css
<style>
a { background-color: #D346BD; }
a { background-color: rgb(211,70,189); }
div.DivClassName
{
background-color: #D346BD;
}
.BgClassName
{
background-color: #D346BD;
}
</style>
border-color css
<style>
span { border-color: #D346BD; }
span { border-color: rgb(211,70,189); }
td.TdClassName
{
border-color: #D346BD;
}
.TagClassName
{
border-color: #D346BD;
}
</style>