Shades of Fuchsia #D533BD
Tints of Fuchsia #D533BD
RGB
CMYK
RGB Variations
Color information
#D533BD (or 0xD533BD) is known color: Fuchsia. HEX triplet: D5, 33 and BD. RGB value is (213,51,189). Sum of RGB (Red+Green+Blue) = 213+51+189=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 51 (20.31% from 255 or 11.26% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D533BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D533BD is #2ACC42. Grayscale: #727272. Windows color (decimal): -2804803 or 12399573. OLE color: 12399573.
HSL color Cylindrical-coordinate representation of color #D533BD: hue angle of 308.89º 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 #D533BD is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 51 | 189 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.16 |
| HSL | 308.89º | 0.66% | 0.52% | - |
| HSV(B) | 308.89º | 0.76% | 0.84% | - |
| XYZ | 37.81 | 20.19 | 50.05 | - |
| YUV | 115.17 | 169.67 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 189 | 0 | 0.76 | 0.11 | 0.16 | 308.89 | 0.66 | 0.52 |
| Hex | D5 | 33 | BD | 0 | 4C | B | 10 | 135 | 42 | 34 |
| Octal | 325 | 63 | 275 | 0 | 114 | 13 | 20 | 465 | 102 | 64 |
| Binary | 11010101 | 110011 | 10111101 | 0 | 1001100 | 1011 | 10000 | 100110101 | 1000010 | 110100 |
Color Harmonies of #D533BD
Complementary color
Monochromatic Colors of #D533BD
Black with #D533BD
Text Example
Text Example
White with #D533BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D533BD; }
p { color: rgb(213,51,189); }
H1.HeaderClassName
{
color: #D533BD;
}
.AnyTagClassName
{
color: #D533BD;
}
</style>
background-color css
<style>
a { background-color: #D533BD; }
a { background-color: rgb(213,51,189); }
div.DivClassName
{
background-color: #D533BD;
}
.BgClassName
{
background-color: #D533BD;
}
</style>
border-color css
<style>
span { border-color: #D533BD; }
span { border-color: rgb(213,51,189); }
td.TdClassName
{
border-color: #D533BD;
}
.TagClassName
{
border-color: #D533BD;
}
</style>