Shades of Fuchsia #D041BC
Tints of Fuchsia #D041BC
RGB
CMYK
RGB Variations
Color information
#D041BC (or 0xD041BC) is known color: Fuchsia. HEX triplet: D0, 41 and BC. RGB value is (208,65,188). Sum of RGB (Red+Green+Blue) = 208+65+188=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D041BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D041BC is #2FBE43. Grayscale: #797979. Windows color (decimal): -3128900 or 12337616. OLE color: 12337616.
HSL color Cylindrical-coordinate representation of color #D041BC: hue angle of 308.39º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D041BC is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 188 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.18 |
| HSL | 308.39º | 0.6% | 0.54% | - |
| HSV(B) | 308.39º | 0.69% | 0.82% | - |
| XYZ | 36.98 | 20.82 | 49.65 | - |
| YUV | 121.78 | 165.38 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 188 | 0 | 0.69 | 0.10 | 0.18 | 308.39 | 0.6 | 0.54 |
| Hex | D0 | 41 | BC | 0 | 45 | A | 12 | 134 | 3C | 36 |
| Octal | 320 | 101 | 274 | 0 | 105 | 12 | 22 | 464 | 74 | 66 |
| Binary | 11010000 | 1000001 | 10111100 | 0 | 1000101 | 1010 | 10010 | 100110100 | 111100 | 110110 |
Color Harmonies of #D041BC
Complementary color
Monochromatic Colors of #D041BC
Black with #D041BC
Text Example
Text Example
White with #D041BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D041BC; }
p { color: rgb(208,65,188); }
H1.HeaderClassName
{
color: #D041BC;
}
.AnyTagClassName
{
color: #D041BC;
}
</style>
background-color css
<style>
a { background-color: #D041BC; }
a { background-color: rgb(208,65,188); }
div.DivClassName
{
background-color: #D041BC;
}
.BgClassName
{
background-color: #D041BC;
}
</style>
border-color css
<style>
span { border-color: #D041BC; }
span { border-color: rgb(208,65,188); }
td.TdClassName
{
border-color: #D041BC;
}
.TagClassName
{
border-color: #D041BC;
}
</style>