Shades of Fuchsia #D53DCC
Tints of Fuchsia #D53DCC
RGB
CMYK
RGB Variations
Color information
#D53DCC (or 0xD53DCC) is known color: Fuchsia. HEX triplet: D5, 3D and CC. RGB value is (213,61,204). Sum of RGB (Red+Green+Blue) = 213+61+204=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 61 (24.22% from 255 or 12.76% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53DCC is #2AC233. Grayscale: #7A7A7A. Windows color (decimal): -2802228 or 13385173. OLE color: 13385173.
HSL color Cylindrical-coordinate representation of color #D53DCC: hue angle of 303.55º 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 #D53DCC is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 61 | 204 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.16 |
| HSL | 303.55º | 0.64% | 0.54% | - |
| HSV(B) | 303.55º | 0.71% | 0.84% | - |
| XYZ | 40.01 | 21.84 | 59.23 | - |
| YUV | 122.75 | 173.86 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 61 | 204 | 0 | 0.71 | 0.04 | 0.16 | 303.55 | 0.64 | 0.54 |
| Hex | D5 | 3D | CC | 0 | 47 | 4 | 10 | 130 | 40 | 36 |
| Octal | 325 | 75 | 314 | 0 | 107 | 4 | 20 | 460 | 100 | 66 |
| Binary | 11010101 | 111101 | 11001100 | 0 | 1000111 | 100 | 10000 | 100110000 | 1000000 | 110110 |
Color Harmonies of #D53DCC
Complementary color
Monochromatic Colors of #D53DCC
Black with #D53DCC
Text Example
Text Example
White with #D53DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53DCC; }
p { color: rgb(213,61,204); }
H1.HeaderClassName
{
color: #D53DCC;
}
.AnyTagClassName
{
color: #D53DCC;
}
</style>
background-color css
<style>
a { background-color: #D53DCC; }
a { background-color: rgb(213,61,204); }
div.DivClassName
{
background-color: #D53DCC;
}
.BgClassName
{
background-color: #D53DCC;
}
</style>
border-color css
<style>
span { border-color: #D53DCC; }
span { border-color: rgb(213,61,204); }
td.TdClassName
{
border-color: #D53DCC;
}
.TagClassName
{
border-color: #D53DCC;
}
</style>