Shades of Fuchsia #D53DCE
Tints of Fuchsia #D53DCE
RGB
CMYK
RGB Variations
Color information
#D53DCE (or 0xD53DCE) is known color: Fuchsia. HEX triplet: D5, 3D and CE. RGB value is (213,61,206). Sum of RGB (Red+Green+Blue) = 213+61+206=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 61 (24.22% from 255 or 12.71% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53DCE is #2AC231. Grayscale: #7A7A7A. Windows color (decimal): -2802226 or 13516245. OLE color: 13516245.
HSL color Cylindrical-coordinate representation of color #D53DCE: hue angle of 302.76º 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 #D53DCE is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 61 | 206 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.16 |
| HSL | 302.76º | 0.64% | 0.54% | - |
| HSV(B) | 302.76º | 0.71% | 0.84% | - |
| XYZ | 40.25 | 21.94 | 60.51 | - |
| YUV | 122.98 | 174.86 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 61 | 206 | 0 | 0.71 | 0.03 | 0.16 | 302.76 | 0.64 | 0.54 |
| Hex | D5 | 3D | CE | 0 | 47 | 3 | 10 | 12F | 40 | 36 |
| Octal | 325 | 75 | 316 | 0 | 107 | 3 | 20 | 457 | 100 | 66 |
| Binary | 11010101 | 111101 | 11001110 | 0 | 1000111 | 11 | 10000 | 100101111 | 1000000 | 110110 |
Color Harmonies of #D53DCE
Complementary color
Monochromatic Colors of #D53DCE
Black with #D53DCE
Text Example
Text Example
White with #D53DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53DCE; }
p { color: rgb(213,61,206); }
H1.HeaderClassName
{
color: #D53DCE;
}
.AnyTagClassName
{
color: #D53DCE;
}
</style>
background-color css
<style>
a { background-color: #D53DCE; }
a { background-color: rgb(213,61,206); }
div.DivClassName
{
background-color: #D53DCE;
}
.BgClassName
{
background-color: #D53DCE;
}
</style>
border-color css
<style>
span { border-color: #D53DCE; }
span { border-color: rgb(213,61,206); }
td.TdClassName
{
border-color: #D53DCE;
}
.TagClassName
{
border-color: #D53DCE;
}
</style>