Shades of Fuchsia #D53FBD
Tints of Fuchsia #D53FBD
RGB
CMYK
RGB Variations
Color information
#D53FBD (or 0xD53FBD) is known color: Fuchsia. HEX triplet: D5, 3F and BD. RGB value is (213,63,189). Sum of RGB (Red+Green+Blue) = 213+63+189=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FBD is #2AC042. Grayscale: #797979. Windows color (decimal): -2801731 or 12402645. OLE color: 12402645.
HSL color Cylindrical-coordinate representation of color #D53FBD: hue angle of 309.6º 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 #D53FBD is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 189 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.16 |
| HSL | 309.6º | 0.64% | 0.54% | - |
| HSV(B) | 309.6º | 0.7% | 0.84% | - |
| XYZ | 38.4 | 21.38 | 50.25 | - |
| YUV | 122.21 | 165.7 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 189 | 0 | 0.70 | 0.11 | 0.16 | 309.6 | 0.64 | 0.54 |
| Hex | D5 | 3F | BD | 0 | 46 | B | 10 | 136 | 40 | 36 |
| Octal | 325 | 77 | 275 | 0 | 106 | 13 | 20 | 466 | 100 | 66 |
| Binary | 11010101 | 111111 | 10111101 | 0 | 1000110 | 1011 | 10000 | 100110110 | 1000000 | 110110 |
Color Harmonies of #D53FBD
Complementary color
Monochromatic Colors of #D53FBD
Black with #D53FBD
Text Example
Text Example
White with #D53FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53FBD; }
p { color: rgb(213,63,189); }
H1.HeaderClassName
{
color: #D53FBD;
}
.AnyTagClassName
{
color: #D53FBD;
}
</style>
background-color css
<style>
a { background-color: #D53FBD; }
a { background-color: rgb(213,63,189); }
div.DivClassName
{
background-color: #D53FBD;
}
.BgClassName
{
background-color: #D53FBD;
}
</style>
border-color css
<style>
span { border-color: #D53FBD; }
span { border-color: rgb(213,63,189); }
td.TdClassName
{
border-color: #D53FBD;
}
.TagClassName
{
border-color: #D53FBD;
}
</style>