Shades of Fuchsia #D23AB9
Tints of Fuchsia #D23AB9
RGB
CMYK
RGB Variations
Color information
#D23AB9 (or 0xD23AB9) is known color: Fuchsia. HEX triplet: D2, 3A and B9. RGB value is (210,58,185). Sum of RGB (Red+Green+Blue) = 210+58+185=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 58 (23.05% from 255 or 12.80% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D23AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23AB9 is #2DC546. Grayscale: #757575. Windows color (decimal): -2999623 or 12139218. OLE color: 12139218.
HSL color Cylindrical-coordinate representation of color #D23AB9: hue angle of 309.87º 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 #D23AB9 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 185 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.18 |
| HSL | 309.87º | 0.63% | 0.53% | - |
| HSV(B) | 309.87º | 0.72% | 0.82% | - |
| XYZ | 36.85 | 20.23 | 47.86 | - |
| YUV | 117.93 | 165.86 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 185 | 0 | 0.72 | 0.12 | 0.18 | 309.87 | 0.63 | 0.53 |
| Hex | D2 | 3A | B9 | 0 | 48 | C | 12 | 136 | 3F | 35 |
| Octal | 322 | 72 | 271 | 0 | 110 | 14 | 22 | 466 | 77 | 65 |
| Binary | 11010010 | 111010 | 10111001 | 0 | 1001000 | 1100 | 10010 | 100110110 | 111111 | 110101 |
Color Harmonies of #D23AB9
Complementary color
Monochromatic Colors of #D23AB9
Black with #D23AB9
Text Example
Text Example
White with #D23AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23AB9; }
p { color: rgb(210,58,185); }
H1.HeaderClassName
{
color: #D23AB9;
}
.AnyTagClassName
{
color: #D23AB9;
}
</style>
background-color css
<style>
a { background-color: #D23AB9; }
a { background-color: rgb(210,58,185); }
div.DivClassName
{
background-color: #D23AB9;
}
.BgClassName
{
background-color: #D23AB9;
}
</style>
border-color css
<style>
span { border-color: #D23AB9; }
span { border-color: rgb(210,58,185); }
td.TdClassName
{
border-color: #D23AB9;
}
.TagClassName
{
border-color: #D23AB9;
}
</style>