Shades of Fuchsia #D448B1
Tints of Fuchsia #D448B1
RGB
CMYK
RGB Variations
Color information
#D448B1 (or 0xD448B1) is known color: Fuchsia. HEX triplet: D4, 48 and B1. RGB value is (212,72,177). Sum of RGB (Red+Green+Blue) = 212+72+177=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 177 (69.53% from 255 or 38.39% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D448B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D448B1 is #2BB74E. Grayscale: #7D7D7D. Windows color (decimal): -2864975 or 11618516. OLE color: 11618516.
HSL color Cylindrical-coordinate representation of color #D448B1: hue angle of 315º 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 #D448B1 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 72 | 177 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.17 |
| HSL | 315º | 0.62% | 0.56% | - |
| HSV(B) | 315º | 0.66% | 0.83% | - |
| XYZ | 37.4 | 21.81 | 43.83 | - |
| YUV | 125.83 | 156.88 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 177 | 0 | 0.66 | 0.17 | 0.17 | 315 | 0.62 | 0.56 |
| Hex | D4 | 48 | B1 | 0 | 42 | 11 | 11 | 13B | 3E | 38 |
| Octal | 324 | 110 | 261 | 0 | 102 | 21 | 21 | 473 | 76 | 70 |
| Binary | 11010100 | 1001000 | 10110001 | 0 | 1000010 | 10001 | 10001 | 100111011 | 111110 | 111000 |
Color Harmonies of #D448B1
Complementary color
Monochromatic Colors of #D448B1
Black with #D448B1
Text Example
Text Example
White with #D448B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D448B1; }
p { color: rgb(212,72,177); }
H1.HeaderClassName
{
color: #D448B1;
}
.AnyTagClassName
{
color: #D448B1;
}
</style>
background-color css
<style>
a { background-color: #D448B1; }
a { background-color: rgb(212,72,177); }
div.DivClassName
{
background-color: #D448B1;
}
.BgClassName
{
background-color: #D448B1;
}
</style>
border-color css
<style>
span { border-color: #D448B1; }
span { border-color: rgb(212,72,177); }
td.TdClassName
{
border-color: #D448B1;
}
.TagClassName
{
border-color: #D448B1;
}
</style>