Shades of Fuchsia #D234B8
Tints of Fuchsia #D234B8
RGB
CMYK
RGB Variations
Color information
#D234B8 (or 0xD234B8) is known color: Fuchsia. HEX triplet: D2, 34 and B8. RGB value is (210,52,184). Sum of RGB (Red+Green+Blue) = 210+52+184=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D234B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D234B8 is #2DCB47. Grayscale: #717171. Windows color (decimal): -3001160 or 12072146. OLE color: 12072146.
HSL color Cylindrical-coordinate representation of color #D234B8: hue angle of 309.87º 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 #D234B8 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 184 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.18 |
| HSL | 309.87º | 0.64% | 0.51% | - |
| HSV(B) | 309.87º | 0.75% | 0.82% | - |
| XYZ | 36.46 | 19.62 | 47.21 | - |
| YUV | 114.29 | 167.35 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 184 | 0 | 0.75 | 0.12 | 0.18 | 309.87 | 0.64 | 0.51 |
| Hex | D2 | 34 | B8 | 0 | 4B | C | 12 | 136 | 40 | 33 |
| Octal | 322 | 64 | 270 | 0 | 113 | 14 | 22 | 466 | 100 | 63 |
| Binary | 11010010 | 110100 | 10111000 | 0 | 1001011 | 1100 | 10010 | 100110110 | 1000000 | 110011 |
Color Harmonies of #D234B8
Complementary color
Monochromatic Colors of #D234B8
Black with #D234B8
Text Example
Text Example
White with #D234B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D234B8; }
p { color: rgb(210,52,184); }
H1.HeaderClassName
{
color: #D234B8;
}
.AnyTagClassName
{
color: #D234B8;
}
</style>
background-color css
<style>
a { background-color: #D234B8; }
a { background-color: rgb(210,52,184); }
div.DivClassName
{
background-color: #D234B8;
}
.BgClassName
{
background-color: #D234B8;
}
</style>
border-color css
<style>
span { border-color: #D234B8; }
span { border-color: rgb(210,52,184); }
td.TdClassName
{
border-color: #D234B8;
}
.TagClassName
{
border-color: #D234B8;
}
</style>