Shades of Fuchsia #D136BA
Tints of Fuchsia #D136BA
RGB
CMYK
RGB Variations
Color information
#D136BA (or 0xD136BA) is known color: Fuchsia. HEX triplet: D1, 36 and BA. RGB value is (209,54,186). Sum of RGB (Red+Green+Blue) = 209+54+186=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D136BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D136BA is #2EC945. Grayscale: #737373. Windows color (decimal): -3066182 or 12203729. OLE color: 12203729.
HSL color Cylindrical-coordinate representation of color #D136BA: hue angle of 308.9º 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 #D136BA is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 54 | 186 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.18 |
| HSL | 308.9º | 0.63% | 0.52% | - |
| HSV(B) | 308.9º | 0.74% | 0.82% | - |
| XYZ | 36.48 | 19.74 | 48.34 | - |
| YUV | 115.39 | 167.85 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 186 | 0 | 0.74 | 0.11 | 0.18 | 308.9 | 0.63 | 0.52 |
| Hex | D1 | 36 | BA | 0 | 4A | B | 12 | 135 | 3F | 34 |
| Octal | 321 | 66 | 272 | 0 | 112 | 13 | 22 | 465 | 77 | 64 |
| Binary | 11010001 | 110110 | 10111010 | 0 | 1001010 | 1011 | 10010 | 100110101 | 111111 | 110100 |
Color Harmonies of #D136BA
Complementary color
Monochromatic Colors of #D136BA
Black with #D136BA
Text Example
Text Example
White with #D136BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D136BA; }
p { color: rgb(209,54,186); }
H1.HeaderClassName
{
color: #D136BA;
}
.AnyTagClassName
{
color: #D136BA;
}
</style>
background-color css
<style>
a { background-color: #D136BA; }
a { background-color: rgb(209,54,186); }
div.DivClassName
{
background-color: #D136BA;
}
.BgClassName
{
background-color: #D136BA;
}
</style>
border-color css
<style>
span { border-color: #D136BA; }
span { border-color: rgb(209,54,186); }
td.TdClassName
{
border-color: #D136BA;
}
.TagClassName
{
border-color: #D136BA;
}
</style>