Shades of Fuchsia #D130B2
Tints of Fuchsia #D130B2
RGB
CMYK
RGB Variations
Color information
#D130B2 (or 0xD130B2) is known color: Fuchsia. HEX triplet: D1, 30 and B2. RGB value is (209,48,178). Sum of RGB (Red+Green+Blue) = 209+48+178=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 48 (19.14% from 255 or 11.03% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D130B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D130B2 is #2ECF4D. Grayscale: #6E6E6E. Windows color (decimal): -3067726 or 11677905. OLE color: 11677905.
HSL color Cylindrical-coordinate representation of color #D130B2: hue angle of 311.55º 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 #D130B2 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 48 | 178 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.18 |
| HSL | 311.55º | 0.64% | 0.5% | - |
| HSV(B) | 311.55º | 0.77% | 0.82% | - |
| XYZ | 35.39 | 18.88 | 43.9 | - |
| YUV | 110.96 | 165.84 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 178 | 0 | 0.77 | 0.15 | 0.18 | 311.55 | 0.64 | 0.5 |
| Hex | D1 | 30 | B2 | 0 | 4D | F | 12 | 138 | 40 | 32 |
| Octal | 321 | 60 | 262 | 0 | 115 | 17 | 22 | 470 | 100 | 62 |
| Binary | 11010001 | 110000 | 10110010 | 0 | 1001101 | 1111 | 10010 | 100111000 | 1000000 | 110010 |
Color Harmonies of #D130B2
Complementary color
Monochromatic Colors of #D130B2
Black with #D130B2
Text Example
Text Example
White with #D130B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D130B2; }
p { color: rgb(209,48,178); }
H1.HeaderClassName
{
color: #D130B2;
}
.AnyTagClassName
{
color: #D130B2;
}
</style>
background-color css
<style>
a { background-color: #D130B2; }
a { background-color: rgb(209,48,178); }
div.DivClassName
{
background-color: #D130B2;
}
.BgClassName
{
background-color: #D130B2;
}
</style>
border-color css
<style>
span { border-color: #D130B2; }
span { border-color: rgb(209,48,178); }
td.TdClassName
{
border-color: #D130B2;
}
.TagClassName
{
border-color: #D130B2;
}
</style>