Shades of Fuchsia #D440BA
Tints of Fuchsia #D440BA
RGB
CMYK
RGB Variations
Color information
#D440BA (or 0xD440BA) is known color: Fuchsia. HEX triplet: D4, 40 and BA. RGB value is (212,64,186). Sum of RGB (Red+Green+Blue) = 212+64+186=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D440BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D440BA is #2BBF45. Grayscale: #797979. Windows color (decimal): -2867014 or 12206292. OLE color: 12206292.
HSL color Cylindrical-coordinate representation of color #D440BA: hue angle of 310.54º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D440BA is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 64 | 186 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.17 |
| HSL | 310.54º | 0.63% | 0.54% | - |
| HSV(B) | 310.54º | 0.7% | 0.83% | - |
| XYZ | 37.85 | 21.21 | 48.55 | - |
| YUV | 122.16 | 164.03 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 186 | 0 | 0.70 | 0.12 | 0.17 | 310.54 | 0.63 | 0.54 |
| Hex | D4 | 40 | BA | 0 | 46 | C | 11 | 137 | 3F | 36 |
| Octal | 324 | 100 | 272 | 0 | 106 | 14 | 21 | 467 | 77 | 66 |
| Binary | 11010100 | 1000000 | 10111010 | 0 | 1000110 | 1100 | 10001 | 100110111 | 111111 | 110110 |
Color Harmonies of #D440BA
Complementary color
Monochromatic Colors of #D440BA
Black with #D440BA
Text Example
Text Example
White with #D440BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D440BA; }
p { color: rgb(212,64,186); }
H1.HeaderClassName
{
color: #D440BA;
}
.AnyTagClassName
{
color: #D440BA;
}
</style>
background-color css
<style>
a { background-color: #D440BA; }
a { background-color: rgb(212,64,186); }
div.DivClassName
{
background-color: #D440BA;
}
.BgClassName
{
background-color: #D440BA;
}
</style>
border-color css
<style>
span { border-color: #D440BA; }
span { border-color: rgb(212,64,186); }
td.TdClassName
{
border-color: #D440BA;
}
.TagClassName
{
border-color: #D440BA;
}
</style>