Shades of Fuchsia #D233B0
Tints of Fuchsia #D233B0
RGB
CMYK
RGB Variations
Color information
#D233B0 (or 0xD233B0) is known color: Fuchsia. HEX triplet: D2, 33 and B0. RGB value is (210,51,176). Sum of RGB (Red+Green+Blue) = 210+51+176=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D233B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D233B0 is #2DCC4F. Grayscale: #707070. Windows color (decimal): -3001424 or 11547602. OLE color: 11547602.
HSL color Cylindrical-coordinate representation of color #D233B0: hue angle of 312.83º 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 #D233B0 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 176 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.18 |
| HSL | 312.83º | 0.64% | 0.51% | - |
| HSV(B) | 312.83º | 0.76% | 0.82% | - |
| XYZ | 35.6 | 19.2 | 42.9 | - |
| YUV | 112.79 | 163.68 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 176 | 0 | 0.76 | 0.16 | 0.18 | 312.83 | 0.64 | 0.51 |
| Hex | D2 | 33 | B0 | 0 | 4C | 10 | 12 | 139 | 40 | 33 |
| Octal | 322 | 63 | 260 | 0 | 114 | 20 | 22 | 471 | 100 | 63 |
| Binary | 11010010 | 110011 | 10110000 | 0 | 1001100 | 10000 | 10010 | 100111001 | 1000000 | 110011 |
Color Harmonies of #D233B0
Complementary color
Monochromatic Colors of #D233B0
Black with #D233B0
Text Example
Text Example
White with #D233B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D233B0; }
p { color: rgb(210,51,176); }
H1.HeaderClassName
{
color: #D233B0;
}
.AnyTagClassName
{
color: #D233B0;
}
</style>
background-color css
<style>
a { background-color: #D233B0; }
a { background-color: rgb(210,51,176); }
div.DivClassName
{
background-color: #D233B0;
}
.BgClassName
{
background-color: #D233B0;
}
</style>
border-color css
<style>
span { border-color: #D233B0; }
span { border-color: rgb(210,51,176); }
td.TdClassName
{
border-color: #D233B0;
}
.TagClassName
{
border-color: #D233B0;
}
</style>