Shades of Fuchsia #D53DB5
Tints of Fuchsia #D53DB5
RGB
CMYK
RGB Variations
Color information
#D53DB5 (or 0xD53DB5) is known color: Fuchsia. HEX triplet: D5, 3D and B5. RGB value is (213,61,181). Sum of RGB (Red+Green+Blue) = 213+61+181=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 61 (24.22% from 255 or 13.41% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53DB5 is #2AC24A. Grayscale: #777777. Windows color (decimal): -2802251 or 11877845. OLE color: 11877845.
HSL color Cylindrical-coordinate representation of color #D53DB5: hue angle of 312.63º 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 #D53DB5 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 61 | 181 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.16 |
| HSL | 312.63º | 0.64% | 0.54% | - |
| HSV(B) | 312.63º | 0.71% | 0.84% | - |
| XYZ | 37.45 | 20.82 | 45.76 | - |
| YUV | 120.13 | 162.36 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 61 | 181 | 0 | 0.71 | 0.15 | 0.16 | 312.63 | 0.64 | 0.54 |
| Hex | D5 | 3D | B5 | 0 | 47 | F | 10 | 139 | 40 | 36 |
| Octal | 325 | 75 | 265 | 0 | 107 | 17 | 20 | 471 | 100 | 66 |
| Binary | 11010101 | 111101 | 10110101 | 0 | 1000111 | 1111 | 10000 | 100111001 | 1000000 | 110110 |
Color Harmonies of #D53DB5
Complementary color
Monochromatic Colors of #D53DB5
Black with #D53DB5
Text Example
Text Example
White with #D53DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53DB5; }
p { color: rgb(213,61,181); }
H1.HeaderClassName
{
color: #D53DB5;
}
.AnyTagClassName
{
color: #D53DB5;
}
</style>
background-color css
<style>
a { background-color: #D53DB5; }
a { background-color: rgb(213,61,181); }
div.DivClassName
{
background-color: #D53DB5;
}
.BgClassName
{
background-color: #D53DB5;
}
</style>
border-color css
<style>
span { border-color: #D53DB5; }
span { border-color: rgb(213,61,181); }
td.TdClassName
{
border-color: #D53DB5;
}
.TagClassName
{
border-color: #D53DB5;
}
</style>