Shades of Fuchsia #D53BCD
Tints of Fuchsia #D53BCD
RGB
CMYK
RGB Variations
Color information
#D53BCD (or 0xD53BCD) is known color: Fuchsia. HEX triplet: D5, 3B and CD. RGB value is (213,59,205). Sum of RGB (Red+Green+Blue) = 213+59+205=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 59 (23.44% from 255 or 12.37% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D53BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53BCD is #2AC432. Grayscale: #797979. Windows color (decimal): -2802739 or 13450197. OLE color: 13450197.
HSL color Cylindrical-coordinate representation of color #D53BCD: hue angle of 303.12º 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 #D53BCD is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 59 | 205 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.16 |
| HSL | 303.12º | 0.65% | 0.53% | - |
| HSV(B) | 303.12º | 0.72% | 0.84% | - |
| XYZ | 40.02 | 21.68 | 59.83 | - |
| YUV | 121.69 | 175.02 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 205 | 0 | 0.72 | 0.04 | 0.16 | 303.12 | 0.65 | 0.53 |
| Hex | D5 | 3B | CD | 0 | 48 | 4 | 10 | 12F | 41 | 35 |
| Octal | 325 | 73 | 315 | 0 | 110 | 4 | 20 | 457 | 101 | 65 |
| Binary | 11010101 | 111011 | 11001101 | 0 | 1001000 | 100 | 10000 | 100101111 | 1000001 | 110101 |
Color Harmonies of #D53BCD
Complementary color
Monochromatic Colors of #D53BCD
Black with #D53BCD
Text Example
Text Example
White with #D53BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53BCD; }
p { color: rgb(213,59,205); }
H1.HeaderClassName
{
color: #D53BCD;
}
.AnyTagClassName
{
color: #D53BCD;
}
</style>
background-color css
<style>
a { background-color: #D53BCD; }
a { background-color: rgb(213,59,205); }
div.DivClassName
{
background-color: #D53BCD;
}
.BgClassName
{
background-color: #D53BCD;
}
</style>
border-color css
<style>
span { border-color: #D53BCD; }
span { border-color: rgb(213,59,205); }
td.TdClassName
{
border-color: #D53BCD;
}
.TagClassName
{
border-color: #D53BCD;
}
</style>