Shades of Fuchsia #D45FBE
Tints of Fuchsia #D45FBE
RGB
CMYK
RGB Variations
Color information
#D45FBE (or 0xD45FBE) is known color: Fuchsia. HEX triplet: D4, 5F and BE. RGB value is (212,95,190). Sum of RGB (Red+Green+Blue) = 212+95+190=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D45FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45FBE is #2BA041. Grayscale: #8C8C8C. Windows color (decimal): -2859074 or 12476372. OLE color: 12476372.
HSL color Cylindrical-coordinate representation of color #D45FBE: hue angle of 311.28º 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 #D45FBE is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 95 | 190 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.17 |
| HSL | 311.28º | 0.58% | 0.6% | - |
| HSV(B) | 311.28º | 0.55% | 0.83% | - |
| XYZ | 40.54 | 25.9 | 51.58 | - |
| YUV | 140.81 | 155.76 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 95 | 190 | 0 | 0.55 | 0.10 | 0.17 | 311.28 | 0.58 | 0.6 |
| Hex | D4 | 5F | BE | 0 | 37 | A | 11 | 137 | 3A | 3C |
| Octal | 324 | 137 | 276 | 0 | 67 | 12 | 21 | 467 | 72 | 74 |
| Binary | 11010100 | 1011111 | 10111110 | 0 | 110111 | 1010 | 10001 | 100110111 | 111010 | 111100 |
Color Harmonies of #D45FBE
Complementary color
Monochromatic Colors of #D45FBE
Black with #D45FBE
Text Example
Text Example
White with #D45FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45FBE; }
p { color: rgb(212,95,190); }
H1.HeaderClassName
{
color: #D45FBE;
}
.AnyTagClassName
{
color: #D45FBE;
}
</style>
background-color css
<style>
a { background-color: #D45FBE; }
a { background-color: rgb(212,95,190); }
div.DivClassName
{
background-color: #D45FBE;
}
.BgClassName
{
background-color: #D45FBE;
}
</style>
border-color css
<style>
span { border-color: #D45FBE; }
span { border-color: rgb(212,95,190); }
td.TdClassName
{
border-color: #D45FBE;
}
.TagClassName
{
border-color: #D45FBE;
}
</style>