Shades of Fuchsia #D23ACD
Tints of Fuchsia #D23ACD
RGB
CMYK
RGB Variations
Color information
#D23ACD (or 0xD23ACD) is known color: Fuchsia. HEX triplet: D2, 3A and CD. RGB value is (210,58,205). Sum of RGB (Red+Green+Blue) = 210+58+205=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 58 (23.05% from 255 or 12.26% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D23ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23ACD is #2DC532. Grayscale: #777777. Windows color (decimal): -2999603 or 13449938. OLE color: 13449938.
HSL color Cylindrical-coordinate representation of color #D23ACD: hue angle of 301.97º 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 #D23ACD is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 205 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.18 |
| HSL | 301.97º | 0.63% | 0.53% | - |
| HSV(B) | 301.97º | 0.72% | 0.82% | - |
| XYZ | 39.11 | 21.14 | 59.78 | - |
| YUV | 120.21 | 175.86 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 205 | 0 | 0.72 | 0.02 | 0.18 | 301.97 | 0.63 | 0.53 |
| Hex | D2 | 3A | CD | 0 | 48 | 2 | 12 | 12E | 3F | 35 |
| Octal | 322 | 72 | 315 | 0 | 110 | 2 | 22 | 456 | 77 | 65 |
| Binary | 11010010 | 111010 | 11001101 | 0 | 1001000 | 10 | 10010 | 100101110 | 111111 | 110101 |
Color Harmonies of #D23ACD
Complementary color
Monochromatic Colors of #D23ACD
Black with #D23ACD
Text Example
Text Example
White with #D23ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23ACD; }
p { color: rgb(210,58,205); }
H1.HeaderClassName
{
color: #D23ACD;
}
.AnyTagClassName
{
color: #D23ACD;
}
</style>
background-color css
<style>
a { background-color: #D23ACD; }
a { background-color: rgb(210,58,205); }
div.DivClassName
{
background-color: #D23ACD;
}
.BgClassName
{
background-color: #D23ACD;
}
</style>
border-color css
<style>
span { border-color: #D23ACD; }
span { border-color: rgb(210,58,205); }
td.TdClassName
{
border-color: #D23ACD;
}
.TagClassName
{
border-color: #D23ACD;
}
</style>