Shades of Fuchsia #D037BA
Tints of Fuchsia #D037BA
RGB
CMYK
RGB Variations
Color information
#D037BA (or 0xD037BA) is known color: Fuchsia. HEX triplet: D0, 37 and BA. RGB value is (208,55,186). Sum of RGB (Red+Green+Blue) = 208+55+186=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D037BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D037BA is #2FC845. Grayscale: #737373. Windows color (decimal): -3131462 or 12203984. OLE color: 12203984.
HSL color Cylindrical-coordinate representation of color #D037BA: hue angle of 308.63º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D037BA is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 186 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.18 |
| HSL | 308.63º | 0.62% | 0.52% | - |
| HSV(B) | 308.63º | 0.74% | 0.82% | - |
| XYZ | 36.24 | 19.69 | 48.34 | - |
| YUV | 115.68 | 167.69 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 186 | 0 | 0.74 | 0.11 | 0.18 | 308.63 | 0.62 | 0.52 |
| Hex | D0 | 37 | BA | 0 | 4A | B | 12 | 135 | 3E | 34 |
| Octal | 320 | 67 | 272 | 0 | 112 | 13 | 22 | 465 | 76 | 64 |
| Binary | 11010000 | 110111 | 10111010 | 0 | 1001010 | 1011 | 10010 | 100110101 | 111110 | 110100 |
Color Harmonies of #D037BA
Complementary color
Monochromatic Colors of #D037BA
Black with #D037BA
Text Example
Text Example
White with #D037BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D037BA; }
p { color: rgb(208,55,186); }
H1.HeaderClassName
{
color: #D037BA;
}
.AnyTagClassName
{
color: #D037BA;
}
</style>
background-color css
<style>
a { background-color: #D037BA; }
a { background-color: rgb(208,55,186); }
div.DivClassName
{
background-color: #D037BA;
}
.BgClassName
{
background-color: #D037BA;
}
</style>
border-color css
<style>
span { border-color: #D037BA; }
span { border-color: rgb(208,55,186); }
td.TdClassName
{
border-color: #D037BA;
}
.TagClassName
{
border-color: #D037BA;
}
</style>