Shades of Fuchsia #D45FB9
Tints of Fuchsia #D45FB9
RGB
CMYK
RGB Variations
Color information
#D45FB9 (or 0xD45FB9) is known color: Fuchsia. HEX triplet: D4, 5F and B9. RGB value is (212,95,185). Sum of RGB (Red+Green+Blue) = 212+95+185=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D45FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45FB9 is #2BA046. Grayscale: #8C8C8C. Windows color (decimal): -2859079 or 12148692. OLE color: 12148692.
HSL color Cylindrical-coordinate representation of color #D45FB9: hue angle of 313.85º 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 #D45FB9 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 95 | 185 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.17 |
| HSL | 313.85º | 0.58% | 0.6% | - |
| HSV(B) | 313.85º | 0.55% | 0.83% | - |
| XYZ | 40 | 25.68 | 48.75 | - |
| YUV | 140.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 95 | 185 | 0 | 0.55 | 0.13 | 0.17 | 313.85 | 0.58 | 0.6 |
| Hex | D4 | 5F | B9 | 0 | 37 | D | 11 | 13A | 3A | 3C |
| Octal | 324 | 137 | 271 | 0 | 67 | 15 | 21 | 472 | 72 | 74 |
| Binary | 11010100 | 1011111 | 10111001 | 0 | 110111 | 1101 | 10001 | 100111010 | 111010 | 111100 |
Color Harmonies of #D45FB9
Complementary color
Monochromatic Colors of #D45FB9
Black with #D45FB9
Text Example
Text Example
White with #D45FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45FB9; }
p { color: rgb(212,95,185); }
H1.HeaderClassName
{
color: #D45FB9;
}
.AnyTagClassName
{
color: #D45FB9;
}
</style>
background-color css
<style>
a { background-color: #D45FB9; }
a { background-color: rgb(212,95,185); }
div.DivClassName
{
background-color: #D45FB9;
}
.BgClassName
{
background-color: #D45FB9;
}
</style>
border-color css
<style>
span { border-color: #D45FB9; }
span { border-color: rgb(212,95,185); }
td.TdClassName
{
border-color: #D45FB9;
}
.TagClassName
{
border-color: #D45FB9;
}
</style>