Shades of Fuchsia #D231B0
Tints of Fuchsia #D231B0
RGB
CMYK
RGB Variations
Color information
#D231B0 (or 0xD231B0) is known color: Fuchsia. HEX triplet: D2, 31 and B0. RGB value is (210,49,176). Sum of RGB (Red+Green+Blue) = 210+49+176=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D231B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D231B0 is #2DCE4F. Grayscale: #6F6F6F. Windows color (decimal): -3001936 or 11547090. OLE color: 11547090.
HSL color Cylindrical-coordinate representation of color #D231B0: hue angle of 312.67º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D231B0 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 176 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.18 |
| HSL | 312.67º | 0.64% | 0.51% | - |
| HSV(B) | 312.67º | 0.77% | 0.82% | - |
| XYZ | 35.51 | 19.03 | 42.88 | - |
| YUV | 111.62 | 164.34 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 176 | 0 | 0.77 | 0.16 | 0.18 | 312.67 | 0.64 | 0.51 |
| Hex | D2 | 31 | B0 | 0 | 4D | 10 | 12 | 139 | 40 | 33 |
| Octal | 322 | 61 | 260 | 0 | 115 | 20 | 22 | 471 | 100 | 63 |
| Binary | 11010010 | 110001 | 10110000 | 0 | 1001101 | 10000 | 10010 | 100111001 | 1000000 | 110011 |
Color Harmonies of #D231B0
Complementary color
Monochromatic Colors of #D231B0
Black with #D231B0
Text Example
Text Example
White with #D231B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D231B0; }
p { color: rgb(210,49,176); }
H1.HeaderClassName
{
color: #D231B0;
}
.AnyTagClassName
{
color: #D231B0;
}
</style>
background-color css
<style>
a { background-color: #D231B0; }
a { background-color: rgb(210,49,176); }
div.DivClassName
{
background-color: #D231B0;
}
.BgClassName
{
background-color: #D231B0;
}
</style>
border-color css
<style>
span { border-color: #D231B0; }
span { border-color: rgb(210,49,176); }
td.TdClassName
{
border-color: #D231B0;
}
.TagClassName
{
border-color: #D231B0;
}
</style>