Shades of Fuchsia #D53FCB
Tints of Fuchsia #D53FCB
RGB
CMYK
RGB Variations
Color information
#D53FCB (or 0xD53FCB) is known color: Fuchsia. HEX triplet: D5, 3F and CB. RGB value is (213,63,203). Sum of RGB (Red+Green+Blue) = 213+63+203=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 63 (25% from 255 or 13.15% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FCB is #2AC034. Grayscale: #7B7B7B. Windows color (decimal): -2801717 or 13320149. OLE color: 13320149.
HSL color Cylindrical-coordinate representation of color #D53FCB: hue angle of 304º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D53FCB is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 203 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.16 |
| HSL | 304º | 0.64% | 0.54% | - |
| HSV(B) | 304º | 0.7% | 0.84% | - |
| XYZ | 40 | 22.01 | 58.64 | - |
| YUV | 123.81 | 172.7 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 203 | 0 | 0.70 | 0.05 | 0.16 | 304 | 0.64 | 0.54 |
| Hex | D5 | 3F | CB | 0 | 46 | 5 | 10 | 130 | 40 | 36 |
| Octal | 325 | 77 | 313 | 0 | 106 | 5 | 20 | 460 | 100 | 66 |
| Binary | 11010101 | 111111 | 11001011 | 0 | 1000110 | 101 | 10000 | 100110000 | 1000000 | 110110 |
Color Harmonies of #D53FCB
Complementary color
Monochromatic Colors of #D53FCB
Black with #D53FCB
Text Example
Text Example
White with #D53FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53FCB; }
p { color: rgb(213,63,203); }
H1.HeaderClassName
{
color: #D53FCB;
}
.AnyTagClassName
{
color: #D53FCB;
}
</style>
background-color css
<style>
a { background-color: #D53FCB; }
a { background-color: rgb(213,63,203); }
div.DivClassName
{
background-color: #D53FCB;
}
.BgClassName
{
background-color: #D53FCB;
}
</style>
border-color css
<style>
span { border-color: #D53FCB; }
span { border-color: rgb(213,63,203); }
td.TdClassName
{
border-color: #D53FCB;
}
.TagClassName
{
border-color: #D53FCB;
}
</style>