Shades of Fuchsia #D130B0
Tints of Fuchsia #D130B0
RGB
CMYK
RGB Variations
Color information
#D130B0 (or 0xD130B0) is known color: Fuchsia. HEX triplet: D1, 30 and B0. RGB value is (209,48,176). Sum of RGB (Red+Green+Blue) = 209+48+176=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D130B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D130B0 is #2ECF4F. Grayscale: #6E6E6E. Windows color (decimal): -3067728 or 11546833. OLE color: 11546833.
HSL color Cylindrical-coordinate representation of color #D130B0: hue angle of 312.3º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D130B0 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 48 | 176 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.18 |
| HSL | 312.3º | 0.64% | 0.5% | - |
| HSV(B) | 312.3º | 0.77% | 0.82% | - |
| XYZ | 35.19 | 18.8 | 42.85 | - |
| YUV | 110.73 | 164.84 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 176 | 0 | 0.77 | 0.16 | 0.18 | 312.3 | 0.64 | 0.5 |
| Hex | D1 | 30 | B0 | 0 | 4D | 10 | 12 | 138 | 40 | 32 |
| Octal | 321 | 60 | 260 | 0 | 115 | 20 | 22 | 470 | 100 | 62 |
| Binary | 11010001 | 110000 | 10110000 | 0 | 1001101 | 10000 | 10010 | 100111000 | 1000000 | 110010 |
Color Harmonies of #D130B0
Complementary color
Monochromatic Colors of #D130B0
Black with #D130B0
Text Example
Text Example
White with #D130B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D130B0; }
p { color: rgb(209,48,176); }
H1.HeaderClassName
{
color: #D130B0;
}
.AnyTagClassName
{
color: #D130B0;
}
</style>
background-color css
<style>
a { background-color: #D130B0; }
a { background-color: rgb(209,48,176); }
div.DivClassName
{
background-color: #D130B0;
}
.BgClassName
{
background-color: #D130B0;
}
</style>
border-color css
<style>
span { border-color: #D130B0; }
span { border-color: rgb(209,48,176); }
td.TdClassName
{
border-color: #D130B0;
}
.TagClassName
{
border-color: #D130B0;
}
</style>