Shades of Fuchsia #D043BD
Tints of Fuchsia #D043BD
RGB
CMYK
RGB Variations
Color information
#D043BD (or 0xD043BD) is known color: Fuchsia. HEX triplet: D0, 43 and BD. RGB value is (208,67,189). Sum of RGB (Red+Green+Blue) = 208+67+189=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D043BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D043BD is #2FBC42. Grayscale: #7A7A7A. Windows color (decimal): -3128387 or 12403664. OLE color: 12403664.
HSL color Cylindrical-coordinate representation of color #D043BD: hue angle of 308.09º 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 #D043BD is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 189 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.18 |
| HSL | 308.09º | 0.6% | 0.54% | - |
| HSV(B) | 308.09º | 0.68% | 0.82% | - |
| XYZ | 37.2 | 21.1 | 50.26 | - |
| YUV | 123.07 | 165.21 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 189 | 0 | 0.68 | 0.09 | 0.18 | 308.09 | 0.6 | 0.54 |
| Hex | D0 | 43 | BD | 0 | 44 | 9 | 12 | 134 | 3C | 36 |
| Octal | 320 | 103 | 275 | 0 | 104 | 11 | 22 | 464 | 74 | 66 |
| Binary | 11010000 | 1000011 | 10111101 | 0 | 1000100 | 1001 | 10010 | 100110100 | 111100 | 110110 |
Color Harmonies of #D043BD
Complementary color
Monochromatic Colors of #D043BD
Black with #D043BD
Text Example
Text Example
White with #D043BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D043BD; }
p { color: rgb(208,67,189); }
H1.HeaderClassName
{
color: #D043BD;
}
.AnyTagClassName
{
color: #D043BD;
}
</style>
background-color css
<style>
a { background-color: #D043BD; }
a { background-color: rgb(208,67,189); }
div.DivClassName
{
background-color: #D043BD;
}
.BgClassName
{
background-color: #D043BD;
}
</style>
border-color css
<style>
span { border-color: #D043BD; }
span { border-color: rgb(208,67,189); }
td.TdClassName
{
border-color: #D043BD;
}
.TagClassName
{
border-color: #D043BD;
}
</style>