Shades of Fuchsia #D53DB7
Tints of Fuchsia #D53DB7
RGB
CMYK
RGB Variations
Color information
#D53DB7 (or 0xD53DB7) is known color: Fuchsia. HEX triplet: D5, 3D and B7. RGB value is (213,61,183). Sum of RGB (Red+Green+Blue) = 213+61+183=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53DB7 is #2AC248. Grayscale: #787878. Windows color (decimal): -2802249 or 12008917. OLE color: 12008917.
HSL color Cylindrical-coordinate representation of color #D53DB7: hue angle of 311.84º 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 #D53DB7 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 61 | 183 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.16 |
| HSL | 311.84º | 0.64% | 0.54% | - |
| HSV(B) | 311.84º | 0.71% | 0.84% | - |
| XYZ | 37.66 | 20.9 | 46.85 | - |
| YUV | 120.36 | 163.36 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 61 | 183 | 0 | 0.71 | 0.14 | 0.16 | 311.84 | 0.64 | 0.54 |
| Hex | D5 | 3D | B7 | 0 | 47 | E | 10 | 138 | 40 | 36 |
| Octal | 325 | 75 | 267 | 0 | 107 | 16 | 20 | 470 | 100 | 66 |
| Binary | 11010101 | 111101 | 10110111 | 0 | 1000111 | 1110 | 10000 | 100111000 | 1000000 | 110110 |
Color Harmonies of #D53DB7
Complementary color
Monochromatic Colors of #D53DB7
Black with #D53DB7
Text Example
Text Example
White with #D53DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53DB7; }
p { color: rgb(213,61,183); }
H1.HeaderClassName
{
color: #D53DB7;
}
.AnyTagClassName
{
color: #D53DB7;
}
</style>
background-color css
<style>
a { background-color: #D53DB7; }
a { background-color: rgb(213,61,183); }
div.DivClassName
{
background-color: #D53DB7;
}
.BgClassName
{
background-color: #D53DB7;
}
</style>
border-color css
<style>
span { border-color: #D53DB7; }
span { border-color: rgb(213,61,183); }
td.TdClassName
{
border-color: #D53DB7;
}
.TagClassName
{
border-color: #D53DB7;
}
</style>