Shades of Fuchsia #D446BA
Tints of Fuchsia #D446BA
RGB
CMYK
RGB Variations
Color information
#D446BA (or 0xD446BA) is known color: Fuchsia. HEX triplet: D4, 46 and BA. RGB value is (212,70,186). Sum of RGB (Red+Green+Blue) = 212+70+186=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 70 (27.73% from 255 or 14.96% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D446BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D446BA is #2BB945. Grayscale: #7D7D7D. Windows color (decimal): -2865478 or 12207828. OLE color: 12207828.
HSL color Cylindrical-coordinate representation of color #D446BA: hue angle of 310.99º 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 #D446BA is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 186 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.17 |
| HSL | 310.99º | 0.62% | 0.55% | - |
| HSV(B) | 310.99º | 0.67% | 0.83% | - |
| XYZ | 38.2 | 21.92 | 48.67 | - |
| YUV | 125.68 | 162.04 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 186 | 0 | 0.67 | 0.12 | 0.17 | 310.99 | 0.62 | 0.55 |
| Hex | D4 | 46 | BA | 0 | 43 | C | 11 | 137 | 3E | 37 |
| Octal | 324 | 106 | 272 | 0 | 103 | 14 | 21 | 467 | 76 | 67 |
| Binary | 11010100 | 1000110 | 10111010 | 0 | 1000011 | 1100 | 10001 | 100110111 | 111110 | 110111 |
Color Harmonies of #D446BA
Complementary color
Monochromatic Colors of #D446BA
Black with #D446BA
Text Example
Text Example
White with #D446BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D446BA; }
p { color: rgb(212,70,186); }
H1.HeaderClassName
{
color: #D446BA;
}
.AnyTagClassName
{
color: #D446BA;
}
</style>
background-color css
<style>
a { background-color: #D446BA; }
a { background-color: rgb(212,70,186); }
div.DivClassName
{
background-color: #D446BA;
}
.BgClassName
{
background-color: #D446BA;
}
</style>
border-color css
<style>
span { border-color: #D446BA; }
span { border-color: rgb(212,70,186); }
td.TdClassName
{
border-color: #D446BA;
}
.TagClassName
{
border-color: #D446BA;
}
</style>