Shades of Fuchsia #D23AD0
Tints of Fuchsia #D23AD0
RGB
CMYK
RGB Variations
Color information
#D23AD0 (or 0xD23AD0) is known color: Fuchsia. HEX triplet: D2, 3A and D0. RGB value is (210,58,208). Sum of RGB (Red+Green+Blue) = 210+58+208=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 58 (23.05% from 255 or 12.18% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D23AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23AD0 is #2DC52F. Grayscale: #787878. Windows color (decimal): -2999600 or 13646546. OLE color: 13646546.
HSL color Cylindrical-coordinate representation of color #D23AD0: hue angle of 300.79º 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 #D23AD0 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 208 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.18 |
| HSL | 300.79º | 0.63% | 0.53% | - |
| HSV(B) | 300.79º | 0.72% | 0.82% | - |
| XYZ | 39.48 | 21.28 | 61.7 | - |
| YUV | 120.55 | 177.36 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 208 | 0 | 0.72 | 0.01 | 0.18 | 300.79 | 0.63 | 0.53 |
| Hex | D2 | 3A | D0 | 0 | 48 | 1 | 12 | 12D | 3F | 35 |
| Octal | 322 | 72 | 320 | 0 | 110 | 1 | 22 | 455 | 77 | 65 |
| Binary | 11010010 | 111010 | 11010000 | 0 | 1001000 | 1 | 10010 | 100101101 | 111111 | 110101 |
Color Harmonies of #D23AD0
Complementary color
Monochromatic Colors of #D23AD0
Black with #D23AD0
Text Example
Text Example
White with #D23AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23AD0; }
p { color: rgb(210,58,208); }
H1.HeaderClassName
{
color: #D23AD0;
}
.AnyTagClassName
{
color: #D23AD0;
}
</style>
background-color css
<style>
a { background-color: #D23AD0; }
a { background-color: rgb(210,58,208); }
div.DivClassName
{
background-color: #D23AD0;
}
.BgClassName
{
background-color: #D23AD0;
}
</style>
border-color css
<style>
span { border-color: #D23AD0; }
span { border-color: rgb(210,58,208); }
td.TdClassName
{
border-color: #D23AD0;
}
.TagClassName
{
border-color: #D23AD0;
}
</style>