Shades of Fuchsia #D043C5
Tints of Fuchsia #D043C5
RGB
CMYK
RGB Variations
Color information
#D043C5 (or 0xD043C5) is known color: Fuchsia. HEX triplet: D0, 43 and C5. RGB value is (208,67,197). Sum of RGB (Red+Green+Blue) = 208+67+197=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 67 (26.56% from 255 or 14.19% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D043C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D043C5 is #2FBC3A. Grayscale: #7B7B7B. Windows color (decimal): -3128379 or 12927952. OLE color: 12927952.
HSL color Cylindrical-coordinate representation of color #D043C5: hue angle of 304.68º 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 #D043C5 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 197 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.18 |
| HSL | 304.68º | 0.6% | 0.54% | - |
| HSV(B) | 304.68º | 0.68% | 0.82% | - |
| XYZ | 38.1 | 21.46 | 54.96 | - |
| YUV | 123.98 | 169.21 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 197 | 0 | 0.68 | 0.05 | 0.18 | 304.68 | 0.6 | 0.54 |
| Hex | D0 | 43 | C5 | 0 | 44 | 5 | 12 | 131 | 3C | 36 |
| Octal | 320 | 103 | 305 | 0 | 104 | 5 | 22 | 461 | 74 | 66 |
| Binary | 11010000 | 1000011 | 11000101 | 0 | 1000100 | 101 | 10010 | 100110001 | 111100 | 110110 |
Color Harmonies of #D043C5
Complementary color
Monochromatic Colors of #D043C5
Black with #D043C5
Text Example
Text Example
White with #D043C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D043C5; }
p { color: rgb(208,67,197); }
H1.HeaderClassName
{
color: #D043C5;
}
.AnyTagClassName
{
color: #D043C5;
}
</style>
background-color css
<style>
a { background-color: #D043C5; }
a { background-color: rgb(208,67,197); }
div.DivClassName
{
background-color: #D043C5;
}
.BgClassName
{
background-color: #D043C5;
}
</style>
border-color css
<style>
span { border-color: #D043C5; }
span { border-color: rgb(208,67,197); }
td.TdClassName
{
border-color: #D043C5;
}
.TagClassName
{
border-color: #D043C5;
}
</style>