Shades of Fuchsia #D441BB
Tints of Fuchsia #D441BB
RGB
CMYK
RGB Variations
Color information
#D441BB (or 0xD441BB) is known color: Fuchsia. HEX triplet: D4, 41 and BB. RGB value is (212,65,187). Sum of RGB (Red+Green+Blue) = 212+65+187=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D441BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D441BB is #2BBE44. Grayscale: #7A7A7A. Windows color (decimal): -2866757 or 12272084. OLE color: 12272084.
HSL color Cylindrical-coordinate representation of color #D441BB: hue angle of 310.2º 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 #D441BB is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 187 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.17 |
| HSL | 310.2º | 0.63% | 0.54% | - |
| HSV(B) | 310.2º | 0.69% | 0.83% | - |
| XYZ | 38.01 | 21.37 | 49.13 | - |
| YUV | 122.86 | 164.2 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 187 | 0 | 0.69 | 0.12 | 0.17 | 310.2 | 0.63 | 0.54 |
| Hex | D4 | 41 | BB | 0 | 45 | C | 11 | 136 | 3F | 36 |
| Octal | 324 | 101 | 273 | 0 | 105 | 14 | 21 | 466 | 77 | 66 |
| Binary | 11010100 | 1000001 | 10111011 | 0 | 1000101 | 1100 | 10001 | 100110110 | 111111 | 110110 |
Color Harmonies of #D441BB
Complementary color
Monochromatic Colors of #D441BB
Black with #D441BB
Text Example
Text Example
White with #D441BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D441BB; }
p { color: rgb(212,65,187); }
H1.HeaderClassName
{
color: #D441BB;
}
.AnyTagClassName
{
color: #D441BB;
}
</style>
background-color css
<style>
a { background-color: #D441BB; }
a { background-color: rgb(212,65,187); }
div.DivClassName
{
background-color: #D441BB;
}
.BgClassName
{
background-color: #D441BB;
}
</style>
border-color css
<style>
span { border-color: #D441BB; }
span { border-color: rgb(212,65,187); }
td.TdClassName
{
border-color: #D441BB;
}
.TagClassName
{
border-color: #D441BB;
}
</style>