Shades of Fuchsia #D130BD
Tints of Fuchsia #D130BD
RGB
CMYK
RGB Variations
Color information
#D130BD (or 0xD130BD) is known color: Fuchsia. HEX triplet: D1, 30 and BD. RGB value is (209,48,189). Sum of RGB (Red+Green+Blue) = 209+48+189=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 48 (19.14% from 255 or 10.76% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D130BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D130BD is #2ECF42. Grayscale: #6F6F6F. Windows color (decimal): -3067715 or 12398801. OLE color: 12398801.
HSL color Cylindrical-coordinate representation of color #D130BD: hue angle of 307.45º 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 #D130BD is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 48 | 189 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.18 |
| HSL | 307.45º | 0.64% | 0.5% | - |
| HSV(B) | 307.45º | 0.77% | 0.82% | - |
| XYZ | 36.54 | 19.34 | 49.95 | - |
| YUV | 112.21 | 171.34 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 189 | 0 | 0.77 | 0.10 | 0.18 | 307.45 | 0.64 | 0.5 |
| Hex | D1 | 30 | BD | 0 | 4D | A | 12 | 133 | 40 | 32 |
| Octal | 321 | 60 | 275 | 0 | 115 | 12 | 22 | 463 | 100 | 62 |
| Binary | 11010001 | 110000 | 10111101 | 0 | 1001101 | 1010 | 10010 | 100110011 | 1000000 | 110010 |
Color Harmonies of #D130BD
Complementary color
Monochromatic Colors of #D130BD
Black with #D130BD
Text Example
Text Example
White with #D130BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D130BD; }
p { color: rgb(209,48,189); }
H1.HeaderClassName
{
color: #D130BD;
}
.AnyTagClassName
{
color: #D130BD;
}
</style>
background-color css
<style>
a { background-color: #D130BD; }
a { background-color: rgb(209,48,189); }
div.DivClassName
{
background-color: #D130BD;
}
.BgClassName
{
background-color: #D130BD;
}
</style>
border-color css
<style>
span { border-color: #D130BD; }
span { border-color: rgb(209,48,189); }
td.TdClassName
{
border-color: #D130BD;
}
.TagClassName
{
border-color: #D130BD;
}
</style>