Shades of Fuchsia #D441B7
Tints of Fuchsia #D441B7
RGB
CMYK
RGB Variations
Color information
#D441B7 (or 0xD441B7) is known color: Fuchsia. HEX triplet: D4, 41 and B7. RGB value is (212,65,183). Sum of RGB (Red+Green+Blue) = 212+65+183=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D441B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D441B7 is #2BBE48. Grayscale: #7A7A7A. Windows color (decimal): -2866761 or 12009940. OLE color: 12009940.
HSL color Cylindrical-coordinate representation of color #D441B7: hue angle of 311.84º 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 #D441B7 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 183 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.17 |
| HSL | 311.84º | 0.63% | 0.54% | - |
| HSV(B) | 311.84º | 0.69% | 0.83% | - |
| XYZ | 37.59 | 21.2 | 46.91 | - |
| YUV | 122.41 | 162.2 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 183 | 0 | 0.69 | 0.14 | 0.17 | 311.84 | 0.63 | 0.54 |
| Hex | D4 | 41 | B7 | 0 | 45 | E | 11 | 138 | 3F | 36 |
| Octal | 324 | 101 | 267 | 0 | 105 | 16 | 21 | 470 | 77 | 66 |
| Binary | 11010100 | 1000001 | 10110111 | 0 | 1000101 | 1110 | 10001 | 100111000 | 111111 | 110110 |
Color Harmonies of #D441B7
Complementary color
Monochromatic Colors of #D441B7
Black with #D441B7
Text Example
Text Example
White with #D441B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D441B7; }
p { color: rgb(212,65,183); }
H1.HeaderClassName
{
color: #D441B7;
}
.AnyTagClassName
{
color: #D441B7;
}
</style>
background-color css
<style>
a { background-color: #D441B7; }
a { background-color: rgb(212,65,183); }
div.DivClassName
{
background-color: #D441B7;
}
.BgClassName
{
background-color: #D441B7;
}
</style>
border-color css
<style>
span { border-color: #D441B7; }
span { border-color: rgb(212,65,183); }
td.TdClassName
{
border-color: #D441B7;
}
.TagClassName
{
border-color: #D441B7;
}
</style>