Shades of Fuchsia #D043B7
Tints of Fuchsia #D043B7
RGB
CMYK
RGB Variations
Color information
#D043B7 (or 0xD043B7) is known color: Fuchsia. HEX triplet: D0, 43 and B7. RGB value is (208,67,183). Sum of RGB (Red+Green+Blue) = 208+67+183=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 183 (71.88% from 255 or 39.96% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D043B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D043B7 is #2FBC48. Grayscale: #7A7A7A. Windows color (decimal): -3128393 or 12010448. OLE color: 12010448.
HSL color Cylindrical-coordinate representation of color #D043B7: hue angle of 310.64º 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 #D043B7 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 183 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.18 |
| HSL | 310.64º | 0.6% | 0.54% | - |
| HSV(B) | 310.64º | 0.68% | 0.82% | - |
| XYZ | 36.57 | 20.84 | 46.9 | - |
| YUV | 122.38 | 162.21 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 183 | 0 | 0.68 | 0.12 | 0.18 | 310.64 | 0.6 | 0.54 |
| Hex | D0 | 43 | B7 | 0 | 44 | C | 12 | 137 | 3C | 36 |
| Octal | 320 | 103 | 267 | 0 | 104 | 14 | 22 | 467 | 74 | 66 |
| Binary | 11010000 | 1000011 | 10110111 | 0 | 1000100 | 1100 | 10010 | 100110111 | 111100 | 110110 |
Color Harmonies of #D043B7
Complementary color
Monochromatic Colors of #D043B7
Black with #D043B7
Text Example
Text Example
White with #D043B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D043B7; }
p { color: rgb(208,67,183); }
H1.HeaderClassName
{
color: #D043B7;
}
.AnyTagClassName
{
color: #D043B7;
}
</style>
background-color css
<style>
a { background-color: #D043B7; }
a { background-color: rgb(208,67,183); }
div.DivClassName
{
background-color: #D043B7;
}
.BgClassName
{
background-color: #D043B7;
}
</style>
border-color css
<style>
span { border-color: #D043B7; }
span { border-color: rgb(208,67,183); }
td.TdClassName
{
border-color: #D043B7;
}
.TagClassName
{
border-color: #D043B7;
}
</style>