Shades of Fuchsia #D53ECB
Tints of Fuchsia #D53ECB
RGB
CMYK
RGB Variations
Color information
#D53ECB (or 0xD53ECB) is known color: Fuchsia. HEX triplet: D5, 3E and CB. RGB value is (213,62,203). Sum of RGB (Red+Green+Blue) = 213+62+203=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 62 (24.61% from 255 or 12.97% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D53ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53ECB is #2AC134. Grayscale: #7A7A7A. Windows color (decimal): -2801973 or 13319893. OLE color: 13319893.
HSL color Cylindrical-coordinate representation of color #D53ECB: hue angle of 303.97º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53ECB is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 62 | 203 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.16 |
| HSL | 303.97º | 0.64% | 0.54% | - |
| HSV(B) | 303.97º | 0.71% | 0.84% | - |
| XYZ | 39.94 | 21.9 | 58.62 | - |
| YUV | 123.22 | 173.03 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 62 | 203 | 0 | 0.71 | 0.05 | 0.16 | 303.97 | 0.64 | 0.54 |
| Hex | D5 | 3E | CB | 0 | 47 | 5 | 10 | 130 | 40 | 36 |
| Octal | 325 | 76 | 313 | 0 | 107 | 5 | 20 | 460 | 100 | 66 |
| Binary | 11010101 | 111110 | 11001011 | 0 | 1000111 | 101 | 10000 | 100110000 | 1000000 | 110110 |
Color Harmonies of #D53ECB
Complementary color
Monochromatic Colors of #D53ECB
Black with #D53ECB
Text Example
Text Example
White with #D53ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53ECB; }
p { color: rgb(213,62,203); }
H1.HeaderClassName
{
color: #D53ECB;
}
.AnyTagClassName
{
color: #D53ECB;
}
</style>
background-color css
<style>
a { background-color: #D53ECB; }
a { background-color: rgb(213,62,203); }
div.DivClassName
{
background-color: #D53ECB;
}
.BgClassName
{
background-color: #D53ECB;
}
</style>
border-color css
<style>
span { border-color: #D53ECB; }
span { border-color: rgb(213,62,203); }
td.TdClassName
{
border-color: #D53ECB;
}
.TagClassName
{
border-color: #D53ECB;
}
</style>