Shades of Fuchsia #D53CBE
Tints of Fuchsia #D53CBE
RGB
CMYK
RGB Variations
Color information
#D53CBE (or 0xD53CBE) is known color: Fuchsia. HEX triplet: D5, 3C and BE. RGB value is (213,60,190). Sum of RGB (Red+Green+Blue) = 213+60+190=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D53CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53CBE is #2AC341. Grayscale: #787878. Windows color (decimal): -2802498 or 12467413. OLE color: 12467413.
HSL color Cylindrical-coordinate representation of color #D53CBE: hue angle of 309.02º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53CBE is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 60 | 190 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.16 |
| HSL | 309.02º | 0.65% | 0.54% | - |
| HSV(B) | 309.02º | 0.72% | 0.84% | - |
| XYZ | 38.35 | 21.1 | 50.77 | - |
| YUV | 120.57 | 167.19 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 60 | 190 | 0 | 0.72 | 0.11 | 0.16 | 309.02 | 0.65 | 0.54 |
| Hex | D5 | 3C | BE | 0 | 48 | B | 10 | 135 | 41 | 36 |
| Octal | 325 | 74 | 276 | 0 | 110 | 13 | 20 | 465 | 101 | 66 |
| Binary | 11010101 | 111100 | 10111110 | 0 | 1001000 | 1011 | 10000 | 100110101 | 1000001 | 110110 |
Color Harmonies of #D53CBE
Complementary color
Monochromatic Colors of #D53CBE
Black with #D53CBE
Text Example
Text Example
White with #D53CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53CBE; }
p { color: rgb(213,60,190); }
H1.HeaderClassName
{
color: #D53CBE;
}
.AnyTagClassName
{
color: #D53CBE;
}
</style>
background-color css
<style>
a { background-color: #D53CBE; }
a { background-color: rgb(213,60,190); }
div.DivClassName
{
background-color: #D53CBE;
}
.BgClassName
{
background-color: #D53CBE;
}
</style>
border-color css
<style>
span { border-color: #D53CBE; }
span { border-color: rgb(213,60,190); }
td.TdClassName
{
border-color: #D53CBE;
}
.TagClassName
{
border-color: #D53CBE;
}
</style>