Shades of Fuchsia #D23AC0
Tints of Fuchsia #D23AC0
RGB
CMYK
RGB Variations
Color information
#D23AC0 (or 0xD23AC0) is known color: Fuchsia. HEX triplet: D2, 3A and C0. RGB value is (210,58,192). Sum of RGB (Red+Green+Blue) = 210+58+192=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 58 (23.05% from 255 or 12.61% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D23AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23AC0 is #2DC53F. Grayscale: #767676. Windows color (decimal): -2999616 or 12597970. OLE color: 12597970.
HSL color Cylindrical-coordinate representation of color #D23AC0: hue angle of 307.11º 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 #D23AC0 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 192 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.18 |
| HSL | 307.11º | 0.63% | 0.53% | - |
| HSV(B) | 307.11º | 0.72% | 0.82% | - |
| XYZ | 37.61 | 20.53 | 51.85 | - |
| YUV | 118.72 | 169.36 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 192 | 0 | 0.72 | 0.09 | 0.18 | 307.11 | 0.63 | 0.53 |
| Hex | D2 | 3A | C0 | 0 | 48 | 9 | 12 | 133 | 3F | 35 |
| Octal | 322 | 72 | 300 | 0 | 110 | 11 | 22 | 463 | 77 | 65 |
| Binary | 11010010 | 111010 | 11000000 | 0 | 1001000 | 1001 | 10010 | 100110011 | 111111 | 110101 |
Color Harmonies of #D23AC0
Complementary color
Monochromatic Colors of #D23AC0
Black with #D23AC0
Text Example
Text Example
White with #D23AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23AC0; }
p { color: rgb(210,58,192); }
H1.HeaderClassName
{
color: #D23AC0;
}
.AnyTagClassName
{
color: #D23AC0;
}
</style>
background-color css
<style>
a { background-color: #D23AC0; }
a { background-color: rgb(210,58,192); }
div.DivClassName
{
background-color: #D23AC0;
}
.BgClassName
{
background-color: #D23AC0;
}
</style>
border-color css
<style>
span { border-color: #D23AC0; }
span { border-color: rgb(210,58,192); }
td.TdClassName
{
border-color: #D23AC0;
}
.TagClassName
{
border-color: #D23AC0;
}
</style>