Shades of Fuchsia #D533BE
Tints of Fuchsia #D533BE
RGB
CMYK
RGB Variations
Color information
#D533BE (or 0xD533BE) is known color: Fuchsia. HEX triplet: D5, 33 and BE. RGB value is (213,51,190). Sum of RGB (Red+Green+Blue) = 213+51+190=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D533BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D533BE is #2ACC41. Grayscale: #727272. Windows color (decimal): -2804802 or 12465109. OLE color: 12465109.
HSL color Cylindrical-coordinate representation of color #D533BE: hue angle of 308.52º 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 #D533BE is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 51 | 190 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.16 |
| HSL | 308.52º | 0.66% | 0.52% | - |
| HSV(B) | 308.52º | 0.76% | 0.84% | - |
| XYZ | 37.92 | 20.23 | 50.62 | - |
| YUV | 115.28 | 170.17 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 190 | 0 | 0.76 | 0.11 | 0.16 | 308.52 | 0.66 | 0.52 |
| Hex | D5 | 33 | BE | 0 | 4C | B | 10 | 135 | 42 | 34 |
| Octal | 325 | 63 | 276 | 0 | 114 | 13 | 20 | 465 | 102 | 64 |
| Binary | 11010101 | 110011 | 10111110 | 0 | 1001100 | 1011 | 10000 | 100110101 | 1000010 | 110100 |
Color Harmonies of #D533BE
Complementary color
Monochromatic Colors of #D533BE
Black with #D533BE
Text Example
Text Example
White with #D533BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D533BE; }
p { color: rgb(213,51,190); }
H1.HeaderClassName
{
color: #D533BE;
}
.AnyTagClassName
{
color: #D533BE;
}
</style>
background-color css
<style>
a { background-color: #D533BE; }
a { background-color: rgb(213,51,190); }
div.DivClassName
{
background-color: #D533BE;
}
.BgClassName
{
background-color: #D533BE;
}
</style>
border-color css
<style>
span { border-color: #D533BE; }
span { border-color: rgb(213,51,190); }
td.TdClassName
{
border-color: #D533BE;
}
.TagClassName
{
border-color: #D533BE;
}
</style>