Shades of Fuchsia #D533BC
Tints of Fuchsia #D533BC
RGB
CMYK
RGB Variations
Color information
#D533BC (or 0xD533BC) is known color: Fuchsia. HEX triplet: D5, 33 and BC. RGB value is (213,51,188). Sum of RGB (Red+Green+Blue) = 213+51+188=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 51 (20.31% from 255 or 11.28% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D533BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D533BC is #2ACC43. Grayscale: #727272. Windows color (decimal): -2804804 or 12334037. OLE color: 12334037.
HSL color Cylindrical-coordinate representation of color #D533BC: hue angle of 309.26º 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 #D533BC is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 51 | 188 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.16 |
| HSL | 309.26º | 0.66% | 0.52% | - |
| HSV(B) | 309.26º | 0.76% | 0.84% | - |
| XYZ | 37.7 | 20.14 | 49.48 | - |
| YUV | 115.06 | 169.17 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 188 | 0 | 0.76 | 0.12 | 0.16 | 309.26 | 0.66 | 0.52 |
| Hex | D5 | 33 | BC | 0 | 4C | C | 10 | 135 | 42 | 34 |
| Octal | 325 | 63 | 274 | 0 | 114 | 14 | 20 | 465 | 102 | 64 |
| Binary | 11010101 | 110011 | 10111100 | 0 | 1001100 | 1100 | 10000 | 100110101 | 1000010 | 110100 |
Color Harmonies of #D533BC
Complementary color
Monochromatic Colors of #D533BC
Black with #D533BC
Text Example
Text Example
White with #D533BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D533BC; }
p { color: rgb(213,51,188); }
H1.HeaderClassName
{
color: #D533BC;
}
.AnyTagClassName
{
color: #D533BC;
}
</style>
background-color css
<style>
a { background-color: #D533BC; }
a { background-color: rgb(213,51,188); }
div.DivClassName
{
background-color: #D533BC;
}
.BgClassName
{
background-color: #D533BC;
}
</style>
border-color css
<style>
span { border-color: #D533BC; }
span { border-color: rgb(213,51,188); }
td.TdClassName
{
border-color: #D533BC;
}
.TagClassName
{
border-color: #D533BC;
}
</style>