Shades of Fuchsia #D42DB9
Tints of Fuchsia #D42DB9
RGB
CMYK
RGB Variations
Color information
#D42DB9 (or 0xD42DB9) is known color: Fuchsia. HEX triplet: D4, 2D and B9. RGB value is (212,45,185). Sum of RGB (Red+Green+Blue) = 212+45+185=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D42DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42DB9 is #2BD246. Grayscale: #6E6E6E. Windows color (decimal): -2871879 or 12135892. OLE color: 12135892.
HSL color Cylindrical-coordinate representation of color #D42DB9: hue angle of 309.7º 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 #D42DB9 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 45 | 185 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.17 |
| HSL | 309.7º | 0.66% | 0.5% | - |
| HSV(B) | 309.7º | 0.79% | 0.83% | - |
| XYZ | 36.85 | 19.38 | 47.7 | - |
| YUV | 110.89 | 169.83 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 185 | 0 | 0.79 | 0.13 | 0.17 | 309.7 | 0.66 | 0.5 |
| Hex | D4 | 2D | B9 | 0 | 4F | D | 11 | 136 | 42 | 32 |
| Octal | 324 | 55 | 271 | 0 | 117 | 15 | 21 | 466 | 102 | 62 |
| Binary | 11010100 | 101101 | 10111001 | 0 | 1001111 | 1101 | 10001 | 100110110 | 1000010 | 110010 |
Color Harmonies of #D42DB9
Complementary color
Monochromatic Colors of #D42DB9
Black with #D42DB9
Text Example
Text Example
White with #D42DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42DB9; }
p { color: rgb(212,45,185); }
H1.HeaderClassName
{
color: #D42DB9;
}
.AnyTagClassName
{
color: #D42DB9;
}
</style>
background-color css
<style>
a { background-color: #D42DB9; }
a { background-color: rgb(212,45,185); }
div.DivClassName
{
background-color: #D42DB9;
}
.BgClassName
{
background-color: #D42DB9;
}
</style>
border-color css
<style>
span { border-color: #D42DB9; }
span { border-color: rgb(212,45,185); }
td.TdClassName
{
border-color: #D42DB9;
}
.TagClassName
{
border-color: #D42DB9;
}
</style>