Shades of Fuchsia #D23EB1
Tints of Fuchsia #D23EB1
RGB
CMYK
RGB Variations
Color information
#D23EB1 (or 0xD23EB1) is known color: Fuchsia. HEX triplet: D2, 3E and B1. RGB value is (210,62,177). Sum of RGB (Red+Green+Blue) = 210+62+177=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 62 (24.61% from 255 or 13.81% from 449); Blue value is 177 (69.53% from 255 or 39.42% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D23EB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23EB1 is #2DC14E. Grayscale: #777777. Windows color (decimal): -2998607 or 11615954. OLE color: 11615954.
HSL color Cylindrical-coordinate representation of color #D23EB1: hue angle of 313.38º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23EB1 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 177 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.18 |
| HSL | 313.38º | 0.62% | 0.53% | - |
| HSV(B) | 313.38º | 0.7% | 0.82% | - |
| XYZ | 36.24 | 20.32 | 43.61 | - |
| YUV | 119.36 | 160.53 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 177 | 0 | 0.70 | 0.16 | 0.18 | 313.38 | 0.62 | 0.53 |
| Hex | D2 | 3E | B1 | 0 | 46 | 10 | 12 | 139 | 3E | 35 |
| Octal | 322 | 76 | 261 | 0 | 106 | 20 | 22 | 471 | 76 | 65 |
| Binary | 11010010 | 111110 | 10110001 | 0 | 1000110 | 10000 | 10010 | 100111001 | 111110 | 110101 |
Color Harmonies of #D23EB1
Complementary color
Monochromatic Colors of #D23EB1
Black with #D23EB1
Text Example
Text Example
White with #D23EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23EB1; }
p { color: rgb(210,62,177); }
H1.HeaderClassName
{
color: #D23EB1;
}
.AnyTagClassName
{
color: #D23EB1;
}
</style>
background-color css
<style>
a { background-color: #D23EB1; }
a { background-color: rgb(210,62,177); }
div.DivClassName
{
background-color: #D23EB1;
}
.BgClassName
{
background-color: #D23EB1;
}
</style>
border-color css
<style>
span { border-color: #D23EB1; }
span { border-color: rgb(210,62,177); }
td.TdClassName
{
border-color: #D23EB1;
}
.TagClassName
{
border-color: #D23EB1;
}
</style>