Shades of Fuchsia #D23DB1
Tints of Fuchsia #D23DB1
RGB
CMYK
RGB Variations
Color information
#D23DB1 (or 0xD23DB1) is known color: Fuchsia. HEX triplet: D2, 3D and B1. RGB value is (210,61,177). Sum of RGB (Red+Green+Blue) = 210+61+177=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 61 (24.22% from 255 or 13.62% from 448); Blue value is 177 (69.53% from 255 or 39.51% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23DB1 is #2DC24E. Grayscale: #767676. Windows color (decimal): -2998863 or 11615698. OLE color: 11615698.
HSL color Cylindrical-coordinate representation of color #D23DB1: hue angle of 313.29º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23DB1 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 177 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.18 |
| HSL | 313.29º | 0.62% | 0.53% | - |
| HSV(B) | 313.29º | 0.71% | 0.82% | - |
| XYZ | 36.18 | 20.21 | 43.59 | - |
| YUV | 118.78 | 160.86 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 177 | 0 | 0.71 | 0.16 | 0.18 | 313.29 | 0.62 | 0.53 |
| Hex | D2 | 3D | B1 | 0 | 47 | 10 | 12 | 139 | 3E | 35 |
| Octal | 322 | 75 | 261 | 0 | 107 | 20 | 22 | 471 | 76 | 65 |
| Binary | 11010010 | 111101 | 10110001 | 0 | 1000111 | 10000 | 10010 | 100111001 | 111110 | 110101 |
Color Harmonies of #D23DB1
Complementary color
Monochromatic Colors of #D23DB1
Black with #D23DB1
Text Example
Text Example
White with #D23DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DB1; }
p { color: rgb(210,61,177); }
H1.HeaderClassName
{
color: #D23DB1;
}
.AnyTagClassName
{
color: #D23DB1;
}
</style>
background-color css
<style>
a { background-color: #D23DB1; }
a { background-color: rgb(210,61,177); }
div.DivClassName
{
background-color: #D23DB1;
}
.BgClassName
{
background-color: #D23DB1;
}
</style>
border-color css
<style>
span { border-color: #D23DB1; }
span { border-color: rgb(210,61,177); }
td.TdClassName
{
border-color: #D23DB1;
}
.TagClassName
{
border-color: #D23DB1;
}
</style>