Shades of Fuchsia #D437BF
Tints of Fuchsia #D437BF
RGB
CMYK
RGB Variations
Color information
#D437BF (or 0xD437BF) is known color: Fuchsia. HEX triplet: D4, 37 and BF. RGB value is (212,55,191). Sum of RGB (Red+Green+Blue) = 212+55+191=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 55 (21.88% from 255 or 12.01% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D437BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D437BF is #2BC840. Grayscale: #757575. Windows color (decimal): -2869313 or 12531668. OLE color: 12531668.
HSL color Cylindrical-coordinate representation of color #D437BF: hue angle of 308.03º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D437BF is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 55 | 191 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.17 |
| HSL | 308.03º | 0.65% | 0.52% | - |
| HSV(B) | 308.03º | 0.74% | 0.83% | - |
| XYZ | 37.92 | 20.49 | 51.25 | - |
| YUV | 117.45 | 169.51 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 191 | 0 | 0.74 | 0.10 | 0.17 | 308.03 | 0.65 | 0.52 |
| Hex | D4 | 37 | BF | 0 | 4A | A | 11 | 134 | 41 | 34 |
| Octal | 324 | 67 | 277 | 0 | 112 | 12 | 21 | 464 | 101 | 64 |
| Binary | 11010100 | 110111 | 10111111 | 0 | 1001010 | 1010 | 10001 | 100110100 | 1000001 | 110100 |
Color Harmonies of #D437BF
Complementary color
Monochromatic Colors of #D437BF
Black with #D437BF
Text Example
Text Example
White with #D437BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D437BF; }
p { color: rgb(212,55,191); }
H1.HeaderClassName
{
color: #D437BF;
}
.AnyTagClassName
{
color: #D437BF;
}
</style>
background-color css
<style>
a { background-color: #D437BF; }
a { background-color: rgb(212,55,191); }
div.DivClassName
{
background-color: #D437BF;
}
.BgClassName
{
background-color: #D437BF;
}
</style>
border-color css
<style>
span { border-color: #D437BF; }
span { border-color: rgb(212,55,191); }
td.TdClassName
{
border-color: #D437BF;
}
.TagClassName
{
border-color: #D437BF;
}
</style>