Shades of Fuchsia #D043D5
Tints of Fuchsia #D043D5
RGB
CMYK
RGB Variations
Color information
#D043D5 (or 0xD043D5) is known color: Fuchsia. HEX triplet: D0, 43 and D5. RGB value is (208,67,213). Sum of RGB (Red+Green+Blue) = 208+67+213=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 67 (26.56% from 255 or 13.73% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #D043D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D043D5 is #2FBC2A. Grayscale: #7D7D7D. Windows color (decimal): -3128363 or 13976528. OLE color: 13976528.
HSL color Cylindrical-coordinate representation of color #D043D5: hue angle of 297.95º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D043D5 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 67 | 213 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.16 |
| HSL | 297.95º | 0.63% | 0.55% | - |
| HSV(B) | 297.95º | 0.69% | 0.84% | - |
| XYZ | 40.03 | 22.23 | 65.13 | - |
| YUV | 125.8 | 177.21 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 213 | 0.02 | 0.69 | 0 | 0.16 | 297.95 | 0.63 | 0.55 |
| Hex | D0 | 43 | D5 | 2 | 45 | 0 | 10 | 12A | 3F | 37 |
| Octal | 320 | 103 | 325 | 2 | 105 | 0 | 20 | 452 | 77 | 67 |
| Binary | 11010000 | 1000011 | 11010101 | 10 | 1000101 | 0 | 10000 | 100101010 | 111111 | 110111 |
Color Harmonies of #D043D5
Complementary color
Monochromatic Colors of #D043D5
Black with #D043D5
Text Example
Text Example
White with #D043D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D043D5; }
p { color: rgb(208,67,213); }
H1.HeaderClassName
{
color: #D043D5;
}
.AnyTagClassName
{
color: #D043D5;
}
</style>
background-color css
<style>
a { background-color: #D043D5; }
a { background-color: rgb(208,67,213); }
div.DivClassName
{
background-color: #D043D5;
}
.BgClassName
{
background-color: #D043D5;
}
</style>
border-color css
<style>
span { border-color: #D043D5; }
span { border-color: rgb(208,67,213); }
td.TdClassName
{
border-color: #D043D5;
}
.TagClassName
{
border-color: #D043D5;
}
</style>