Shades of Fuchsia #D441B9
Tints of Fuchsia #D441B9
RGB
CMYK
RGB Variations
Color information
#D441B9 (or 0xD441B9) is known color: Fuchsia. HEX triplet: D4, 41 and B9. RGB value is (212,65,185). Sum of RGB (Red+Green+Blue) = 212+65+185=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 65 (25.78% from 255 or 14.07% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D441B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D441B9 is #2BBE46. Grayscale: #7A7A7A. Windows color (decimal): -2866759 or 12141012. OLE color: 12141012.
HSL color Cylindrical-coordinate representation of color #D441B9: hue angle of 311.02º 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 #D441B9 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 185 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.17 |
| HSL | 311.02º | 0.63% | 0.54% | - |
| HSV(B) | 311.02º | 0.69% | 0.83% | - |
| XYZ | 37.8 | 21.28 | 48.01 | - |
| YUV | 122.63 | 163.2 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 185 | 0 | 0.69 | 0.13 | 0.17 | 311.02 | 0.63 | 0.54 |
| Hex | D4 | 41 | B9 | 0 | 45 | D | 11 | 137 | 3F | 36 |
| Octal | 324 | 101 | 271 | 0 | 105 | 15 | 21 | 467 | 77 | 66 |
| Binary | 11010100 | 1000001 | 10111001 | 0 | 1000101 | 1101 | 10001 | 100110111 | 111111 | 110110 |
Color Harmonies of #D441B9
Complementary color
Monochromatic Colors of #D441B9
Black with #D441B9
Text Example
Text Example
White with #D441B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D441B9; }
p { color: rgb(212,65,185); }
H1.HeaderClassName
{
color: #D441B9;
}
.AnyTagClassName
{
color: #D441B9;
}
</style>
background-color css
<style>
a { background-color: #D441B9; }
a { background-color: rgb(212,65,185); }
div.DivClassName
{
background-color: #D441B9;
}
.BgClassName
{
background-color: #D441B9;
}
</style>
border-color css
<style>
span { border-color: #D441B9; }
span { border-color: rgb(212,65,185); }
td.TdClassName
{
border-color: #D441B9;
}
.TagClassName
{
border-color: #D441B9;
}
</style>