Shades of Fuchsia #D45DBF
Tints of Fuchsia #D45DBF
RGB
CMYK
RGB Variations
Color information
#D45DBF (or 0xD45DBF) is known color: Fuchsia. HEX triplet: D4, 5D and BF. RGB value is (212,93,191). Sum of RGB (Red+Green+Blue) = 212+93+191=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D45DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45DBF is #2BA240. Grayscale: #8B8B8B. Windows color (decimal): -2859585 or 12541396. OLE color: 12541396.
HSL color Cylindrical-coordinate representation of color #D45DBF: hue angle of 310.59º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D45DBF is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 93 | 191 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.17 |
| HSL | 310.59º | 0.58% | 0.6% | - |
| HSV(B) | 310.59º | 0.56% | 0.83% | - |
| XYZ | 40.47 | 25.59 | 52.1 | - |
| YUV | 139.75 | 156.92 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 93 | 191 | 0 | 0.56 | 0.10 | 0.17 | 310.59 | 0.58 | 0.6 |
| Hex | D4 | 5D | BF | 0 | 38 | A | 11 | 137 | 3A | 3C |
| Octal | 324 | 135 | 277 | 0 | 70 | 12 | 21 | 467 | 72 | 74 |
| Binary | 11010100 | 1011101 | 10111111 | 0 | 111000 | 1010 | 10001 | 100110111 | 111010 | 111100 |
Color Harmonies of #D45DBF
Complementary color
Monochromatic Colors of #D45DBF
Black with #D45DBF
Text Example
Text Example
White with #D45DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45DBF; }
p { color: rgb(212,93,191); }
H1.HeaderClassName
{
color: #D45DBF;
}
.AnyTagClassName
{
color: #D45DBF;
}
</style>
background-color css
<style>
a { background-color: #D45DBF; }
a { background-color: rgb(212,93,191); }
div.DivClassName
{
background-color: #D45DBF;
}
.BgClassName
{
background-color: #D45DBF;
}
</style>
border-color css
<style>
span { border-color: #D45DBF; }
span { border-color: rgb(212,93,191); }
td.TdClassName
{
border-color: #D45DBF;
}
.TagClassName
{
border-color: #D45DBF;
}
</style>