Shades of Fuchsia #D53BCB
Tints of Fuchsia #D53BCB
RGB
CMYK
RGB Variations
Color information
#D53BCB (or 0xD53BCB) is known color: Fuchsia. HEX triplet: D5, 3B and CB. RGB value is (213,59,203). Sum of RGB (Red+Green+Blue) = 213+59+203=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D53BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53BCB is #2AC434. Grayscale: #797979. Windows color (decimal): -2802741 or 13319125. OLE color: 13319125.
HSL color Cylindrical-coordinate representation of color #D53BCB: hue angle of 303.9º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53BCB is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 59 | 203 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.16 |
| HSL | 303.9º | 0.65% | 0.53% | - |
| HSV(B) | 303.9º | 0.72% | 0.84% | - |
| XYZ | 39.78 | 21.59 | 58.57 | - |
| YUV | 121.46 | 174.02 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 203 | 0 | 0.72 | 0.05 | 0.16 | 303.9 | 0.65 | 0.53 |
| Hex | D5 | 3B | CB | 0 | 48 | 5 | 10 | 130 | 41 | 35 |
| Octal | 325 | 73 | 313 | 0 | 110 | 5 | 20 | 460 | 101 | 65 |
| Binary | 11010101 | 111011 | 11001011 | 0 | 1001000 | 101 | 10000 | 100110000 | 1000001 | 110101 |
Color Harmonies of #D53BCB
Complementary color
Monochromatic Colors of #D53BCB
Black with #D53BCB
Text Example
Text Example
White with #D53BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53BCB; }
p { color: rgb(213,59,203); }
H1.HeaderClassName
{
color: #D53BCB;
}
.AnyTagClassName
{
color: #D53BCB;
}
</style>
background-color css
<style>
a { background-color: #D53BCB; }
a { background-color: rgb(213,59,203); }
div.DivClassName
{
background-color: #D53BCB;
}
.BgClassName
{
background-color: #D53BCB;
}
</style>
border-color css
<style>
span { border-color: #D53BCB; }
span { border-color: rgb(213,59,203); }
td.TdClassName
{
border-color: #D53BCB;
}
.TagClassName
{
border-color: #D53BCB;
}
</style>