Shades of Fuchsia #D53BB8
Tints of Fuchsia #D53BB8
RGB
CMYK
RGB Variations
Color information
#D53BB8 (or 0xD53BB8) is known color: Fuchsia. HEX triplet: D5, 3B and B8. RGB value is (213,59,184). Sum of RGB (Red+Green+Blue) = 213+59+184=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D53BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53BB8 is #2AC447. Grayscale: #767676. Windows color (decimal): -2802760 or 12073941. OLE color: 12073941.
HSL color Cylindrical-coordinate representation of color #D53BB8: hue angle of 311.3º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53BB8 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 59 | 184 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.16 |
| HSL | 311.3º | 0.65% | 0.53% | - |
| HSV(B) | 311.3º | 0.72% | 0.84% | - |
| XYZ | 37.66 | 20.73 | 47.36 | - |
| YUV | 119.3 | 164.52 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 184 | 0 | 0.72 | 0.14 | 0.16 | 311.3 | 0.65 | 0.53 |
| Hex | D5 | 3B | B8 | 0 | 48 | E | 10 | 137 | 41 | 35 |
| Octal | 325 | 73 | 270 | 0 | 110 | 16 | 20 | 467 | 101 | 65 |
| Binary | 11010101 | 111011 | 10111000 | 0 | 1001000 | 1110 | 10000 | 100110111 | 1000001 | 110101 |
Color Harmonies of #D53BB8
Complementary color
Monochromatic Colors of #D53BB8
Black with #D53BB8
Text Example
Text Example
White with #D53BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53BB8; }
p { color: rgb(213,59,184); }
H1.HeaderClassName
{
color: #D53BB8;
}
.AnyTagClassName
{
color: #D53BB8;
}
</style>
background-color css
<style>
a { background-color: #D53BB8; }
a { background-color: rgb(213,59,184); }
div.DivClassName
{
background-color: #D53BB8;
}
.BgClassName
{
background-color: #D53BB8;
}
</style>
border-color css
<style>
span { border-color: #D53BB8; }
span { border-color: rgb(213,59,184); }
td.TdClassName
{
border-color: #D53BB8;
}
.TagClassName
{
border-color: #D53BB8;
}
</style>