Shades of Fuchsia #D434BF
Tints of Fuchsia #D434BF
RGB
CMYK
RGB Variations
Color information
#D434BF (or 0xD434BF) is known color: Fuchsia. HEX triplet: D4, 34 and BF. RGB value is (212,52,191). Sum of RGB (Red+Green+Blue) = 212+52+191=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 52 (20.70% from 255 or 11.43% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D434BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D434BF is #2BCB40. Grayscale: #737373. Windows color (decimal): -2870081 or 12530900. OLE color: 12530900.
HSL color Cylindrical-coordinate representation of color #D434BF: hue angle of 307.88º 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 #D434BF is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 52 | 191 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.17 |
| HSL | 307.88º | 0.65% | 0.52% | - |
| HSV(B) | 307.88º | 0.75% | 0.83% | - |
| XYZ | 37.78 | 20.21 | 51.2 | - |
| YUV | 115.69 | 170.51 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 52 | 191 | 0 | 0.75 | 0.10 | 0.17 | 307.88 | 0.65 | 0.52 |
| Hex | D4 | 34 | BF | 0 | 4B | A | 11 | 134 | 41 | 34 |
| Octal | 324 | 64 | 277 | 0 | 113 | 12 | 21 | 464 | 101 | 64 |
| Binary | 11010100 | 110100 | 10111111 | 0 | 1001011 | 1010 | 10001 | 100110100 | 1000001 | 110100 |
Color Harmonies of #D434BF
Complementary color
Monochromatic Colors of #D434BF
Black with #D434BF
Text Example
Text Example
White with #D434BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D434BF; }
p { color: rgb(212,52,191); }
H1.HeaderClassName
{
color: #D434BF;
}
.AnyTagClassName
{
color: #D434BF;
}
</style>
background-color css
<style>
a { background-color: #D434BF; }
a { background-color: rgb(212,52,191); }
div.DivClassName
{
background-color: #D434BF;
}
.BgClassName
{
background-color: #D434BF;
}
</style>
border-color css
<style>
span { border-color: #D434BF; }
span { border-color: rgb(212,52,191); }
td.TdClassName
{
border-color: #D434BF;
}
.TagClassName
{
border-color: #D434BF;
}
</style>