Shades of Fuchsia #D53FBB
Tints of Fuchsia #D53FBB
RGB
CMYK
RGB Variations
Color information
#D53FBB (or 0xD53FBB) is known color: Fuchsia. HEX triplet: D5, 3F and BB. RGB value is (213,63,187). Sum of RGB (Red+Green+Blue) = 213+63+187=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FBB is #2AC044. Grayscale: #797979. Windows color (decimal): -2801733 or 12271573. OLE color: 12271573.
HSL color Cylindrical-coordinate representation of color #D53FBB: hue angle of 310.4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D53FBB is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 187 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.16 |
| HSL | 310.4º | 0.64% | 0.54% | - |
| HSV(B) | 310.4º | 0.7% | 0.84% | - |
| XYZ | 38.19 | 21.29 | 49.11 | - |
| YUV | 121.99 | 164.7 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 187 | 0 | 0.70 | 0.12 | 0.16 | 310.4 | 0.64 | 0.54 |
| Hex | D5 | 3F | BB | 0 | 46 | C | 10 | 136 | 40 | 36 |
| Octal | 325 | 77 | 273 | 0 | 106 | 14 | 20 | 466 | 100 | 66 |
| Binary | 11010101 | 111111 | 10111011 | 0 | 1000110 | 1100 | 10000 | 100110110 | 1000000 | 110110 |
Color Harmonies of #D53FBB
Complementary color
Monochromatic Colors of #D53FBB
Black with #D53FBB
Text Example
Text Example
White with #D53FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53FBB; }
p { color: rgb(213,63,187); }
H1.HeaderClassName
{
color: #D53FBB;
}
.AnyTagClassName
{
color: #D53FBB;
}
</style>
background-color css
<style>
a { background-color: #D53FBB; }
a { background-color: rgb(213,63,187); }
div.DivClassName
{
background-color: #D53FBB;
}
.BgClassName
{
background-color: #D53FBB;
}
</style>
border-color css
<style>
span { border-color: #D53FBB; }
span { border-color: rgb(213,63,187); }
td.TdClassName
{
border-color: #D53FBB;
}
.TagClassName
{
border-color: #D53FBB;
}
</style>