Shades of Fuchsia #D53DC5
Tints of Fuchsia #D53DC5
RGB
CMYK
RGB Variations
Color information
#D53DC5 (or 0xD53DC5) is known color: Fuchsia. HEX triplet: D5, 3D and C5. RGB value is (213,61,197). Sum of RGB (Red+Green+Blue) = 213+61+197=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53DC5 is #2AC23A. Grayscale: #797979. Windows color (decimal): -2802235 or 12926421. OLE color: 12926421.
HSL color Cylindrical-coordinate representation of color #D53DC5: hue angle of 306.32º 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 #D53DC5 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 61 | 197 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.16 |
| HSL | 306.32º | 0.64% | 0.54% | - |
| HSV(B) | 306.32º | 0.71% | 0.84% | - |
| XYZ | 39.19 | 21.51 | 54.91 | - |
| YUV | 121.95 | 170.36 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 61 | 197 | 0 | 0.71 | 0.08 | 0.16 | 306.32 | 0.64 | 0.54 |
| Hex | D5 | 3D | C5 | 0 | 47 | 8 | 10 | 132 | 40 | 36 |
| Octal | 325 | 75 | 305 | 0 | 107 | 10 | 20 | 462 | 100 | 66 |
| Binary | 11010101 | 111101 | 11000101 | 0 | 1000111 | 1000 | 10000 | 100110010 | 1000000 | 110110 |
Color Harmonies of #D53DC5
Complementary color
Monochromatic Colors of #D53DC5
Black with #D53DC5
Text Example
Text Example
White with #D53DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53DC5; }
p { color: rgb(213,61,197); }
H1.HeaderClassName
{
color: #D53DC5;
}
.AnyTagClassName
{
color: #D53DC5;
}
</style>
background-color css
<style>
a { background-color: #D53DC5; }
a { background-color: rgb(213,61,197); }
div.DivClassName
{
background-color: #D53DC5;
}
.BgClassName
{
background-color: #D53DC5;
}
</style>
border-color css
<style>
span { border-color: #D53DC5; }
span { border-color: rgb(213,61,197); }
td.TdClassName
{
border-color: #D53DC5;
}
.TagClassName
{
border-color: #D53DC5;
}
</style>