Shades of Fuchsia #D449BA
Tints of Fuchsia #D449BA
RGB
CMYK
RGB Variations
Color information
#D449BA (or 0xD449BA) is known color: Fuchsia. HEX triplet: D4, 49 and BA. RGB value is (212,73,186). Sum of RGB (Red+Green+Blue) = 212+73+186=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D449BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D449BA is #2BB645. Grayscale: #7F7F7F. Windows color (decimal): -2864710 or 12208596. OLE color: 12208596.
HSL color Cylindrical-coordinate representation of color #D449BA: hue angle of 311.22º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D449BA is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 73 | 186 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.17 |
| HSL | 311.22º | 0.62% | 0.56% | - |
| HSV(B) | 311.22º | 0.66% | 0.83% | - |
| XYZ | 38.4 | 22.31 | 48.74 | - |
| YUV | 127.44 | 161.05 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 186 | 0 | 0.66 | 0.12 | 0.17 | 311.22 | 0.62 | 0.56 |
| Hex | D4 | 49 | BA | 0 | 42 | C | 11 | 137 | 3E | 38 |
| Octal | 324 | 111 | 272 | 0 | 102 | 14 | 21 | 467 | 76 | 70 |
| Binary | 11010100 | 1001001 | 10111010 | 0 | 1000010 | 1100 | 10001 | 100110111 | 111110 | 111000 |
Color Harmonies of #D449BA
Complementary color
Monochromatic Colors of #D449BA
Black with #D449BA
Text Example
Text Example
White with #D449BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D449BA; }
p { color: rgb(212,73,186); }
H1.HeaderClassName
{
color: #D449BA;
}
.AnyTagClassName
{
color: #D449BA;
}
</style>
background-color css
<style>
a { background-color: #D449BA; }
a { background-color: rgb(212,73,186); }
div.DivClassName
{
background-color: #D449BA;
}
.BgClassName
{
background-color: #D449BA;
}
</style>
border-color css
<style>
span { border-color: #D449BA; }
span { border-color: rgb(212,73,186); }
td.TdClassName
{
border-color: #D449BA;
}
.TagClassName
{
border-color: #D449BA;
}
</style>