Shades of Fuchsia #D436BF
Tints of Fuchsia #D436BF
RGB
CMYK
RGB Variations
Color information
#D436BF (or 0xD436BF) is known color: Fuchsia. HEX triplet: D4, 36 and BF. RGB value is (212,54,191). Sum of RGB (Red+Green+Blue) = 212+54+191=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 54 (21.48% from 255 or 11.82% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D436BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D436BF is #2BC940. Grayscale: #747474. Windows color (decimal): -2869569 or 12531412. OLE color: 12531412.
HSL color Cylindrical-coordinate representation of color #D436BF: hue angle of 307.97º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D436BF is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 54 | 191 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.17 |
| HSL | 307.97º | 0.65% | 0.52% | - |
| HSV(B) | 307.97º | 0.75% | 0.83% | - |
| XYZ | 37.87 | 20.4 | 51.23 | - |
| YUV | 116.86 | 169.85 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 54 | 191 | 0 | 0.75 | 0.10 | 0.17 | 307.97 | 0.65 | 0.52 |
| Hex | D4 | 36 | BF | 0 | 4B | A | 11 | 134 | 41 | 34 |
| Octal | 324 | 66 | 277 | 0 | 113 | 12 | 21 | 464 | 101 | 64 |
| Binary | 11010100 | 110110 | 10111111 | 0 | 1001011 | 1010 | 10001 | 100110100 | 1000001 | 110100 |
Color Harmonies of #D436BF
Complementary color
Monochromatic Colors of #D436BF
Black with #D436BF
Text Example
Text Example
White with #D436BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D436BF; }
p { color: rgb(212,54,191); }
H1.HeaderClassName
{
color: #D436BF;
}
.AnyTagClassName
{
color: #D436BF;
}
</style>
background-color css
<style>
a { background-color: #D436BF; }
a { background-color: rgb(212,54,191); }
div.DivClassName
{
background-color: #D436BF;
}
.BgClassName
{
background-color: #D436BF;
}
</style>
border-color css
<style>
span { border-color: #D436BF; }
span { border-color: rgb(212,54,191); }
td.TdClassName
{
border-color: #D436BF;
}
.TagClassName
{
border-color: #D436BF;
}
</style>