Shades of Fuchsia #D134BA
Tints of Fuchsia #D134BA
RGB
CMYK
RGB Variations
Color information
#D134BA (or 0xD134BA) is known color: Fuchsia. HEX triplet: D1, 34 and BA. RGB value is (209,52,186). Sum of RGB (Red+Green+Blue) = 209+52+186=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 52 (20.70% from 255 or 11.63% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D134BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D134BA is #2ECB45. Grayscale: #717171. Windows color (decimal): -3066694 or 12203217. OLE color: 12203217.
HSL color Cylindrical-coordinate representation of color #D134BA: hue angle of 308.79º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D134BA is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 186 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.18 |
| HSL | 308.79º | 0.63% | 0.51% | - |
| HSV(B) | 308.79º | 0.75% | 0.82% | - |
| XYZ | 36.39 | 19.56 | 48.31 | - |
| YUV | 114.22 | 168.51 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 186 | 0 | 0.75 | 0.11 | 0.18 | 308.79 | 0.63 | 0.51 |
| Hex | D1 | 34 | BA | 0 | 4B | B | 12 | 135 | 3F | 33 |
| Octal | 321 | 64 | 272 | 0 | 113 | 13 | 22 | 465 | 77 | 63 |
| Binary | 11010001 | 110100 | 10111010 | 0 | 1001011 | 1011 | 10010 | 100110101 | 111111 | 110011 |
Color Harmonies of #D134BA
Complementary color
Monochromatic Colors of #D134BA
Black with #D134BA
Text Example
Text Example
White with #D134BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D134BA; }
p { color: rgb(209,52,186); }
H1.HeaderClassName
{
color: #D134BA;
}
.AnyTagClassName
{
color: #D134BA;
}
</style>
background-color css
<style>
a { background-color: #D134BA; }
a { background-color: rgb(209,52,186); }
div.DivClassName
{
background-color: #D134BA;
}
.BgClassName
{
background-color: #D134BA;
}
</style>
border-color css
<style>
span { border-color: #D134BA; }
span { border-color: rgb(209,52,186); }
td.TdClassName
{
border-color: #D134BA;
}
.TagClassName
{
border-color: #D134BA;
}
</style>