Shades of Fuchsia #D043D2
Tints of Fuchsia #D043D2
RGB
CMYK
RGB Variations
Color information
#D043D2 (or 0xD043D2) is known color: Fuchsia. HEX triplet: D0, 43 and D2. RGB value is (208,67,210). Sum of RGB (Red+Green+Blue) = 208+67+210=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 67 (26.56% from 255 or 13.81% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 210 - color contains mainly: blue. Hex color #D043D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D043D2 is #2FBC2D. Grayscale: #7D7D7D. Windows color (decimal): -3128366 or 13779920. OLE color: 13779920.
HSL color Cylindrical-coordinate representation of color #D043D2: hue angle of 299.16º degrees, saturation: 0.61, 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 #D043D2 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 210 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.18 |
| HSL | 299.16º | 0.61% | 0.54% | - |
| HSV(B) | 299.16º | 0.68% | 0.82% | - |
| XYZ | 39.65 | 22.08 | 63.14 | - |
| YUV | 125.46 | 175.71 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 210 | 0.01 | 0.68 | 0 | 0.18 | 299.16 | 0.61 | 0.54 |
| Hex | D0 | 43 | D2 | 1 | 44 | 0 | 12 | 12B | 3D | 36 |
| Octal | 320 | 103 | 322 | 1 | 104 | 0 | 22 | 453 | 75 | 66 |
| Binary | 11010000 | 1000011 | 11010010 | 1 | 1000100 | 0 | 10010 | 100101011 | 111101 | 110110 |
Color Harmonies of #D043D2
Complementary color
Monochromatic Colors of #D043D2
Black with #D043D2
Text Example
Text Example
White with #D043D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D043D2; }
p { color: rgb(208,67,210); }
H1.HeaderClassName
{
color: #D043D2;
}
.AnyTagClassName
{
color: #D043D2;
}
</style>
background-color css
<style>
a { background-color: #D043D2; }
a { background-color: rgb(208,67,210); }
div.DivClassName
{
background-color: #D043D2;
}
.BgClassName
{
background-color: #D043D2;
}
</style>
border-color css
<style>
span { border-color: #D043D2; }
span { border-color: rgb(208,67,210); }
td.TdClassName
{
border-color: #D043D2;
}
.TagClassName
{
border-color: #D043D2;
}
</style>