Shades of Fuchsia #D232BA
Tints of Fuchsia #D232BA
RGB
CMYK
RGB Variations
Color information
#D232BA (or 0xD232BA) is known color: Fuchsia. HEX triplet: D2, 32 and BA. RGB value is (210,50,186). Sum of RGB (Red+Green+Blue) = 210+50+186=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D232BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D232BA is #2DCD45. Grayscale: #707070. Windows color (decimal): -3001670 or 12202706. OLE color: 12202706.
HSL color Cylindrical-coordinate representation of color #D232BA: hue angle of 309º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D232BA is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 186 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.18 |
| HSL | 309º | 0.64% | 0.51% | - |
| HSV(B) | 309º | 0.76% | 0.82% | - |
| XYZ | 36.58 | 19.53 | 48.3 | - |
| YUV | 113.34 | 169.01 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 186 | 0 | 0.76 | 0.11 | 0.18 | 309 | 0.64 | 0.51 |
| Hex | D2 | 32 | BA | 0 | 4C | B | 12 | 135 | 40 | 33 |
| Octal | 322 | 62 | 272 | 0 | 114 | 13 | 22 | 465 | 100 | 63 |
| Binary | 11010010 | 110010 | 10111010 | 0 | 1001100 | 1011 | 10010 | 100110101 | 1000000 | 110011 |
Color Harmonies of #D232BA
Complementary color
Monochromatic Colors of #D232BA
Black with #D232BA
Text Example
Text Example
White with #D232BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D232BA; }
p { color: rgb(210,50,186); }
H1.HeaderClassName
{
color: #D232BA;
}
.AnyTagClassName
{
color: #D232BA;
}
</style>
background-color css
<style>
a { background-color: #D232BA; }
a { background-color: rgb(210,50,186); }
div.DivClassName
{
background-color: #D232BA;
}
.BgClassName
{
background-color: #D232BA;
}
</style>
border-color css
<style>
span { border-color: #D232BA; }
span { border-color: rgb(210,50,186); }
td.TdClassName
{
border-color: #D232BA;
}
.TagClassName
{
border-color: #D232BA;
}
</style>