Shades of Fuchsia #D043CB
Tints of Fuchsia #D043CB
RGB
CMYK
RGB Variations
Color information
#D043CB (or 0xD043CB) is known color: Fuchsia. HEX triplet: D0, 43 and CB. RGB value is (208,67,203). Sum of RGB (Red+Green+Blue) = 208+67+203=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 67 (26.56% from 255 or 14.02% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D043CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D043CB is #2FBC34. Grayscale: #7C7C7C. Windows color (decimal): -3128373 or 13321168. OLE color: 13321168.
HSL color Cylindrical-coordinate representation of color #D043CB: hue angle of 302.13º 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 #D043CB is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 203 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.18 |
| HSL | 302.13º | 0.6% | 0.54% | - |
| HSV(B) | 302.13º | 0.68% | 0.82% | - |
| XYZ | 38.8 | 21.74 | 58.65 | - |
| YUV | 124.66 | 172.21 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 203 | 0 | 0.68 | 0.02 | 0.18 | 302.13 | 0.6 | 0.54 |
| Hex | D0 | 43 | CB | 0 | 44 | 2 | 12 | 12E | 3C | 36 |
| Octal | 320 | 103 | 313 | 0 | 104 | 2 | 22 | 456 | 74 | 66 |
| Binary | 11010000 | 1000011 | 11001011 | 0 | 1000100 | 10 | 10010 | 100101110 | 111100 | 110110 |
Color Harmonies of #D043CB
Complementary color
Monochromatic Colors of #D043CB
Black with #D043CB
Text Example
Text Example
White with #D043CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D043CB; }
p { color: rgb(208,67,203); }
H1.HeaderClassName
{
color: #D043CB;
}
.AnyTagClassName
{
color: #D043CB;
}
</style>
background-color css
<style>
a { background-color: #D043CB; }
a { background-color: rgb(208,67,203); }
div.DivClassName
{
background-color: #D043CB;
}
.BgClassName
{
background-color: #D043CB;
}
</style>
border-color css
<style>
span { border-color: #D043CB; }
span { border-color: rgb(208,67,203); }
td.TdClassName
{
border-color: #D043CB;
}
.TagClassName
{
border-color: #D043CB;
}
</style>