Shades of Fuchsia #D130BE
Tints of Fuchsia #D130BE
RGB
CMYK
RGB Variations
Color information
#D130BE (or 0xD130BE) is known color: Fuchsia. HEX triplet: D1, 30 and BE. RGB value is (209,48,190). Sum of RGB (Red+Green+Blue) = 209+48+190=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D130BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D130BE is #2ECF41. Grayscale: #6F6F6F. Windows color (decimal): -3067714 or 12464337. OLE color: 12464337.
HSL color Cylindrical-coordinate representation of color #D130BE: hue angle of 307.08º 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 #D130BE is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 48 | 190 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.18 |
| HSL | 307.08º | 0.64% | 0.5% | - |
| HSV(B) | 307.08º | 0.77% | 0.82% | - |
| XYZ | 36.65 | 19.39 | 50.53 | - |
| YUV | 112.33 | 171.84 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 190 | 0 | 0.77 | 0.09 | 0.18 | 307.08 | 0.64 | 0.5 |
| Hex | D1 | 30 | BE | 0 | 4D | 9 | 12 | 133 | 40 | 32 |
| Octal | 321 | 60 | 276 | 0 | 115 | 11 | 22 | 463 | 100 | 62 |
| Binary | 11010001 | 110000 | 10111110 | 0 | 1001101 | 1001 | 10010 | 100110011 | 1000000 | 110010 |
Color Harmonies of #D130BE
Complementary color
Monochromatic Colors of #D130BE
Black with #D130BE
Text Example
Text Example
White with #D130BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D130BE; }
p { color: rgb(209,48,190); }
H1.HeaderClassName
{
color: #D130BE;
}
.AnyTagClassName
{
color: #D130BE;
}
</style>
background-color css
<style>
a { background-color: #D130BE; }
a { background-color: rgb(209,48,190); }
div.DivClassName
{
background-color: #D130BE;
}
.BgClassName
{
background-color: #D130BE;
}
</style>
border-color css
<style>
span { border-color: #D130BE; }
span { border-color: rgb(209,48,190); }
td.TdClassName
{
border-color: #D130BE;
}
.TagClassName
{
border-color: #D130BE;
}
</style>