Shades of Fuchsia #D051B9
Tints of Fuchsia #D051B9
RGB
CMYK
RGB Variations
Color information
#D051B9 (or 0xD051B9) is known color: Fuchsia. HEX triplet: D0, 51 and B9. RGB value is (208,81,185). Sum of RGB (Red+Green+Blue) = 208+81+185=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D051B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D051B9 is #2FAE46. Grayscale: #828282. Windows color (decimal): -3124807 or 12145104. OLE color: 12145104.
HSL color Cylindrical-coordinate representation of color #D051B9: hue angle of 310.87º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D051B9 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 81 | 185 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.18 |
| HSL | 310.87º | 0.57% | 0.57% | - |
| HSV(B) | 310.87º | 0.61% | 0.82% | - |
| XYZ | 37.71 | 22.8 | 48.31 | - |
| YUV | 130.83 | 158.58 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 81 | 185 | 0 | 0.61 | 0.11 | 0.18 | 310.87 | 0.57 | 0.57 |
| Hex | D0 | 51 | B9 | 0 | 3D | B | 12 | 137 | 39 | 39 |
| Octal | 320 | 121 | 271 | 0 | 75 | 13 | 22 | 467 | 71 | 71 |
| Binary | 11010000 | 1010001 | 10111001 | 0 | 111101 | 1011 | 10010 | 100110111 | 111001 | 111001 |
Color Harmonies of #D051B9
Complementary color
Monochromatic Colors of #D051B9
Black with #D051B9
Text Example
Text Example
White with #D051B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D051B9; }
p { color: rgb(208,81,185); }
H1.HeaderClassName
{
color: #D051B9;
}
.AnyTagClassName
{
color: #D051B9;
}
</style>
background-color css
<style>
a { background-color: #D051B9; }
a { background-color: rgb(208,81,185); }
div.DivClassName
{
background-color: #D051B9;
}
.BgClassName
{
background-color: #D051B9;
}
</style>
border-color css
<style>
span { border-color: #D051B9; }
span { border-color: rgb(208,81,185); }
td.TdClassName
{
border-color: #D051B9;
}
.TagClassName
{
border-color: #D051B9;
}
</style>