Shades of Fuchsia #D53CB8
Tints of Fuchsia #D53CB8
RGB
CMYK
RGB Variations
Color information
#D53CB8 (or 0xD53CB8) is known color: Fuchsia. HEX triplet: D5, 3C and B8. RGB value is (213,60,184). Sum of RGB (Red+Green+Blue) = 213+60+184=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 184 (72.27% from 255 or 40.26% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D53CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53CB8 is #2AC347. Grayscale: #777777. Windows color (decimal): -2802504 or 12074197. OLE color: 12074197.
HSL color Cylindrical-coordinate representation of color #D53CB8: hue angle of 311.37º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53CB8 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 60 | 184 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.16 |
| HSL | 311.37º | 0.65% | 0.54% | - |
| HSV(B) | 311.37º | 0.72% | 0.84% | - |
| XYZ | 37.71 | 20.84 | 47.38 | - |
| YUV | 119.88 | 164.19 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 60 | 184 | 0 | 0.72 | 0.14 | 0.16 | 311.37 | 0.65 | 0.54 |
| Hex | D5 | 3C | B8 | 0 | 48 | E | 10 | 137 | 41 | 36 |
| Octal | 325 | 74 | 270 | 0 | 110 | 16 | 20 | 467 | 101 | 66 |
| Binary | 11010101 | 111100 | 10111000 | 0 | 1001000 | 1110 | 10000 | 100110111 | 1000001 | 110110 |
Color Harmonies of #D53CB8
Complementary color
Monochromatic Colors of #D53CB8
Black with #D53CB8
Text Example
Text Example
White with #D53CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53CB8; }
p { color: rgb(213,60,184); }
H1.HeaderClassName
{
color: #D53CB8;
}
.AnyTagClassName
{
color: #D53CB8;
}
</style>
background-color css
<style>
a { background-color: #D53CB8; }
a { background-color: rgb(213,60,184); }
div.DivClassName
{
background-color: #D53CB8;
}
.BgClassName
{
background-color: #D53CB8;
}
</style>
border-color css
<style>
span { border-color: #D53CB8; }
span { border-color: rgb(213,60,184); }
td.TdClassName
{
border-color: #D53CB8;
}
.TagClassName
{
border-color: #D53CB8;
}
</style>