Shades of Fuchsia #D23FB0
Tints of Fuchsia #D23FB0
RGB
CMYK
RGB Variations
Color information
#D23FB0 (or 0xD23FB0) is known color: Fuchsia. HEX triplet: D2, 3F and B0. RGB value is (210,63,176). Sum of RGB (Red+Green+Blue) = 210+63+176=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D23FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23FB0 is #2DC04F. Grayscale: #777777. Windows color (decimal): -2998352 or 11550674. OLE color: 11550674.
HSL color Cylindrical-coordinate representation of color #D23FB0: hue angle of 313.88º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23FB0 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 176 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.18 |
| HSL | 313.88º | 0.62% | 0.54% | - |
| HSV(B) | 313.88º | 0.7% | 0.82% | - |
| XYZ | 36.19 | 20.39 | 43.1 | - |
| YUV | 119.84 | 159.7 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 176 | 0 | 0.70 | 0.16 | 0.18 | 313.88 | 0.62 | 0.54 |
| Hex | D2 | 3F | B0 | 0 | 46 | 10 | 12 | 13A | 3E | 36 |
| Octal | 322 | 77 | 260 | 0 | 106 | 20 | 22 | 472 | 76 | 66 |
| Binary | 11010010 | 111111 | 10110000 | 0 | 1000110 | 10000 | 10010 | 100111010 | 111110 | 110110 |
Color Harmonies of #D23FB0
Complementary color
Monochromatic Colors of #D23FB0
Black with #D23FB0
Text Example
Text Example
White with #D23FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23FB0; }
p { color: rgb(210,63,176); }
H1.HeaderClassName
{
color: #D23FB0;
}
.AnyTagClassName
{
color: #D23FB0;
}
</style>
background-color css
<style>
a { background-color: #D23FB0; }
a { background-color: rgb(210,63,176); }
div.DivClassName
{
background-color: #D23FB0;
}
.BgClassName
{
background-color: #D23FB0;
}
</style>
border-color css
<style>
span { border-color: #D23FB0; }
span { border-color: rgb(210,63,176); }
td.TdClassName
{
border-color: #D23FB0;
}
.TagClassName
{
border-color: #D23FB0;
}
</style>