Shades of Fuchsia #D449BE
Tints of Fuchsia #D449BE
RGB
CMYK
RGB Variations
Color information
#D449BE (or 0xD449BE) is known color: Fuchsia. HEX triplet: D4, 49 and BE. RGB value is (212,73,190). Sum of RGB (Red+Green+Blue) = 212+73+190=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D449BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D449BE is #2BB641. Grayscale: #7F7F7F. Windows color (decimal): -2864706 or 12470740. OLE color: 12470740.
HSL color Cylindrical-coordinate representation of color #D449BE: hue angle of 309.5º 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 #D449BE is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 73 | 190 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.17 |
| HSL | 309.5º | 0.62% | 0.56% | - |
| HSV(B) | 309.5º | 0.66% | 0.83% | - |
| XYZ | 38.83 | 22.48 | 51.01 | - |
| YUV | 127.9 | 163.05 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 190 | 0 | 0.66 | 0.10 | 0.17 | 309.5 | 0.62 | 0.56 |
| Hex | D4 | 49 | BE | 0 | 42 | A | 11 | 135 | 3E | 38 |
| Octal | 324 | 111 | 276 | 0 | 102 | 12 | 21 | 465 | 76 | 70 |
| Binary | 11010100 | 1001001 | 10111110 | 0 | 1000010 | 1010 | 10001 | 100110101 | 111110 | 111000 |
Color Harmonies of #D449BE
Complementary color
Monochromatic Colors of #D449BE
Black with #D449BE
Text Example
Text Example
White with #D449BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D449BE; }
p { color: rgb(212,73,190); }
H1.HeaderClassName
{
color: #D449BE;
}
.AnyTagClassName
{
color: #D449BE;
}
</style>
background-color css
<style>
a { background-color: #D449BE; }
a { background-color: rgb(212,73,190); }
div.DivClassName
{
background-color: #D449BE;
}
.BgClassName
{
background-color: #D449BE;
}
</style>
border-color css
<style>
span { border-color: #D449BE; }
span { border-color: rgb(212,73,190); }
td.TdClassName
{
border-color: #D449BE;
}
.TagClassName
{
border-color: #D449BE;
}
</style>