Shades of Fuchsia #D447BE
Tints of Fuchsia #D447BE
RGB
CMYK
RGB Variations
Color information
#D447BE (or 0xD447BE) is known color: Fuchsia. HEX triplet: D4, 47 and BE. RGB value is (212,71,190). Sum of RGB (Red+Green+Blue) = 212+71+190=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 71 (28.12% from 255 or 15.01% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D447BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D447BE is #2BB841. Grayscale: #7E7E7E. Windows color (decimal): -2865218 or 12470228. OLE color: 12470228.
HSL color Cylindrical-coordinate representation of color #D447BE: hue angle of 309.36º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D447BE is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 71 | 190 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.17 |
| HSL | 309.36º | 0.62% | 0.55% | - |
| HSV(B) | 309.36º | 0.67% | 0.83% | - |
| XYZ | 38.7 | 22.22 | 50.96 | - |
| YUV | 126.73 | 163.71 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 71 | 190 | 0 | 0.67 | 0.10 | 0.17 | 309.36 | 0.62 | 0.55 |
| Hex | D4 | 47 | BE | 0 | 43 | A | 11 | 135 | 3E | 37 |
| Octal | 324 | 107 | 276 | 0 | 103 | 12 | 21 | 465 | 76 | 67 |
| Binary | 11010100 | 1000111 | 10111110 | 0 | 1000011 | 1010 | 10001 | 100110101 | 111110 | 110111 |
Color Harmonies of #D447BE
Complementary color
Monochromatic Colors of #D447BE
Black with #D447BE
Text Example
Text Example
White with #D447BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D447BE; }
p { color: rgb(212,71,190); }
H1.HeaderClassName
{
color: #D447BE;
}
.AnyTagClassName
{
color: #D447BE;
}
</style>
background-color css
<style>
a { background-color: #D447BE; }
a { background-color: rgb(212,71,190); }
div.DivClassName
{
background-color: #D447BE;
}
.BgClassName
{
background-color: #D447BE;
}
</style>
border-color css
<style>
span { border-color: #D447BE; }
span { border-color: rgb(212,71,190); }
td.TdClassName
{
border-color: #D447BE;
}
.TagClassName
{
border-color: #D447BE;
}
</style>