Shades of Fuchsia #D23AD5
Tints of Fuchsia #D23AD5
RGB
CMYK
RGB Variations
Color information
#D23AD5 (or 0xD23AD5) is known color: Fuchsia. HEX triplet: D2, 3A and D5. RGB value is (210,58,213). Sum of RGB (Red+Green+Blue) = 210+58+213=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 58 (23.05% from 255 or 12.06% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #D23AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23AD5 is #2DC52A. Grayscale: #787878. Windows color (decimal): -2999595 or 13974226. OLE color: 13974226.
HSL color Cylindrical-coordinate representation of color #D23AD5: hue angle of 298.84º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23AD5 is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 58 | 213 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.16 |
| HSL | 298.84º | 0.65% | 0.53% | - |
| HSV(B) | 298.84º | 0.73% | 0.84% | - |
| XYZ | 40.1 | 21.53 | 64.99 | - |
| YUV | 121.12 | 179.86 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 213 | 0.01 | 0.73 | 0 | 0.16 | 298.84 | 0.65 | 0.53 |
| Hex | D2 | 3A | D5 | 1 | 49 | 0 | 10 | 12B | 41 | 35 |
| Octal | 322 | 72 | 325 | 1 | 111 | 0 | 20 | 453 | 101 | 65 |
| Binary | 11010010 | 111010 | 11010101 | 1 | 1001001 | 0 | 10000 | 100101011 | 1000001 | 110101 |
Color Harmonies of #D23AD5
Complementary color
Monochromatic Colors of #D23AD5
Black with #D23AD5
Text Example
Text Example
White with #D23AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23AD5; }
p { color: rgb(210,58,213); }
H1.HeaderClassName
{
color: #D23AD5;
}
.AnyTagClassName
{
color: #D23AD5;
}
</style>
background-color css
<style>
a { background-color: #D23AD5; }
a { background-color: rgb(210,58,213); }
div.DivClassName
{
background-color: #D23AD5;
}
.BgClassName
{
background-color: #D23AD5;
}
</style>
border-color css
<style>
span { border-color: #D23AD5; }
span { border-color: rgb(210,58,213); }
td.TdClassName
{
border-color: #D23AD5;
}
.TagClassName
{
border-color: #D23AD5;
}
</style>