Shades of Fuchsia #D45FB1
Tints of Fuchsia #D45FB1
RGB
CMYK
RGB Variations
Color information
#D45FB1 (or 0xD45FB1) is known color: Fuchsia. HEX triplet: D4, 5F and B1. RGB value is (212,95,177). Sum of RGB (Red+Green+Blue) = 212+95+177=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 177 (69.53% from 255 or 36.57% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D45FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45FB1 is #2BA04E. Grayscale: #8B8B8B. Windows color (decimal): -2859087 or 11624404. OLE color: 11624404.
HSL color Cylindrical-coordinate representation of color #D45FB1: hue angle of 317.95º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D45FB1 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 95 | 177 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.17 |
| HSL | 317.95º | 0.58% | 0.6% | - |
| HSV(B) | 317.95º | 0.55% | 0.83% | - |
| XYZ | 39.18 | 25.36 | 44.42 | - |
| YUV | 139.33 | 149.26 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 95 | 177 | 0 | 0.55 | 0.17 | 0.17 | 317.95 | 0.58 | 0.6 |
| Hex | D4 | 5F | B1 | 0 | 37 | 11 | 11 | 13E | 3A | 3C |
| Octal | 324 | 137 | 261 | 0 | 67 | 21 | 21 | 476 | 72 | 74 |
| Binary | 11010100 | 1011111 | 10110001 | 0 | 110111 | 10001 | 10001 | 100111110 | 111010 | 111100 |
Color Harmonies of #D45FB1
Complementary color
Monochromatic Colors of #D45FB1
Black with #D45FB1
Text Example
Text Example
White with #D45FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45FB1; }
p { color: rgb(212,95,177); }
H1.HeaderClassName
{
color: #D45FB1;
}
.AnyTagClassName
{
color: #D45FB1;
}
</style>
background-color css
<style>
a { background-color: #D45FB1; }
a { background-color: rgb(212,95,177); }
div.DivClassName
{
background-color: #D45FB1;
}
.BgClassName
{
background-color: #D45FB1;
}
</style>
border-color css
<style>
span { border-color: #D45FB1; }
span { border-color: rgb(212,95,177); }
td.TdClassName
{
border-color: #D45FB1;
}
.TagClassName
{
border-color: #D45FB1;
}
</style>