Shades of Fuchsia #D45BBC
Tints of Fuchsia #D45BBC
RGB
CMYK
RGB Variations
Color information
#D45BBC (or 0xD45BBC) is known color: Fuchsia. HEX triplet: D4, 5B and BC. RGB value is (212,91,188). Sum of RGB (Red+Green+Blue) = 212+91+188=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D45BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45BBC is #2BA443. Grayscale: #898989. Windows color (decimal): -2860100 or 12344276. OLE color: 12344276.
HSL color Cylindrical-coordinate representation of color #D45BBC: hue angle of 311.9º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D45BBC is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 91 | 188 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.17 |
| HSL | 311.9º | 0.58% | 0.59% | - |
| HSV(B) | 311.9º | 0.57% | 0.83% | - |
| XYZ | 39.97 | 25.11 | 50.32 | - |
| YUV | 138.24 | 156.09 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 91 | 188 | 0 | 0.57 | 0.11 | 0.17 | 311.9 | 0.58 | 0.59 |
| Hex | D4 | 5B | BC | 0 | 39 | B | 11 | 138 | 3A | 3B |
| Octal | 324 | 133 | 274 | 0 | 71 | 13 | 21 | 470 | 72 | 73 |
| Binary | 11010100 | 1011011 | 10111100 | 0 | 111001 | 1011 | 10001 | 100111000 | 111010 | 111011 |
Color Harmonies of #D45BBC
Complementary color
Monochromatic Colors of #D45BBC
Black with #D45BBC
Text Example
Text Example
White with #D45BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45BBC; }
p { color: rgb(212,91,188); }
H1.HeaderClassName
{
color: #D45BBC;
}
.AnyTagClassName
{
color: #D45BBC;
}
</style>
background-color css
<style>
a { background-color: #D45BBC; }
a { background-color: rgb(212,91,188); }
div.DivClassName
{
background-color: #D45BBC;
}
.BgClassName
{
background-color: #D45BBC;
}
</style>
border-color css
<style>
span { border-color: #D45BBC; }
span { border-color: rgb(212,91,188); }
td.TdClassName
{
border-color: #D45BBC;
}
.TagClassName
{
border-color: #D45BBC;
}
</style>