Shades of Fuchsia #D441B6
Tints of Fuchsia #D441B6
RGB
CMYK
RGB Variations
Color information
#D441B6 (or 0xD441B6) is known color: Fuchsia. HEX triplet: D4, 41 and B6. RGB value is (212,65,182). Sum of RGB (Red+Green+Blue) = 212+65+182=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D441B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D441B6 is #2BBE49. Grayscale: #797979. Windows color (decimal): -2866762 or 11944404. OLE color: 11944404.
HSL color Cylindrical-coordinate representation of color #D441B6: hue angle of 312.24º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D441B6 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 182 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.17 |
| HSL | 312.24º | 0.63% | 0.54% | - |
| HSV(B) | 312.24º | 0.69% | 0.83% | - |
| XYZ | 37.49 | 21.16 | 46.36 | - |
| YUV | 122.29 | 161.7 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 182 | 0 | 0.69 | 0.14 | 0.17 | 312.24 | 0.63 | 0.54 |
| Hex | D4 | 41 | B6 | 0 | 45 | E | 11 | 138 | 3F | 36 |
| Octal | 324 | 101 | 266 | 0 | 105 | 16 | 21 | 470 | 77 | 66 |
| Binary | 11010100 | 1000001 | 10110110 | 0 | 1000101 | 1110 | 10001 | 100111000 | 111111 | 110110 |
Color Harmonies of #D441B6
Complementary color
Monochromatic Colors of #D441B6
Black with #D441B6
Text Example
Text Example
White with #D441B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D441B6; }
p { color: rgb(212,65,182); }
H1.HeaderClassName
{
color: #D441B6;
}
.AnyTagClassName
{
color: #D441B6;
}
</style>
background-color css
<style>
a { background-color: #D441B6; }
a { background-color: rgb(212,65,182); }
div.DivClassName
{
background-color: #D441B6;
}
.BgClassName
{
background-color: #D441B6;
}
</style>
border-color css
<style>
span { border-color: #D441B6; }
span { border-color: rgb(212,65,182); }
td.TdClassName
{
border-color: #D441B6;
}
.TagClassName
{
border-color: #D441B6;
}
</style>