Shades of Fuchsia #D043B2
Tints of Fuchsia #D043B2
RGB
CMYK
RGB Variations
Color information
#D043B2 (or 0xD043B2) is known color: Fuchsia. HEX triplet: D0, 43 and B2. RGB value is (208,67,178). Sum of RGB (Red+Green+Blue) = 208+67+178=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 67 (26.56% from 255 or 14.79% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D043B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D043B2 is #2FBC4D. Grayscale: #797979. Windows color (decimal): -3128398 or 11682768. OLE color: 11682768.
HSL color Cylindrical-coordinate representation of color #D043B2: hue angle of 312.77º 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 #D043B2 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 178 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.18 |
| HSL | 312.77º | 0.6% | 0.54% | - |
| HSV(B) | 312.77º | 0.68% | 0.82% | - |
| XYZ | 36.06 | 20.64 | 44.2 | - |
| YUV | 121.81 | 159.71 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 178 | 0 | 0.68 | 0.14 | 0.18 | 312.77 | 0.6 | 0.54 |
| Hex | D0 | 43 | B2 | 0 | 44 | E | 12 | 139 | 3C | 36 |
| Octal | 320 | 103 | 262 | 0 | 104 | 16 | 22 | 471 | 74 | 66 |
| Binary | 11010000 | 1000011 | 10110010 | 0 | 1000100 | 1110 | 10010 | 100111001 | 111100 | 110110 |
Color Harmonies of #D043B2
Complementary color
Monochromatic Colors of #D043B2
Black with #D043B2
Text Example
Text Example
White with #D043B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D043B2; }
p { color: rgb(208,67,178); }
H1.HeaderClassName
{
color: #D043B2;
}
.AnyTagClassName
{
color: #D043B2;
}
</style>
background-color css
<style>
a { background-color: #D043B2; }
a { background-color: rgb(208,67,178); }
div.DivClassName
{
background-color: #D043B2;
}
.BgClassName
{
background-color: #D043B2;
}
</style>
border-color css
<style>
span { border-color: #D043B2; }
span { border-color: rgb(208,67,178); }
td.TdClassName
{
border-color: #D043B2;
}
.TagClassName
{
border-color: #D043B2;
}
</style>