Shades of Fuchsia #D449B0
Tints of Fuchsia #D449B0
RGB
CMYK
RGB Variations
Color information
#D449B0 (or 0xD449B0) is known color: Fuchsia. HEX triplet: D4, 49 and B0. RGB value is (212,73,176). Sum of RGB (Red+Green+Blue) = 212+73+176=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 176 (69.14% from 255 or 38.18% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D449B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D449B0 is #2BB64F. Grayscale: #7E7E7E. Windows color (decimal): -2864720 or 11553236. OLE color: 11553236.
HSL color Cylindrical-coordinate representation of color #D449B0: hue angle of 315.54º 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 #D449B0 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 73 | 176 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.17 |
| HSL | 315.54º | 0.62% | 0.56% | - |
| HSV(B) | 315.54º | 0.66% | 0.83% | - |
| XYZ | 37.37 | 21.9 | 43.33 | - |
| YUV | 126.3 | 156.05 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 176 | 0 | 0.66 | 0.17 | 0.17 | 315.54 | 0.62 | 0.56 |
| Hex | D4 | 49 | B0 | 0 | 42 | 11 | 11 | 13C | 3E | 38 |
| Octal | 324 | 111 | 260 | 0 | 102 | 21 | 21 | 474 | 76 | 70 |
| Binary | 11010100 | 1001001 | 10110000 | 0 | 1000010 | 10001 | 10001 | 100111100 | 111110 | 111000 |
Color Harmonies of #D449B0
Complementary color
Monochromatic Colors of #D449B0
Black with #D449B0
Text Example
Text Example
White with #D449B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D449B0; }
p { color: rgb(212,73,176); }
H1.HeaderClassName
{
color: #D449B0;
}
.AnyTagClassName
{
color: #D449B0;
}
</style>
background-color css
<style>
a { background-color: #D449B0; }
a { background-color: rgb(212,73,176); }
div.DivClassName
{
background-color: #D449B0;
}
.BgClassName
{
background-color: #D449B0;
}
</style>
border-color css
<style>
span { border-color: #D449B0; }
span { border-color: rgb(212,73,176); }
td.TdClassName
{
border-color: #D449B0;
}
.TagClassName
{
border-color: #D449B0;
}
</style>