Shades of Fuchsia #D446BC
Tints of Fuchsia #D446BC
RGB
CMYK
RGB Variations
Color information
#D446BC (or 0xD446BC) is known color: Fuchsia. HEX triplet: D4, 46 and BC. RGB value is (212,70,188). Sum of RGB (Red+Green+Blue) = 212+70+188=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 212 - color contains mainly: red. Hex color #D446BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D446BC is #2BB943. Grayscale: #7D7D7D. Windows color (decimal): -2865476 or 12338900. OLE color: 12338900.
HSL color Cylindrical-coordinate representation of color #D446BC: hue angle of 310.14º 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 #D446BC is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 188 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.17 |
| HSL | 310.14º | 0.62% | 0.55% | - |
| HSV(B) | 310.14º | 0.67% | 0.83% | - |
| XYZ | 38.42 | 22.01 | 49.8 | - |
| YUV | 125.91 | 163.04 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 188 | 0 | 0.67 | 0.11 | 0.17 | 310.14 | 0.62 | 0.55 |
| Hex | D4 | 46 | BC | 0 | 43 | B | 11 | 136 | 3E | 37 |
| Octal | 324 | 106 | 274 | 0 | 103 | 13 | 21 | 466 | 76 | 67 |
| Binary | 11010100 | 1000110 | 10111100 | 0 | 1000011 | 1011 | 10001 | 100110110 | 111110 | 110111 |
Color Harmonies of #D446BC
Complementary color
Monochromatic Colors of #D446BC
Black with #D446BC
Text Example
Text Example
White with #D446BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D446BC; }
p { color: rgb(212,70,188); }
H1.HeaderClassName
{
color: #D446BC;
}
.AnyTagClassName
{
color: #D446BC;
}
</style>
background-color css
<style>
a { background-color: #D446BC; }
a { background-color: rgb(212,70,188); }
div.DivClassName
{
background-color: #D446BC;
}
.BgClassName
{
background-color: #D446BC;
}
</style>
border-color css
<style>
span { border-color: #D446BC; }
span { border-color: rgb(212,70,188); }
td.TdClassName
{
border-color: #D446BC;
}
.TagClassName
{
border-color: #D446BC;
}
</style>