Shades of Fuchsia #D446B6
Tints of Fuchsia #D446B6
RGB
CMYK
RGB Variations
Color information
#D446B6 (or 0xD446B6) is known color: Fuchsia. HEX triplet: D4, 46 and B6. RGB value is (212,70,182). Sum of RGB (Red+Green+Blue) = 212+70+182=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 70 (27.73% from 255 or 15.09% from 464); Blue value is 182 (71.48% from 255 or 39.22% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D446B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D446B6 is #2BB949. Grayscale: #7C7C7C. Windows color (decimal): -2865482 or 11945684. OLE color: 11945684.
HSL color Cylindrical-coordinate representation of color #D446B6: hue angle of 312.68º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D446B6 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 182 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.17 |
| HSL | 312.68º | 0.62% | 0.55% | - |
| HSV(B) | 312.68º | 0.67% | 0.83% | - |
| XYZ | 37.79 | 21.75 | 46.46 | - |
| YUV | 125.23 | 160.04 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 182 | 0 | 0.67 | 0.14 | 0.17 | 312.68 | 0.62 | 0.55 |
| Hex | D4 | 46 | B6 | 0 | 43 | E | 11 | 139 | 3E | 37 |
| Octal | 324 | 106 | 266 | 0 | 103 | 16 | 21 | 471 | 76 | 67 |
| Binary | 11010100 | 1000110 | 10110110 | 0 | 1000011 | 1110 | 10001 | 100111001 | 111110 | 110111 |
Color Harmonies of #D446B6
Complementary color
Monochromatic Colors of #D446B6
Black with #D446B6
Text Example
Text Example
White with #D446B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D446B6; }
p { color: rgb(212,70,182); }
H1.HeaderClassName
{
color: #D446B6;
}
.AnyTagClassName
{
color: #D446B6;
}
</style>
background-color css
<style>
a { background-color: #D446B6; }
a { background-color: rgb(212,70,182); }
div.DivClassName
{
background-color: #D446B6;
}
.BgClassName
{
background-color: #D446B6;
}
</style>
border-color css
<style>
span { border-color: #D446B6; }
span { border-color: rgb(212,70,182); }
td.TdClassName
{
border-color: #D446B6;
}
.TagClassName
{
border-color: #D446B6;
}
</style>