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