Shades of Fuchsia #D45BC3
Tints of Fuchsia #D45BC3
RGB
CMYK
RGB Variations
Color information
#D45BC3 (or 0xD45BC3) is known color: Fuchsia. HEX triplet: D4, 5B and C3. RGB value is (212,91,195). Sum of RGB (Red+Green+Blue) = 212+91+195=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 91 (35.94% from 255 or 18.27% from 498); Blue value is 195 (76.56% from 255 or 39.16% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D45BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45BC3 is #2BA43C. Grayscale: #8A8A8A. Windows color (decimal): -2860093 or 12803028. OLE color: 12803028.
HSL color Cylindrical-coordinate representation of color #D45BC3: hue angle of 308.43º 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 #D45BC3 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 91 | 195 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.17 |
| HSL | 308.43º | 0.58% | 0.59% | - |
| HSV(B) | 308.43º | 0.57% | 0.83% | - |
| XYZ | 40.74 | 25.42 | 54.39 | - |
| YUV | 139.04 | 159.59 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 91 | 195 | 0 | 0.57 | 0.08 | 0.17 | 308.43 | 0.58 | 0.59 |
| Hex | D4 | 5B | C3 | 0 | 39 | 8 | 11 | 134 | 3A | 3B |
| Octal | 324 | 133 | 303 | 0 | 71 | 10 | 21 | 464 | 72 | 73 |
| Binary | 11010100 | 1011011 | 11000011 | 0 | 111001 | 1000 | 10001 | 100110100 | 111010 | 111011 |
Color Harmonies of #D45BC3
Complementary color
Monochromatic Colors of #D45BC3
Black with #D45BC3
Text Example
Text Example
White with #D45BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45BC3; }
p { color: rgb(212,91,195); }
H1.HeaderClassName
{
color: #D45BC3;
}
.AnyTagClassName
{
color: #D45BC3;
}
</style>
background-color css
<style>
a { background-color: #D45BC3; }
a { background-color: rgb(212,91,195); }
div.DivClassName
{
background-color: #D45BC3;
}
.BgClassName
{
background-color: #D45BC3;
}
</style>
border-color css
<style>
span { border-color: #D45BC3; }
span { border-color: rgb(212,91,195); }
td.TdClassName
{
border-color: #D45BC3;
}
.TagClassName
{
border-color: #D45BC3;
}
</style>