Shades of Fuchsia #D533BA
Tints of Fuchsia #D533BA
RGB
CMYK
RGB Variations
Color information
#D533BA (or 0xD533BA) is known color: Fuchsia. HEX triplet: D5, 33 and BA. RGB value is (213,51,186). Sum of RGB (Red+Green+Blue) = 213+51+186=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 51 (20.31% from 255 or 11.33% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D533BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D533BA is #2ACC45. Grayscale: #727272. Windows color (decimal): -2804806 or 12202965. OLE color: 12202965.
HSL color Cylindrical-coordinate representation of color #D533BA: hue angle of 310º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D533BA is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 51 | 186 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.16 |
| HSL | 310º | 0.66% | 0.52% | - |
| HSV(B) | 310º | 0.76% | 0.84% | - |
| XYZ | 37.49 | 20.06 | 48.35 | - |
| YUV | 114.83 | 168.17 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 186 | 0 | 0.76 | 0.13 | 0.16 | 310 | 0.66 | 0.52 |
| Hex | D5 | 33 | BA | 0 | 4C | D | 10 | 136 | 42 | 34 |
| Octal | 325 | 63 | 272 | 0 | 114 | 15 | 20 | 466 | 102 | 64 |
| Binary | 11010101 | 110011 | 10111010 | 0 | 1001100 | 1101 | 10000 | 100110110 | 1000010 | 110100 |
Color Harmonies of #D533BA
Complementary color
Monochromatic Colors of #D533BA
Black with #D533BA
Text Example
Text Example
White with #D533BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D533BA; }
p { color: rgb(213,51,186); }
H1.HeaderClassName
{
color: #D533BA;
}
.AnyTagClassName
{
color: #D533BA;
}
</style>
background-color css
<style>
a { background-color: #D533BA; }
a { background-color: rgb(213,51,186); }
div.DivClassName
{
background-color: #D533BA;
}
.BgClassName
{
background-color: #D533BA;
}
</style>
border-color css
<style>
span { border-color: #D533BA; }
span { border-color: rgb(213,51,186); }
td.TdClassName
{
border-color: #D533BA;
}
.TagClassName
{
border-color: #D533BA;
}
</style>