Shades of Fuchsia #D53DB2
Tints of Fuchsia #D53DB2
RGB
CMYK
RGB Variations
Color information
#D53DB2 (or 0xD53DB2) is known color: Fuchsia. HEX triplet: D5, 3D and B2. RGB value is (213,61,178). Sum of RGB (Red+Green+Blue) = 213+61+178=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 61 (24.22% from 255 or 13.50% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53DB2 is #2AC24D. Grayscale: #777777. Windows color (decimal): -2802254 or 11681237. OLE color: 11681237.
HSL color Cylindrical-coordinate representation of color #D53DB2: hue angle of 313.82º 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 #D53DB2 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 61 | 178 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.16 |
| HSL | 313.82º | 0.64% | 0.54% | - |
| HSV(B) | 313.82º | 0.71% | 0.84% | - |
| XYZ | 37.15 | 20.7 | 44.16 | - |
| YUV | 119.79 | 160.86 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 61 | 178 | 0 | 0.71 | 0.16 | 0.16 | 313.82 | 0.64 | 0.54 |
| Hex | D5 | 3D | B2 | 0 | 47 | 10 | 10 | 13A | 40 | 36 |
| Octal | 325 | 75 | 262 | 0 | 107 | 20 | 20 | 472 | 100 | 66 |
| Binary | 11010101 | 111101 | 10110010 | 0 | 1000111 | 10000 | 10000 | 100111010 | 1000000 | 110110 |
Color Harmonies of #D53DB2
Complementary color
Monochromatic Colors of #D53DB2
Black with #D53DB2
Text Example
Text Example
White with #D53DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53DB2; }
p { color: rgb(213,61,178); }
H1.HeaderClassName
{
color: #D53DB2;
}
.AnyTagClassName
{
color: #D53DB2;
}
</style>
background-color css
<style>
a { background-color: #D53DB2; }
a { background-color: rgb(213,61,178); }
div.DivClassName
{
background-color: #D53DB2;
}
.BgClassName
{
background-color: #D53DB2;
}
</style>
border-color css
<style>
span { border-color: #D53DB2; }
span { border-color: rgb(213,61,178); }
td.TdClassName
{
border-color: #D53DB2;
}
.TagClassName
{
border-color: #D53DB2;
}
</style>