Shades of Fuchsia #D233BD
Tints of Fuchsia #D233BD
RGB
CMYK
RGB Variations
Color information
#D233BD (or 0xD233BD) is known color: Fuchsia. HEX triplet: D2, 33 and BD. RGB value is (210,51,189). Sum of RGB (Red+Green+Blue) = 210+51+189=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 51 (20.31% from 255 or 11.33% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D233BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D233BD is #2DCC42. Grayscale: #717171. Windows color (decimal): -3001411 or 12399570. OLE color: 12399570.
HSL color Cylindrical-coordinate representation of color #D233BD: hue angle of 307.92º 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 #D233BD is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 189 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.18 |
| HSL | 307.92º | 0.64% | 0.51% | - |
| HSV(B) | 307.92º | 0.76% | 0.82% | - |
| XYZ | 36.95 | 19.74 | 50.01 | - |
| YUV | 114.27 | 170.18 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 189 | 0 | 0.76 | 0.10 | 0.18 | 307.92 | 0.64 | 0.51 |
| Hex | D2 | 33 | BD | 0 | 4C | A | 12 | 134 | 40 | 33 |
| Octal | 322 | 63 | 275 | 0 | 114 | 12 | 22 | 464 | 100 | 63 |
| Binary | 11010010 | 110011 | 10111101 | 0 | 1001100 | 1010 | 10010 | 100110100 | 1000000 | 110011 |
Color Harmonies of #D233BD
Complementary color
Monochromatic Colors of #D233BD
Black with #D233BD
Text Example
Text Example
White with #D233BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D233BD; }
p { color: rgb(210,51,189); }
H1.HeaderClassName
{
color: #D233BD;
}
.AnyTagClassName
{
color: #D233BD;
}
</style>
background-color css
<style>
a { background-color: #D233BD; }
a { background-color: rgb(210,51,189); }
div.DivClassName
{
background-color: #D233BD;
}
.BgClassName
{
background-color: #D233BD;
}
</style>
border-color css
<style>
span { border-color: #D233BD; }
span { border-color: rgb(210,51,189); }
td.TdClassName
{
border-color: #D233BD;
}
.TagClassName
{
border-color: #D233BD;
}
</style>