Shades of Fuchsia #D234BA
Tints of Fuchsia #D234BA
RGB
CMYK
RGB Variations
Color information
#D234BA (or 0xD234BA) is known color: Fuchsia. HEX triplet: D2, 34 and BA. RGB value is (210,52,186). Sum of RGB (Red+Green+Blue) = 210+52+186=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D234BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D234BA is #2DCB45. Grayscale: #727272. Windows color (decimal): -3001158 or 12203218. OLE color: 12203218.
HSL color Cylindrical-coordinate representation of color #D234BA: hue angle of 309.11º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D234BA is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 186 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.18 |
| HSL | 309.11º | 0.64% | 0.51% | - |
| HSV(B) | 309.11º | 0.75% | 0.82% | - |
| XYZ | 36.67 | 19.7 | 48.32 | - |
| YUV | 114.52 | 168.35 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 186 | 0 | 0.75 | 0.11 | 0.18 | 309.11 | 0.64 | 0.51 |
| Hex | D2 | 34 | BA | 0 | 4B | B | 12 | 135 | 40 | 33 |
| Octal | 322 | 64 | 272 | 0 | 113 | 13 | 22 | 465 | 100 | 63 |
| Binary | 11010010 | 110100 | 10111010 | 0 | 1001011 | 1011 | 10010 | 100110101 | 1000000 | 110011 |
Color Harmonies of #D234BA
Complementary color
Monochromatic Colors of #D234BA
Black with #D234BA
Text Example
Text Example
White with #D234BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D234BA; }
p { color: rgb(210,52,186); }
H1.HeaderClassName
{
color: #D234BA;
}
.AnyTagClassName
{
color: #D234BA;
}
</style>
background-color css
<style>
a { background-color: #D234BA; }
a { background-color: rgb(210,52,186); }
div.DivClassName
{
background-color: #D234BA;
}
.BgClassName
{
background-color: #D234BA;
}
</style>
border-color css
<style>
span { border-color: #D234BA; }
span { border-color: rgb(210,52,186); }
td.TdClassName
{
border-color: #D234BA;
}
.TagClassName
{
border-color: #D234BA;
}
</style>