Shades of Fuchsia #D42DB4
Tints of Fuchsia #D42DB4
RGB
CMYK
RGB Variations
Color information
#D42DB4 (or 0xD42DB4) is known color: Fuchsia. HEX triplet: D4, 2D and B4. RGB value is (212,45,180). Sum of RGB (Red+Green+Blue) = 212+45+180=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 45 (17.97% from 255 or 10.30% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D42DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42DB4 is #2BD24B. Grayscale: #6D6D6D. Windows color (decimal): -2871884 or 11808212. OLE color: 11808212.
HSL color Cylindrical-coordinate representation of color #D42DB4: hue angle of 311.5º 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 #D42DB4 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 45 | 180 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.17 |
| HSL | 311.5º | 0.66% | 0.5% | - |
| HSV(B) | 311.5º | 0.79% | 0.83% | - |
| XYZ | 36.33 | 19.17 | 44.97 | - |
| YUV | 110.32 | 167.33 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 180 | 0 | 0.79 | 0.15 | 0.17 | 311.5 | 0.66 | 0.5 |
| Hex | D4 | 2D | B4 | 0 | 4F | F | 11 | 137 | 42 | 32 |
| Octal | 324 | 55 | 264 | 0 | 117 | 17 | 21 | 467 | 102 | 62 |
| Binary | 11010100 | 101101 | 10110100 | 0 | 1001111 | 1111 | 10001 | 100110111 | 1000010 | 110010 |
Color Harmonies of #D42DB4
Complementary color
Monochromatic Colors of #D42DB4
Black with #D42DB4
Text Example
Text Example
White with #D42DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42DB4; }
p { color: rgb(212,45,180); }
H1.HeaderClassName
{
color: #D42DB4;
}
.AnyTagClassName
{
color: #D42DB4;
}
</style>
background-color css
<style>
a { background-color: #D42DB4; }
a { background-color: rgb(212,45,180); }
div.DivClassName
{
background-color: #D42DB4;
}
.BgClassName
{
background-color: #D42DB4;
}
</style>
border-color css
<style>
span { border-color: #D42DB4; }
span { border-color: rgb(212,45,180); }
td.TdClassName
{
border-color: #D42DB4;
}
.TagClassName
{
border-color: #D42DB4;
}
</style>