Shades of Fuchsia #D340BB
Tints of Fuchsia #D340BB
RGB
CMYK
RGB Variations
Color information
#D340BB (or 0xD340BB) is known color: Fuchsia. HEX triplet: D3, 40 and BB. RGB value is (211,64,187). Sum of RGB (Red+Green+Blue) = 211+64+187=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 211 - color contains mainly: red. Hex color #D340BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D340BB is #2CBF44. Grayscale: #797979. Windows color (decimal): -2932549 or 12271827. OLE color: 12271827.
HSL color Cylindrical-coordinate representation of color #D340BB: hue angle of 309.8º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D340BB is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 187 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.17 |
| HSL | 309.8º | 0.63% | 0.54% | - |
| HSV(B) | 309.8º | 0.7% | 0.83% | - |
| XYZ | 37.67 | 21.1 | 49.1 | - |
| YUV | 121.98 | 164.7 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 187 | 0 | 0.70 | 0.11 | 0.17 | 309.8 | 0.63 | 0.54 |
| Hex | D3 | 40 | BB | 0 | 46 | B | 11 | 136 | 3F | 36 |
| Octal | 323 | 100 | 273 | 0 | 106 | 13 | 21 | 466 | 77 | 66 |
| Binary | 11010011 | 1000000 | 10111011 | 0 | 1000110 | 1011 | 10001 | 100110110 | 111111 | 110110 |
Color Harmonies of #D340BB
Complementary color
Monochromatic Colors of #D340BB
Black with #D340BB
Text Example
Text Example
White with #D340BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D340BB; }
p { color: rgb(211,64,187); }
H1.HeaderClassName
{
color: #D340BB;
}
.AnyTagClassName
{
color: #D340BB;
}
</style>
background-color css
<style>
a { background-color: #D340BB; }
a { background-color: rgb(211,64,187); }
div.DivClassName
{
background-color: #D340BB;
}
.BgClassName
{
background-color: #D340BB;
}
</style>
border-color css
<style>
span { border-color: #D340BB; }
span { border-color: rgb(211,64,187); }
td.TdClassName
{
border-color: #D340BB;
}
.TagClassName
{
border-color: #D340BB;
}
</style>