Shades of Fuchsia #D53FB4
Tints of Fuchsia #D53FB4
RGB
CMYK
RGB Variations
Color information
#D53FB4 (or 0xD53FB4) is known color: Fuchsia. HEX triplet: D5, 3F and B4. RGB value is (213,63,180). Sum of RGB (Red+Green+Blue) = 213+63+180=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FB4 is #2AC04B. Grayscale: #787878. Windows color (decimal): -2801740 or 11812821. OLE color: 11812821.
HSL color Cylindrical-coordinate representation of color #D53FB4: hue angle of 313.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 #D53FB4 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 180 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.16 |
| HSL | 313.2º | 0.64% | 0.54% | - |
| HSV(B) | 313.2º | 0.7% | 0.84% | - |
| XYZ | 37.46 | 21 | 45.26 | - |
| YUV | 121.19 | 161.2 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 180 | 0 | 0.70 | 0.15 | 0.16 | 313.2 | 0.64 | 0.54 |
| Hex | D5 | 3F | B4 | 0 | 46 | F | 10 | 139 | 40 | 36 |
| Octal | 325 | 77 | 264 | 0 | 106 | 17 | 20 | 471 | 100 | 66 |
| Binary | 11010101 | 111111 | 10110100 | 0 | 1000110 | 1111 | 10000 | 100111001 | 1000000 | 110110 |
Color Harmonies of #D53FB4
Complementary color
Monochromatic Colors of #D53FB4
Black with #D53FB4
Text Example
Text Example
White with #D53FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53FB4; }
p { color: rgb(213,63,180); }
H1.HeaderClassName
{
color: #D53FB4;
}
.AnyTagClassName
{
color: #D53FB4;
}
</style>
background-color css
<style>
a { background-color: #D53FB4; }
a { background-color: rgb(213,63,180); }
div.DivClassName
{
background-color: #D53FB4;
}
.BgClassName
{
background-color: #D53FB4;
}
</style>
border-color css
<style>
span { border-color: #D53FB4; }
span { border-color: rgb(213,63,180); }
td.TdClassName
{
border-color: #D53FB4;
}
.TagClassName
{
border-color: #D53FB4;
}
</style>