Shades of Fuchsia #D23AB1
Tints of Fuchsia #D23AB1
RGB
CMYK
RGB Variations
Color information
#D23AB1 (or 0xD23AB1) is known color: Fuchsia. HEX triplet: D2, 3A and B1. RGB value is (210,58,177). Sum of RGB (Red+Green+Blue) = 210+58+177=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 177 (69.53% from 255 or 39.78% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D23AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23AB1 is #2DC54E. Grayscale: #747474. Windows color (decimal): -2999631 or 11614930. OLE color: 11614930.
HSL color Cylindrical-coordinate representation of color #D23AB1: hue angle of 313.03º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23AB1 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 177 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.18 |
| HSL | 313.03º | 0.63% | 0.53% | - |
| HSV(B) | 313.03º | 0.72% | 0.82% | - |
| XYZ | 36.03 | 19.9 | 43.54 | - |
| YUV | 117.01 | 161.86 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 177 | 0 | 0.72 | 0.16 | 0.18 | 313.03 | 0.63 | 0.53 |
| Hex | D2 | 3A | B1 | 0 | 48 | 10 | 12 | 139 | 3F | 35 |
| Octal | 322 | 72 | 261 | 0 | 110 | 20 | 22 | 471 | 77 | 65 |
| Binary | 11010010 | 111010 | 10110001 | 0 | 1001000 | 10000 | 10010 | 100111001 | 111111 | 110101 |
Color Harmonies of #D23AB1
Complementary color
Monochromatic Colors of #D23AB1
Black with #D23AB1
Text Example
Text Example
White with #D23AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23AB1; }
p { color: rgb(210,58,177); }
H1.HeaderClassName
{
color: #D23AB1;
}
.AnyTagClassName
{
color: #D23AB1;
}
</style>
background-color css
<style>
a { background-color: #D23AB1; }
a { background-color: rgb(210,58,177); }
div.DivClassName
{
background-color: #D23AB1;
}
.BgClassName
{
background-color: #D23AB1;
}
</style>
border-color css
<style>
span { border-color: #D23AB1; }
span { border-color: rgb(210,58,177); }
td.TdClassName
{
border-color: #D23AB1;
}
.TagClassName
{
border-color: #D23AB1;
}
</style>