Shades of Fuchsia #D448BE
Tints of Fuchsia #D448BE
RGB
CMYK
RGB Variations
Color information
#D448BE (or 0xD448BE) is known color: Fuchsia. HEX triplet: D4, 48 and BE. RGB value is (212,72,190). Sum of RGB (Red+Green+Blue) = 212+72+190=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D448BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D448BE is #2BB741. Grayscale: #7E7E7E. Windows color (decimal): -2864962 or 12470484. OLE color: 12470484.
HSL color Cylindrical-coordinate representation of color #D448BE: hue angle of 309.43º 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 #D448BE is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 72 | 190 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.17 |
| HSL | 309.43º | 0.62% | 0.56% | - |
| HSV(B) | 309.43º | 0.66% | 0.83% | - |
| XYZ | 38.76 | 22.35 | 50.99 | - |
| YUV | 127.31 | 163.38 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 190 | 0 | 0.66 | 0.10 | 0.17 | 309.43 | 0.62 | 0.56 |
| Hex | D4 | 48 | BE | 0 | 42 | A | 11 | 135 | 3E | 38 |
| Octal | 324 | 110 | 276 | 0 | 102 | 12 | 21 | 465 | 76 | 70 |
| Binary | 11010100 | 1001000 | 10111110 | 0 | 1000010 | 1010 | 10001 | 100110101 | 111110 | 111000 |
Color Harmonies of #D448BE
Complementary color
Monochromatic Colors of #D448BE
Black with #D448BE
Text Example
Text Example
White with #D448BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D448BE; }
p { color: rgb(212,72,190); }
H1.HeaderClassName
{
color: #D448BE;
}
.AnyTagClassName
{
color: #D448BE;
}
</style>
background-color css
<style>
a { background-color: #D448BE; }
a { background-color: rgb(212,72,190); }
div.DivClassName
{
background-color: #D448BE;
}
.BgClassName
{
background-color: #D448BE;
}
</style>
border-color css
<style>
span { border-color: #D448BE; }
span { border-color: rgb(212,72,190); }
td.TdClassName
{
border-color: #D448BE;
}
.TagClassName
{
border-color: #D448BE;
}
</style>