Shades of Fuchsia #D42BBA
Tints of Fuchsia #D42BBA
RGB
CMYK
RGB Variations
Color information
#D42BBA (or 0xD42BBA) is known color: Fuchsia. HEX triplet: D4, 2B and BA. RGB value is (212,43,186). Sum of RGB (Red+Green+Blue) = 212+43+186=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 43 (17.19% from 255 or 9.75% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D42BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42BBA is #2BD445. Grayscale: #6D6D6D. Windows color (decimal): -2872390 or 12200916. OLE color: 12200916.
HSL color Cylindrical-coordinate representation of color #D42BBA: hue angle of 309.23º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42BBA is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 43 | 186 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.17 |
| HSL | 309.23º | 0.66% | 0.5% | - |
| HSV(B) | 309.23º | 0.8% | 0.83% | - |
| XYZ | 36.88 | 19.27 | 48.23 | - |
| YUV | 109.83 | 170.99 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 43 | 186 | 0 | 0.80 | 0.12 | 0.17 | 309.23 | 0.66 | 0.5 |
| Hex | D4 | 2B | BA | 0 | 50 | C | 11 | 135 | 42 | 32 |
| Octal | 324 | 53 | 272 | 0 | 120 | 14 | 21 | 465 | 102 | 62 |
| Binary | 11010100 | 101011 | 10111010 | 0 | 1010000 | 1100 | 10001 | 100110101 | 1000010 | 110010 |
Color Harmonies of #D42BBA
Complementary color
Monochromatic Colors of #D42BBA
Black with #D42BBA
Text Example
Text Example
White with #D42BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42BBA; }
p { color: rgb(212,43,186); }
H1.HeaderClassName
{
color: #D42BBA;
}
.AnyTagClassName
{
color: #D42BBA;
}
</style>
background-color css
<style>
a { background-color: #D42BBA; }
a { background-color: rgb(212,43,186); }
div.DivClassName
{
background-color: #D42BBA;
}
.BgClassName
{
background-color: #D42BBA;
}
</style>
border-color css
<style>
span { border-color: #D42BBA; }
span { border-color: rgb(212,43,186); }
td.TdClassName
{
border-color: #D42BBA;
}
.TagClassName
{
border-color: #D42BBA;
}
</style>