Shades of Fuchsia #D233B9
Tints of Fuchsia #D233B9
RGB
CMYK
RGB Variations
Color information
#D233B9 (or 0xD233B9) is known color: Fuchsia. HEX triplet: D2, 33 and B9. RGB value is (210,51,185). Sum of RGB (Red+Green+Blue) = 210+51+185=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 51 (20.31% from 255 or 11.43% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D233B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D233B9 is #2DCC46. Grayscale: #717171. Windows color (decimal): -3001415 or 12137426. OLE color: 12137426.
HSL color Cylindrical-coordinate representation of color #D233B9: hue angle of 309.43º 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 #D233B9 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 185 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.18 |
| HSL | 309.43º | 0.64% | 0.51% | - |
| HSV(B) | 309.43º | 0.76% | 0.82% | - |
| XYZ | 36.52 | 19.57 | 47.75 | - |
| YUV | 113.82 | 168.18 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 185 | 0 | 0.76 | 0.12 | 0.18 | 309.43 | 0.64 | 0.51 |
| Hex | D2 | 33 | B9 | 0 | 4C | C | 12 | 135 | 40 | 33 |
| Octal | 322 | 63 | 271 | 0 | 114 | 14 | 22 | 465 | 100 | 63 |
| Binary | 11010010 | 110011 | 10111001 | 0 | 1001100 | 1100 | 10010 | 100110101 | 1000000 | 110011 |
Color Harmonies of #D233B9
Complementary color
Monochromatic Colors of #D233B9
Black with #D233B9
Text Example
Text Example
White with #D233B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D233B9; }
p { color: rgb(210,51,185); }
H1.HeaderClassName
{
color: #D233B9;
}
.AnyTagClassName
{
color: #D233B9;
}
</style>
background-color css
<style>
a { background-color: #D233B9; }
a { background-color: rgb(210,51,185); }
div.DivClassName
{
background-color: #D233B9;
}
.BgClassName
{
background-color: #D233B9;
}
</style>
border-color css
<style>
span { border-color: #D233B9; }
span { border-color: rgb(210,51,185); }
td.TdClassName
{
border-color: #D233B9;
}
.TagClassName
{
border-color: #D233B9;
}
</style>