Shades of Fuchsia #D444B1
Tints of Fuchsia #D444B1
RGB
CMYK
RGB Variations
Color information
#D444B1 (or 0xD444B1) is known color: Fuchsia. HEX triplet: D4, 44 and B1. RGB value is (212,68,177). Sum of RGB (Red+Green+Blue) = 212+68+177=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 68 (26.95% from 255 or 14.88% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D444B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D444B1 is #2BBB4E. Grayscale: #7B7B7B. Windows color (decimal): -2865999 or 11617492. OLE color: 11617492.
HSL color Cylindrical-coordinate representation of color #D444B1: hue angle of 314.58º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D444B1 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 68 | 177 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.17 |
| HSL | 314.58º | 0.63% | 0.55% | - |
| HSV(B) | 314.58º | 0.68% | 0.83% | - |
| XYZ | 37.15 | 21.31 | 43.75 | - |
| YUV | 123.48 | 158.21 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 68 | 177 | 0 | 0.68 | 0.17 | 0.17 | 314.58 | 0.63 | 0.55 |
| Hex | D4 | 44 | B1 | 0 | 44 | 11 | 11 | 13B | 3F | 37 |
| Octal | 324 | 104 | 261 | 0 | 104 | 21 | 21 | 473 | 77 | 67 |
| Binary | 11010100 | 1000100 | 10110001 | 0 | 1000100 | 10001 | 10001 | 100111011 | 111111 | 110111 |
Color Harmonies of #D444B1
Complementary color
Monochromatic Colors of #D444B1
Black with #D444B1
Text Example
Text Example
White with #D444B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D444B1; }
p { color: rgb(212,68,177); }
H1.HeaderClassName
{
color: #D444B1;
}
.AnyTagClassName
{
color: #D444B1;
}
</style>
background-color css
<style>
a { background-color: #D444B1; }
a { background-color: rgb(212,68,177); }
div.DivClassName
{
background-color: #D444B1;
}
.BgClassName
{
background-color: #D444B1;
}
</style>
border-color css
<style>
span { border-color: #D444B1; }
span { border-color: rgb(212,68,177); }
td.TdClassName
{
border-color: #D444B1;
}
.TagClassName
{
border-color: #D444B1;
}
</style>