Shades of Fuchsia #D53CB7
Tints of Fuchsia #D53CB7
RGB
CMYK
RGB Variations
Color information
#D53CB7 (or 0xD53CB7) is known color: Fuchsia. HEX triplet: D5, 3C and B7. RGB value is (213,60,183). Sum of RGB (Red+Green+Blue) = 213+60+183=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 60 (23.83% from 255 or 13.16% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D53CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53CB7 is #2AC348. Grayscale: #777777. Windows color (decimal): -2802505 or 12008661. OLE color: 12008661.
HSL color Cylindrical-coordinate representation of color #D53CB7: hue angle of 311.76º 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 #D53CB7 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 60 | 183 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.16 |
| HSL | 311.76º | 0.65% | 0.54% | - |
| HSV(B) | 311.76º | 0.72% | 0.84% | - |
| XYZ | 37.6 | 20.8 | 46.83 | - |
| YUV | 119.77 | 163.69 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 60 | 183 | 0 | 0.72 | 0.14 | 0.16 | 311.76 | 0.65 | 0.54 |
| Hex | D5 | 3C | B7 | 0 | 48 | E | 10 | 138 | 41 | 36 |
| Octal | 325 | 74 | 267 | 0 | 110 | 16 | 20 | 470 | 101 | 66 |
| Binary | 11010101 | 111100 | 10110111 | 0 | 1001000 | 1110 | 10000 | 100111000 | 1000001 | 110110 |
Color Harmonies of #D53CB7
Complementary color
Monochromatic Colors of #D53CB7
Black with #D53CB7
Text Example
Text Example
White with #D53CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53CB7; }
p { color: rgb(213,60,183); }
H1.HeaderClassName
{
color: #D53CB7;
}
.AnyTagClassName
{
color: #D53CB7;
}
</style>
background-color css
<style>
a { background-color: #D53CB7; }
a { background-color: rgb(213,60,183); }
div.DivClassName
{
background-color: #D53CB7;
}
.BgClassName
{
background-color: #D53CB7;
}
</style>
border-color css
<style>
span { border-color: #D53CB7; }
span { border-color: rgb(213,60,183); }
td.TdClassName
{
border-color: #D53CB7;
}
.TagClassName
{
border-color: #D53CB7;
}
</style>