Shades of Fuchsia #D451BA
Tints of Fuchsia #D451BA
RGB
CMYK
RGB Variations
Color information
#D451BA (or 0xD451BA) is known color: Fuchsia. HEX triplet: D4, 51 and BA. RGB value is (212,81,186). Sum of RGB (Red+Green+Blue) = 212+81+186=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D451BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D451BA is #2BAE45. Grayscale: #838383. Windows color (decimal): -2862662 or 12210644. OLE color: 12210644.
HSL color Cylindrical-coordinate representation of color #D451BA: hue angle of 311.91º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D451BA is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 81 | 186 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.17 |
| HSL | 311.91º | 0.6% | 0.57% | - |
| HSV(B) | 311.91º | 0.62% | 0.83% | - |
| XYZ | 38.96 | 23.43 | 48.92 | - |
| YUV | 132.14 | 158.4 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 81 | 186 | 0 | 0.62 | 0.12 | 0.17 | 311.91 | 0.6 | 0.57 |
| Hex | D4 | 51 | BA | 0 | 3E | C | 11 | 138 | 3C | 39 |
| Octal | 324 | 121 | 272 | 0 | 76 | 14 | 21 | 470 | 74 | 71 |
| Binary | 11010100 | 1010001 | 10111010 | 0 | 111110 | 1100 | 10001 | 100111000 | 111100 | 111001 |
Color Harmonies of #D451BA
Complementary color
Monochromatic Colors of #D451BA
Black with #D451BA
Text Example
Text Example
White with #D451BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D451BA; }
p { color: rgb(212,81,186); }
H1.HeaderClassName
{
color: #D451BA;
}
.AnyTagClassName
{
color: #D451BA;
}
</style>
background-color css
<style>
a { background-color: #D451BA; }
a { background-color: rgb(212,81,186); }
div.DivClassName
{
background-color: #D451BA;
}
.BgClassName
{
background-color: #D451BA;
}
</style>
border-color css
<style>
span { border-color: #D451BA; }
span { border-color: rgb(212,81,186); }
td.TdClassName
{
border-color: #D451BA;
}
.TagClassName
{
border-color: #D451BA;
}
</style>