Shades of Fuchsia #D533B1
Tints of Fuchsia #D533B1
RGB
CMYK
RGB Variations
Color information
#D533B1 (or 0xD533B1) is known color: Fuchsia. HEX triplet: D5, 33 and B1. RGB value is (213,51,177). Sum of RGB (Red+Green+Blue) = 213+51+177=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 51 (20.31% from 255 or 11.56% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D533B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D533B1 is #2ACC4E. Grayscale: #717171. Windows color (decimal): -2804815 or 11613141. OLE color: 11613141.
HSL color Cylindrical-coordinate representation of color #D533B1: hue angle of 313.33º 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 #D533B1 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 51 | 177 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.16 |
| HSL | 313.33º | 0.66% | 0.52% | - |
| HSV(B) | 313.33º | 0.76% | 0.84% | - |
| XYZ | 36.56 | 19.69 | 43.47 | - |
| YUV | 113.8 | 163.67 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 177 | 0 | 0.76 | 0.17 | 0.16 | 313.33 | 0.66 | 0.52 |
| Hex | D5 | 33 | B1 | 0 | 4C | 11 | 10 | 139 | 42 | 34 |
| Octal | 325 | 63 | 261 | 0 | 114 | 21 | 20 | 471 | 102 | 64 |
| Binary | 11010101 | 110011 | 10110001 | 0 | 1001100 | 10001 | 10000 | 100111001 | 1000010 | 110100 |
Color Harmonies of #D533B1
Complementary color
Monochromatic Colors of #D533B1
Black with #D533B1
Text Example
Text Example
White with #D533B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D533B1; }
p { color: rgb(213,51,177); }
H1.HeaderClassName
{
color: #D533B1;
}
.AnyTagClassName
{
color: #D533B1;
}
</style>
background-color css
<style>
a { background-color: #D533B1; }
a { background-color: rgb(213,51,177); }
div.DivClassName
{
background-color: #D533B1;
}
.BgClassName
{
background-color: #D533B1;
}
</style>
border-color css
<style>
span { border-color: #D533B1; }
span { border-color: rgb(213,51,177); }
td.TdClassName
{
border-color: #D533B1;
}
.TagClassName
{
border-color: #D533B1;
}
</style>