Shades of Fuchsia #D42DBA
Tints of Fuchsia #D42DBA
RGB
CMYK
RGB Variations
Color information
#D42DBA (or 0xD42DBA) is known color: Fuchsia. HEX triplet: D4, 2D and BA. RGB value is (212,45,186). Sum of RGB (Red+Green+Blue) = 212+45+186=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D42DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42DBA is #2BD245. Grayscale: #6E6E6E. Windows color (decimal): -2871878 or 12201428. OLE color: 12201428.
HSL color Cylindrical-coordinate representation of color #D42DBA: hue angle of 309.34º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42DBA is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 45 | 186 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.17 |
| HSL | 309.34º | 0.66% | 0.5% | - |
| HSV(B) | 309.34º | 0.79% | 0.83% | - |
| XYZ | 36.95 | 19.42 | 48.26 | - |
| YUV | 111.01 | 170.33 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 186 | 0 | 0.79 | 0.12 | 0.17 | 309.34 | 0.66 | 0.5 |
| Hex | D4 | 2D | BA | 0 | 4F | C | 11 | 135 | 42 | 32 |
| Octal | 324 | 55 | 272 | 0 | 117 | 14 | 21 | 465 | 102 | 62 |
| Binary | 11010100 | 101101 | 10111010 | 0 | 1001111 | 1100 | 10001 | 100110101 | 1000010 | 110010 |
Color Harmonies of #D42DBA
Complementary color
Monochromatic Colors of #D42DBA
Black with #D42DBA
Text Example
Text Example
White with #D42DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42DBA; }
p { color: rgb(212,45,186); }
H1.HeaderClassName
{
color: #D42DBA;
}
.AnyTagClassName
{
color: #D42DBA;
}
</style>
background-color css
<style>
a { background-color: #D42DBA; }
a { background-color: rgb(212,45,186); }
div.DivClassName
{
background-color: #D42DBA;
}
.BgClassName
{
background-color: #D42DBA;
}
</style>
border-color css
<style>
span { border-color: #D42DBA; }
span { border-color: rgb(212,45,186); }
td.TdClassName
{
border-color: #D42DBA;
}
.TagClassName
{
border-color: #D42DBA;
}
</style>