Shades of Fuchsia #D134BD
Tints of Fuchsia #D134BD
RGB
CMYK
RGB Variations
Color information
#D134BD (or 0xD134BD) is known color: Fuchsia. HEX triplet: D1, 34 and BD. RGB value is (209,52,189). Sum of RGB (Red+Green+Blue) = 209+52+189=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 52 (20.70% from 255 or 11.56% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D134BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D134BD is #2ECB42. Grayscale: #727272. Windows color (decimal): -3066691 or 12399825. OLE color: 12399825.
HSL color Cylindrical-coordinate representation of color #D134BD: hue angle of 307.64º 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 #D134BD is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 189 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.18 |
| HSL | 307.64º | 0.63% | 0.51% | - |
| HSV(B) | 307.64º | 0.75% | 0.82% | - |
| XYZ | 36.71 | 19.69 | 50.01 | - |
| YUV | 114.56 | 170.01 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 189 | 0 | 0.75 | 0.10 | 0.18 | 307.64 | 0.63 | 0.51 |
| Hex | D1 | 34 | BD | 0 | 4B | A | 12 | 134 | 3F | 33 |
| Octal | 321 | 64 | 275 | 0 | 113 | 12 | 22 | 464 | 77 | 63 |
| Binary | 11010001 | 110100 | 10111101 | 0 | 1001011 | 1010 | 10010 | 100110100 | 111111 | 110011 |
Color Harmonies of #D134BD
Complementary color
Monochromatic Colors of #D134BD
Black with #D134BD
Text Example
Text Example
White with #D134BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D134BD; }
p { color: rgb(209,52,189); }
H1.HeaderClassName
{
color: #D134BD;
}
.AnyTagClassName
{
color: #D134BD;
}
</style>
background-color css
<style>
a { background-color: #D134BD; }
a { background-color: rgb(209,52,189); }
div.DivClassName
{
background-color: #D134BD;
}
.BgClassName
{
background-color: #D134BD;
}
</style>
border-color css
<style>
span { border-color: #D134BD; }
span { border-color: rgb(209,52,189); }
td.TdClassName
{
border-color: #D134BD;
}
.TagClassName
{
border-color: #D134BD;
}
</style>