Shades of Fuchsia #D449BF
Tints of Fuchsia #D449BF
RGB
CMYK
RGB Variations
Color information
#D449BF (or 0xD449BF) is known color: Fuchsia. HEX triplet: D4, 49 and BF. RGB value is (212,73,191). Sum of RGB (Red+Green+Blue) = 212+73+191=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D449BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D449BF is #2BB640. Grayscale: #7F7F7F. Windows color (decimal): -2864705 or 12536276. OLE color: 12536276.
HSL color Cylindrical-coordinate representation of color #D449BF: hue angle of 309.06º 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 #D449BF is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 73 | 191 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.17 |
| HSL | 309.06º | 0.62% | 0.56% | - |
| HSV(B) | 309.06º | 0.66% | 0.83% | - |
| XYZ | 38.94 | 22.52 | 51.59 | - |
| YUV | 128.01 | 163.55 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 191 | 0 | 0.66 | 0.10 | 0.17 | 309.06 | 0.62 | 0.56 |
| Hex | D4 | 49 | BF | 0 | 42 | A | 11 | 135 | 3E | 38 |
| Octal | 324 | 111 | 277 | 0 | 102 | 12 | 21 | 465 | 76 | 70 |
| Binary | 11010100 | 1001001 | 10111111 | 0 | 1000010 | 1010 | 10001 | 100110101 | 111110 | 111000 |
Color Harmonies of #D449BF
Complementary color
Monochromatic Colors of #D449BF
Black with #D449BF
Text Example
Text Example
White with #D449BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D449BF; }
p { color: rgb(212,73,191); }
H1.HeaderClassName
{
color: #D449BF;
}
.AnyTagClassName
{
color: #D449BF;
}
</style>
background-color css
<style>
a { background-color: #D449BF; }
a { background-color: rgb(212,73,191); }
div.DivClassName
{
background-color: #D449BF;
}
.BgClassName
{
background-color: #D449BF;
}
</style>
border-color css
<style>
span { border-color: #D449BF; }
span { border-color: rgb(212,73,191); }
td.TdClassName
{
border-color: #D449BF;
}
.TagClassName
{
border-color: #D449BF;
}
</style>