Shades of Fuchsia #D53FBE
Tints of Fuchsia #D53FBE
RGB
CMYK
RGB Variations
Color information
#D53FBE (or 0xD53FBE) is known color: Fuchsia. HEX triplet: D5, 3F and BE. RGB value is (213,63,190). Sum of RGB (Red+Green+Blue) = 213+63+190=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FBE is #2AC041. Grayscale: #797979. Windows color (decimal): -2801730 or 12468181. OLE color: 12468181.
HSL color Cylindrical-coordinate representation of color #D53FBE: hue angle of 309.2º 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 #D53FBE is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 190 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.16 |
| HSL | 309.2º | 0.64% | 0.54% | - |
| HSV(B) | 309.2º | 0.7% | 0.84% | - |
| XYZ | 38.51 | 21.42 | 50.82 | - |
| YUV | 122.33 | 166.2 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 190 | 0 | 0.70 | 0.11 | 0.16 | 309.2 | 0.64 | 0.54 |
| Hex | D5 | 3F | BE | 0 | 46 | B | 10 | 135 | 40 | 36 |
| Octal | 325 | 77 | 276 | 0 | 106 | 13 | 20 | 465 | 100 | 66 |
| Binary | 11010101 | 111111 | 10111110 | 0 | 1000110 | 1011 | 10000 | 100110101 | 1000000 | 110110 |
Color Harmonies of #D53FBE
Complementary color
Monochromatic Colors of #D53FBE
Black with #D53FBE
Text Example
Text Example
White with #D53FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53FBE; }
p { color: rgb(213,63,190); }
H1.HeaderClassName
{
color: #D53FBE;
}
.AnyTagClassName
{
color: #D53FBE;
}
</style>
background-color css
<style>
a { background-color: #D53FBE; }
a { background-color: rgb(213,63,190); }
div.DivClassName
{
background-color: #D53FBE;
}
.BgClassName
{
background-color: #D53FBE;
}
</style>
border-color css
<style>
span { border-color: #D53FBE; }
span { border-color: rgb(213,63,190); }
td.TdClassName
{
border-color: #D53FBE;
}
.TagClassName
{
border-color: #D53FBE;
}
</style>