Shades of Fuchsia #D043AD
Tints of Fuchsia #D043AD
RGB
CMYK
RGB Variations
Color information
#D043AD (or 0xD043AD) is known color: Fuchsia. HEX triplet: D0, 43 and AD. RGB value is (208,67,173). Sum of RGB (Red+Green+Blue) = 208+67+173=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D043AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D043AD is #2FBC52. Grayscale: #787878. Windows color (decimal): -3128403 or 11355088. OLE color: 11355088.
HSL color Cylindrical-coordinate representation of color #D043AD: hue angle of 314.89º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D043AD is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 173 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.18 |
| HSL | 314.89º | 0.6% | 0.54% | - |
| HSV(B) | 314.89º | 0.68% | 0.82% | - |
| XYZ | 35.56 | 20.44 | 41.61 | - |
| YUV | 121.24 | 157.21 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 173 | 0 | 0.68 | 0.17 | 0.18 | 314.89 | 0.6 | 0.54 |
| Hex | D0 | 43 | AD | 0 | 44 | 11 | 12 | 13B | 3C | 36 |
| Octal | 320 | 103 | 255 | 0 | 104 | 21 | 22 | 473 | 74 | 66 |
| Binary | 11010000 | 1000011 | 10101101 | 0 | 1000100 | 10001 | 10010 | 100111011 | 111100 | 110110 |
Color Harmonies of #D043AD
Complementary color
Monochromatic Colors of #D043AD
Black with #D043AD
Text Example
Text Example
White with #D043AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D043AD; }
p { color: rgb(208,67,173); }
H1.HeaderClassName
{
color: #D043AD;
}
.AnyTagClassName
{
color: #D043AD;
}
</style>
background-color css
<style>
a { background-color: #D043AD; }
a { background-color: rgb(208,67,173); }
div.DivClassName
{
background-color: #D043AD;
}
.BgClassName
{
background-color: #D043AD;
}
</style>
border-color css
<style>
span { border-color: #D043AD; }
span { border-color: rgb(208,67,173); }
td.TdClassName
{
border-color: #D043AD;
}
.TagClassName
{
border-color: #D043AD;
}
</style>