Shades of Fuchsia #D233BA
Tints of Fuchsia #D233BA
RGB
CMYK
RGB Variations
Color information
#D233BA (or 0xD233BA) is known color: Fuchsia. HEX triplet: D2, 33 and BA. RGB value is (210,51,186). Sum of RGB (Red+Green+Blue) = 210+51+186=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D233BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D233BA is #2DCC45. Grayscale: #717171. Windows color (decimal): -3001414 or 12202962. OLE color: 12202962.
HSL color Cylindrical-coordinate representation of color #D233BA: hue angle of 309.06º 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 #D233BA is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 186 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.18 |
| HSL | 309.06º | 0.64% | 0.51% | - |
| HSV(B) | 309.06º | 0.76% | 0.82% | - |
| XYZ | 36.63 | 19.61 | 48.31 | - |
| YUV | 113.93 | 168.68 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 186 | 0 | 0.76 | 0.11 | 0.18 | 309.06 | 0.64 | 0.51 |
| Hex | D2 | 33 | BA | 0 | 4C | B | 12 | 135 | 40 | 33 |
| Octal | 322 | 63 | 272 | 0 | 114 | 13 | 22 | 465 | 100 | 63 |
| Binary | 11010010 | 110011 | 10111010 | 0 | 1001100 | 1011 | 10010 | 100110101 | 1000000 | 110011 |
Color Harmonies of #D233BA
Complementary color
Monochromatic Colors of #D233BA
Black with #D233BA
Text Example
Text Example
White with #D233BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D233BA; }
p { color: rgb(210,51,186); }
H1.HeaderClassName
{
color: #D233BA;
}
.AnyTagClassName
{
color: #D233BA;
}
</style>
background-color css
<style>
a { background-color: #D233BA; }
a { background-color: rgb(210,51,186); }
div.DivClassName
{
background-color: #D233BA;
}
.BgClassName
{
background-color: #D233BA;
}
</style>
border-color css
<style>
span { border-color: #D233BA; }
span { border-color: rgb(210,51,186); }
td.TdClassName
{
border-color: #D233BA;
}
.TagClassName
{
border-color: #D233BA;
}
</style>