Shades of Fuchsia #D043C8
Tints of Fuchsia #D043C8
RGB
CMYK
RGB Variations
Color information
#D043C8 (or 0xD043C8) is known color: Fuchsia. HEX triplet: D0, 43 and C8. RGB value is (208,67,200). Sum of RGB (Red+Green+Blue) = 208+67+200=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 67 (26.56% from 255 or 14.11% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D043C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D043C8 is #2FBC37. Grayscale: #7B7B7B. Windows color (decimal): -3128376 or 13124560. OLE color: 13124560.
HSL color Cylindrical-coordinate representation of color #D043C8: hue angle of 303.4º 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 #D043C8 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 200 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.18 |
| HSL | 303.4º | 0.6% | 0.54% | - |
| HSV(B) | 303.4º | 0.68% | 0.82% | - |
| XYZ | 38.44 | 21.59 | 56.79 | - |
| YUV | 124.32 | 170.71 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 200 | 0 | 0.68 | 0.04 | 0.18 | 303.4 | 0.6 | 0.54 |
| Hex | D0 | 43 | C8 | 0 | 44 | 4 | 12 | 12F | 3C | 36 |
| Octal | 320 | 103 | 310 | 0 | 104 | 4 | 22 | 457 | 74 | 66 |
| Binary | 11010000 | 1000011 | 11001000 | 0 | 1000100 | 100 | 10010 | 100101111 | 111100 | 110110 |
Color Harmonies of #D043C8
Complementary color
Monochromatic Colors of #D043C8
Black with #D043C8
Text Example
Text Example
White with #D043C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D043C8; }
p { color: rgb(208,67,200); }
H1.HeaderClassName
{
color: #D043C8;
}
.AnyTagClassName
{
color: #D043C8;
}
</style>
background-color css
<style>
a { background-color: #D043C8; }
a { background-color: rgb(208,67,200); }
div.DivClassName
{
background-color: #D043C8;
}
.BgClassName
{
background-color: #D043C8;
}
</style>
border-color css
<style>
span { border-color: #D043C8; }
span { border-color: rgb(208,67,200); }
td.TdClassName
{
border-color: #D043C8;
}
.TagClassName
{
border-color: #D043C8;
}
</style>