Shades of Fuchsia #D041C5
Tints of Fuchsia #D041C5
RGB
CMYK
RGB Variations
Color information
#D041C5 (or 0xD041C5) is known color: Fuchsia. HEX triplet: D0, 41 and C5. RGB value is (208,65,197). Sum of RGB (Red+Green+Blue) = 208+65+197=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D041C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D041C5 is #2FBE3A. Grayscale: #7A7A7A. Windows color (decimal): -3128891 or 12927440. OLE color: 12927440.
HSL color Cylindrical-coordinate representation of color #D041C5: hue angle of 304.62º 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 #D041C5 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 197 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.18 |
| HSL | 304.62º | 0.6% | 0.54% | - |
| HSV(B) | 304.62º | 0.69% | 0.82% | - |
| XYZ | 37.98 | 21.22 | 54.92 | - |
| YUV | 122.81 | 169.88 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 197 | 0 | 0.69 | 0.05 | 0.18 | 304.62 | 0.6 | 0.54 |
| Hex | D0 | 41 | C5 | 0 | 45 | 5 | 12 | 131 | 3C | 36 |
| Octal | 320 | 101 | 305 | 0 | 105 | 5 | 22 | 461 | 74 | 66 |
| Binary | 11010000 | 1000001 | 11000101 | 0 | 1000101 | 101 | 10010 | 100110001 | 111100 | 110110 |
Color Harmonies of #D041C5
Complementary color
Monochromatic Colors of #D041C5
Black with #D041C5
Text Example
Text Example
White with #D041C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D041C5; }
p { color: rgb(208,65,197); }
H1.HeaderClassName
{
color: #D041C5;
}
.AnyTagClassName
{
color: #D041C5;
}
</style>
background-color css
<style>
a { background-color: #D041C5; }
a { background-color: rgb(208,65,197); }
div.DivClassName
{
background-color: #D041C5;
}
.BgClassName
{
background-color: #D041C5;
}
</style>
border-color css
<style>
span { border-color: #D041C5; }
span { border-color: rgb(208,65,197); }
td.TdClassName
{
border-color: #D041C5;
}
.TagClassName
{
border-color: #D041C5;
}
</style>