Shades of Fuchsia #D043C3
Tints of Fuchsia #D043C3
RGB
CMYK
RGB Variations
Color information
#D043C3 (or 0xD043C3) is known color: Fuchsia. HEX triplet: D0, 43 and C3. RGB value is (208,67,195). Sum of RGB (Red+Green+Blue) = 208+67+195=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 67 (26.56% from 255 or 14.26% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D043C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D043C3 is #2FBC3C. Grayscale: #7B7B7B. Windows color (decimal): -3128381 or 12796880. OLE color: 12796880.
HSL color Cylindrical-coordinate representation of color #D043C3: hue angle of 305.53º 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 #D043C3 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 195 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.18 |
| HSL | 305.53º | 0.6% | 0.54% | - |
| HSV(B) | 305.53º | 0.68% | 0.82% | - |
| XYZ | 37.87 | 21.36 | 53.76 | - |
| YUV | 123.75 | 168.21 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 195 | 0 | 0.68 | 0.06 | 0.18 | 305.53 | 0.6 | 0.54 |
| Hex | D0 | 43 | C3 | 0 | 44 | 6 | 12 | 132 | 3C | 36 |
| Octal | 320 | 103 | 303 | 0 | 104 | 6 | 22 | 462 | 74 | 66 |
| Binary | 11010000 | 1000011 | 11000011 | 0 | 1000100 | 110 | 10010 | 100110010 | 111100 | 110110 |
Color Harmonies of #D043C3
Complementary color
Monochromatic Colors of #D043C3
Black with #D043C3
Text Example
Text Example
White with #D043C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D043C3; }
p { color: rgb(208,67,195); }
H1.HeaderClassName
{
color: #D043C3;
}
.AnyTagClassName
{
color: #D043C3;
}
</style>
background-color css
<style>
a { background-color: #D043C3; }
a { background-color: rgb(208,67,195); }
div.DivClassName
{
background-color: #D043C3;
}
.BgClassName
{
background-color: #D043C3;
}
</style>
border-color css
<style>
span { border-color: #D043C3; }
span { border-color: rgb(208,67,195); }
td.TdClassName
{
border-color: #D043C3;
}
.TagClassName
{
border-color: #D043C3;
}
</style>