Shades of Fuchsia #D441BF
Tints of Fuchsia #D441BF
RGB
CMYK
RGB Variations
Color information
#D441BF (or 0xD441BF) is known color: Fuchsia. HEX triplet: D4, 41 and BF. RGB value is (212,65,191). Sum of RGB (Red+Green+Blue) = 212+65+191=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D441BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D441BF is #2BBE40. Grayscale: #7A7A7A. Windows color (decimal): -2866753 or 12534228. OLE color: 12534228.
HSL color Cylindrical-coordinate representation of color #D441BF: hue angle of 308.57º 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 #D441BF is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 191 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.17 |
| HSL | 308.57º | 0.63% | 0.54% | - |
| HSV(B) | 308.57º | 0.69% | 0.83% | - |
| XYZ | 38.45 | 21.54 | 51.42 | - |
| YUV | 123.32 | 166.2 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 191 | 0 | 0.69 | 0.10 | 0.17 | 308.57 | 0.63 | 0.54 |
| Hex | D4 | 41 | BF | 0 | 45 | A | 11 | 135 | 3F | 36 |
| Octal | 324 | 101 | 277 | 0 | 105 | 12 | 21 | 465 | 77 | 66 |
| Binary | 11010100 | 1000001 | 10111111 | 0 | 1000101 | 1010 | 10001 | 100110101 | 111111 | 110110 |
Color Harmonies of #D441BF
Complementary color
Monochromatic Colors of #D441BF
Black with #D441BF
Text Example
Text Example
White with #D441BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D441BF; }
p { color: rgb(212,65,191); }
H1.HeaderClassName
{
color: #D441BF;
}
.AnyTagClassName
{
color: #D441BF;
}
</style>
background-color css
<style>
a { background-color: #D441BF; }
a { background-color: rgb(212,65,191); }
div.DivClassName
{
background-color: #D441BF;
}
.BgClassName
{
background-color: #D441BF;
}
</style>
border-color css
<style>
span { border-color: #D441BF; }
span { border-color: rgb(212,65,191); }
td.TdClassName
{
border-color: #D441BF;
}
.TagClassName
{
border-color: #D441BF;
}
</style>