Shades of Fuchsia #D449BB
Tints of Fuchsia #D449BB
RGB
CMYK
RGB Variations
Color information
#D449BB (or 0xD449BB) is known color: Fuchsia. HEX triplet: D4, 49 and BB. RGB value is (212,73,187). Sum of RGB (Red+Green+Blue) = 212+73+187=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D449BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D449BB is #2BB644. Grayscale: #7F7F7F. Windows color (decimal): -2864709 or 12274132. OLE color: 12274132.
HSL color Cylindrical-coordinate representation of color #D449BB: hue angle of 310.79º 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 #D449BB is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 73 | 187 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.17 |
| HSL | 310.79º | 0.62% | 0.56% | - |
| HSV(B) | 310.79º | 0.66% | 0.83% | - |
| XYZ | 38.5 | 22.35 | 49.3 | - |
| YUV | 127.56 | 161.55 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 187 | 0 | 0.66 | 0.12 | 0.17 | 310.79 | 0.62 | 0.56 |
| Hex | D4 | 49 | BB | 0 | 42 | C | 11 | 137 | 3E | 38 |
| Octal | 324 | 111 | 273 | 0 | 102 | 14 | 21 | 467 | 76 | 70 |
| Binary | 11010100 | 1001001 | 10111011 | 0 | 1000010 | 1100 | 10001 | 100110111 | 111110 | 111000 |
Color Harmonies of #D449BB
Complementary color
Monochromatic Colors of #D449BB
Black with #D449BB
Text Example
Text Example
White with #D449BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D449BB; }
p { color: rgb(212,73,187); }
H1.HeaderClassName
{
color: #D449BB;
}
.AnyTagClassName
{
color: #D449BB;
}
</style>
background-color css
<style>
a { background-color: #D449BB; }
a { background-color: rgb(212,73,187); }
div.DivClassName
{
background-color: #D449BB;
}
.BgClassName
{
background-color: #D449BB;
}
</style>
border-color css
<style>
span { border-color: #D449BB; }
span { border-color: rgb(212,73,187); }
td.TdClassName
{
border-color: #D449BB;
}
.TagClassName
{
border-color: #D449BB;
}
</style>