Shades of Fuchsia #D42BB9
Tints of Fuchsia #D42BB9
RGB
CMYK
RGB Variations
Color information
#D42BB9 (or 0xD42BB9) is known color: Fuchsia. HEX triplet: D4, 2B and B9. RGB value is (212,43,185). Sum of RGB (Red+Green+Blue) = 212+43+185=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 43 (17.19% from 255 or 9.77% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D42BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42BB9 is #2BD446. Grayscale: #6D6D6D. Windows color (decimal): -2872391 or 12135380. OLE color: 12135380.
HSL color Cylindrical-coordinate representation of color #D42BB9: hue angle of 309.59º 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 #D42BB9 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 43 | 185 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.17 |
| HSL | 309.59º | 0.66% | 0.5% | - |
| HSV(B) | 309.59º | 0.8% | 0.83% | - |
| XYZ | 36.77 | 19.23 | 47.67 | - |
| YUV | 109.72 | 170.49 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 43 | 185 | 0 | 0.80 | 0.13 | 0.17 | 309.59 | 0.66 | 0.5 |
| Hex | D4 | 2B | B9 | 0 | 50 | D | 11 | 136 | 42 | 32 |
| Octal | 324 | 53 | 271 | 0 | 120 | 15 | 21 | 466 | 102 | 62 |
| Binary | 11010100 | 101011 | 10111001 | 0 | 1010000 | 1101 | 10001 | 100110110 | 1000010 | 110010 |
Color Harmonies of #D42BB9
Complementary color
Monochromatic Colors of #D42BB9
Black with #D42BB9
Text Example
Text Example
White with #D42BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42BB9; }
p { color: rgb(212,43,185); }
H1.HeaderClassName
{
color: #D42BB9;
}
.AnyTagClassName
{
color: #D42BB9;
}
</style>
background-color css
<style>
a { background-color: #D42BB9; }
a { background-color: rgb(212,43,185); }
div.DivClassName
{
background-color: #D42BB9;
}
.BgClassName
{
background-color: #D42BB9;
}
</style>
border-color css
<style>
span { border-color: #D42BB9; }
span { border-color: rgb(212,43,185); }
td.TdClassName
{
border-color: #D42BB9;
}
.TagClassName
{
border-color: #D42BB9;
}
</style>