Shades of Fuchsia #D137BA
Tints of Fuchsia #D137BA
RGB
CMYK
RGB Variations
Color information
#D137BA (or 0xD137BA) is known color: Fuchsia. HEX triplet: D1, 37 and BA. RGB value is (209,55,186). Sum of RGB (Red+Green+Blue) = 209+55+186=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 55 (21.88% from 255 or 12.22% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D137BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D137BA is #2EC845. Grayscale: #737373. Windows color (decimal): -3065926 or 12203985. OLE color: 12203985.
HSL color Cylindrical-coordinate representation of color #D137BA: hue angle of 308.96º degrees, saturation: 0.63, 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 #D137BA is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 186 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.18 |
| HSL | 308.96º | 0.63% | 0.52% | - |
| HSV(B) | 308.96º | 0.74% | 0.82% | - |
| XYZ | 36.52 | 19.83 | 48.36 | - |
| YUV | 115.98 | 167.52 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 186 | 0 | 0.74 | 0.11 | 0.18 | 308.96 | 0.63 | 0.52 |
| Hex | D1 | 37 | BA | 0 | 4A | B | 12 | 135 | 3F | 34 |
| Octal | 321 | 67 | 272 | 0 | 112 | 13 | 22 | 465 | 77 | 64 |
| Binary | 11010001 | 110111 | 10111010 | 0 | 1001010 | 1011 | 10010 | 100110101 | 111111 | 110100 |
Color Harmonies of #D137BA
Complementary color
Monochromatic Colors of #D137BA
Black with #D137BA
Text Example
Text Example
White with #D137BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D137BA; }
p { color: rgb(209,55,186); }
H1.HeaderClassName
{
color: #D137BA;
}
.AnyTagClassName
{
color: #D137BA;
}
</style>
background-color css
<style>
a { background-color: #D137BA; }
a { background-color: rgb(209,55,186); }
div.DivClassName
{
background-color: #D137BA;
}
.BgClassName
{
background-color: #D137BA;
}
</style>
border-color css
<style>
span { border-color: #D137BA; }
span { border-color: rgb(209,55,186); }
td.TdClassName
{
border-color: #D137BA;
}
.TagClassName
{
border-color: #D137BA;
}
</style>