Shades of Fuchsia #D23AAF
Tints of Fuchsia #D23AAF
RGB
CMYK
RGB Variations
Color information
#D23AAF (or 0xD23AAF) is known color: Fuchsia. HEX triplet: D2, 3A and AF. RGB value is (210,58,175). Sum of RGB (Red+Green+Blue) = 210+58+175=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D23AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23AAF is #2DC550. Grayscale: #747474. Windows color (decimal): -2999633 or 11483858. OLE color: 11483858.
HSL color Cylindrical-coordinate representation of color #D23AAF: hue angle of 313.82º 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 #D23AAF is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 175 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.18 |
| HSL | 313.82º | 0.63% | 0.53% | - |
| HSV(B) | 313.82º | 0.72% | 0.82% | - |
| XYZ | 35.83 | 19.82 | 42.5 | - |
| YUV | 116.79 | 160.86 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 175 | 0 | 0.72 | 0.17 | 0.18 | 313.82 | 0.63 | 0.53 |
| Hex | D2 | 3A | AF | 0 | 48 | 11 | 12 | 13A | 3F | 35 |
| Octal | 322 | 72 | 257 | 0 | 110 | 21 | 22 | 472 | 77 | 65 |
| Binary | 11010010 | 111010 | 10101111 | 0 | 1001000 | 10001 | 10010 | 100111010 | 111111 | 110101 |
Color Harmonies of #D23AAF
Complementary color
Monochromatic Colors of #D23AAF
Black with #D23AAF
Text Example
Text Example
White with #D23AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23AAF; }
p { color: rgb(210,58,175); }
H1.HeaderClassName
{
color: #D23AAF;
}
.AnyTagClassName
{
color: #D23AAF;
}
</style>
background-color css
<style>
a { background-color: #D23AAF; }
a { background-color: rgb(210,58,175); }
div.DivClassName
{
background-color: #D23AAF;
}
.BgClassName
{
background-color: #D23AAF;
}
</style>
border-color css
<style>
span { border-color: #D23AAF; }
span { border-color: rgb(210,58,175); }
td.TdClassName
{
border-color: #D23AAF;
}
.TagClassName
{
border-color: #D23AAF;
}
</style>