Shades of Fuchsia #D230BA
Tints of Fuchsia #D230BA
RGB
CMYK
RGB Variations
Color information
#D230BA (or 0xD230BA) is known color: Fuchsia. HEX triplet: D2, 30 and BA. RGB value is (210,48,186). Sum of RGB (Red+Green+Blue) = 210+48+186=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D230BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D230BA is #2DCF45. Grayscale: #6F6F6F. Windows color (decimal): -3002182 or 12202194. OLE color: 12202194.
HSL color Cylindrical-coordinate representation of color #D230BA: hue angle of 308.89º 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 #D230BA is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 186 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.18 |
| HSL | 308.89º | 0.64% | 0.51% | - |
| HSV(B) | 308.89º | 0.77% | 0.82% | - |
| XYZ | 36.5 | 19.36 | 48.27 | - |
| YUV | 112.17 | 169.67 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 186 | 0 | 0.77 | 0.11 | 0.18 | 308.89 | 0.64 | 0.51 |
| Hex | D2 | 30 | BA | 0 | 4D | B | 12 | 135 | 40 | 33 |
| Octal | 322 | 60 | 272 | 0 | 115 | 13 | 22 | 465 | 100 | 63 |
| Binary | 11010010 | 110000 | 10111010 | 0 | 1001101 | 1011 | 10010 | 100110101 | 1000000 | 110011 |
Color Harmonies of #D230BA
Complementary color
Monochromatic Colors of #D230BA
Black with #D230BA
Text Example
Text Example
White with #D230BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D230BA; }
p { color: rgb(210,48,186); }
H1.HeaderClassName
{
color: #D230BA;
}
.AnyTagClassName
{
color: #D230BA;
}
</style>
background-color css
<style>
a { background-color: #D230BA; }
a { background-color: rgb(210,48,186); }
div.DivClassName
{
background-color: #D230BA;
}
.BgClassName
{
background-color: #D230BA;
}
</style>
border-color css
<style>
span { border-color: #D230BA; }
span { border-color: rgb(210,48,186); }
td.TdClassName
{
border-color: #D230BA;
}
.TagClassName
{
border-color: #D230BA;
}
</style>