Shades of Fuchsia #D53DBE
Tints of Fuchsia #D53DBE
RGB
CMYK
RGB Variations
Color information
#D53DBE (or 0xD53DBE) is known color: Fuchsia. HEX triplet: D5, 3D and BE. RGB value is (213,61,190). Sum of RGB (Red+Green+Blue) = 213+61+190=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53DBE is #2AC241. Grayscale: #787878. Windows color (decimal): -2802242 or 12467669. OLE color: 12467669.
HSL color Cylindrical-coordinate representation of color #D53DBE: hue angle of 309.08º 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 #D53DBE is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 61 | 190 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.16 |
| HSL | 309.08º | 0.64% | 0.54% | - |
| HSV(B) | 309.08º | 0.71% | 0.84% | - |
| XYZ | 38.4 | 21.2 | 50.78 | - |
| YUV | 121.15 | 166.86 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 61 | 190 | 0 | 0.71 | 0.11 | 0.16 | 309.08 | 0.64 | 0.54 |
| Hex | D5 | 3D | BE | 0 | 47 | B | 10 | 135 | 40 | 36 |
| Octal | 325 | 75 | 276 | 0 | 107 | 13 | 20 | 465 | 100 | 66 |
| Binary | 11010101 | 111101 | 10111110 | 0 | 1000111 | 1011 | 10000 | 100110101 | 1000000 | 110110 |
Color Harmonies of #D53DBE
Complementary color
Monochromatic Colors of #D53DBE
Black with #D53DBE
Text Example
Text Example
White with #D53DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53DBE; }
p { color: rgb(213,61,190); }
H1.HeaderClassName
{
color: #D53DBE;
}
.AnyTagClassName
{
color: #D53DBE;
}
</style>
background-color css
<style>
a { background-color: #D53DBE; }
a { background-color: rgb(213,61,190); }
div.DivClassName
{
background-color: #D53DBE;
}
.BgClassName
{
background-color: #D53DBE;
}
</style>
border-color css
<style>
span { border-color: #D53DBE; }
span { border-color: rgb(213,61,190); }
td.TdClassName
{
border-color: #D53DBE;
}
.TagClassName
{
border-color: #D53DBE;
}
</style>