Shades of Fuchsia #D444B7
Tints of Fuchsia #D444B7
RGB
CMYK
RGB Variations
Color information
#D444B7 (or 0xD444B7) is known color: Fuchsia. HEX triplet: D4, 44 and B7. RGB value is (212,68,183). Sum of RGB (Red+Green+Blue) = 212+68+183=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D444B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D444B7 is #2BBB48. Grayscale: #7B7B7B. Windows color (decimal): -2865993 or 12010708. OLE color: 12010708.
HSL color Cylindrical-coordinate representation of color #D444B7: hue angle of 312.08º 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 #D444B7 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 68 | 183 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.17 |
| HSL | 312.08º | 0.63% | 0.55% | - |
| HSV(B) | 312.08º | 0.68% | 0.83% | - |
| XYZ | 37.77 | 21.55 | 46.97 | - |
| YUV | 124.17 | 161.21 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 68 | 183 | 0 | 0.68 | 0.14 | 0.17 | 312.08 | 0.63 | 0.55 |
| Hex | D4 | 44 | B7 | 0 | 44 | E | 11 | 138 | 3F | 37 |
| Octal | 324 | 104 | 267 | 0 | 104 | 16 | 21 | 470 | 77 | 67 |
| Binary | 11010100 | 1000100 | 10110111 | 0 | 1000100 | 1110 | 10001 | 100111000 | 111111 | 110111 |
Color Harmonies of #D444B7
Complementary color
Monochromatic Colors of #D444B7
Black with #D444B7
Text Example
Text Example
White with #D444B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D444B7; }
p { color: rgb(212,68,183); }
H1.HeaderClassName
{
color: #D444B7;
}
.AnyTagClassName
{
color: #D444B7;
}
</style>
background-color css
<style>
a { background-color: #D444B7; }
a { background-color: rgb(212,68,183); }
div.DivClassName
{
background-color: #D444B7;
}
.BgClassName
{
background-color: #D444B7;
}
</style>
border-color css
<style>
span { border-color: #D444B7; }
span { border-color: rgb(212,68,183); }
td.TdClassName
{
border-color: #D444B7;
}
.TagClassName
{
border-color: #D444B7;
}
</style>