Shades of Fuchsia #D23ABC
Tints of Fuchsia #D23ABC
RGB
CMYK
RGB Variations
Color information
#D23ABC (or 0xD23ABC) is known color: Fuchsia. HEX triplet: D2, 3A and BC. RGB value is (210,58,188). Sum of RGB (Red+Green+Blue) = 210+58+188=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D23ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23ABC is #2DC543. Grayscale: #757575. Windows color (decimal): -2999620 or 12335826. OLE color: 12335826.
HSL color Cylindrical-coordinate representation of color #D23ABC: hue angle of 308.68º 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 #D23ABC is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 188 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.18 |
| HSL | 308.68º | 0.63% | 0.53% | - |
| HSV(B) | 308.68º | 0.72% | 0.82% | - |
| XYZ | 37.17 | 20.36 | 49.55 | - |
| YUV | 118.27 | 167.36 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 188 | 0 | 0.72 | 0.10 | 0.18 | 308.68 | 0.63 | 0.53 |
| Hex | D2 | 3A | BC | 0 | 48 | A | 12 | 135 | 3F | 35 |
| Octal | 322 | 72 | 274 | 0 | 110 | 12 | 22 | 465 | 77 | 65 |
| Binary | 11010010 | 111010 | 10111100 | 0 | 1001000 | 1010 | 10010 | 100110101 | 111111 | 110101 |
Color Harmonies of #D23ABC
Complementary color
Monochromatic Colors of #D23ABC
Black with #D23ABC
Text Example
Text Example
White with #D23ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23ABC; }
p { color: rgb(210,58,188); }
H1.HeaderClassName
{
color: #D23ABC;
}
.AnyTagClassName
{
color: #D23ABC;
}
</style>
background-color css
<style>
a { background-color: #D23ABC; }
a { background-color: rgb(210,58,188); }
div.DivClassName
{
background-color: #D23ABC;
}
.BgClassName
{
background-color: #D23ABC;
}
</style>
border-color css
<style>
span { border-color: #D23ABC; }
span { border-color: rgb(210,58,188); }
td.TdClassName
{
border-color: #D23ABC;
}
.TagClassName
{
border-color: #D23ABC;
}
</style>