Shades of Fuchsia #D42DBD
Tints of Fuchsia #D42DBD
RGB
CMYK
RGB Variations
Color information
#D42DBD (or 0xD42DBD) is known color: Fuchsia. HEX triplet: D4, 2D and BD. RGB value is (212,45,189). Sum of RGB (Red+Green+Blue) = 212+45+189=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D42DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42DBD is #2BD242. Grayscale: #6E6E6E. Windows color (decimal): -2871875 or 12398036. OLE color: 12398036.
HSL color Cylindrical-coordinate representation of color #D42DBD: hue angle of 308.26º 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 #D42DBD is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 45 | 189 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.17 |
| HSL | 308.26º | 0.66% | 0.5% | - |
| HSV(B) | 308.26º | 0.79% | 0.83% | - |
| XYZ | 37.28 | 19.55 | 49.95 | - |
| YUV | 111.35 | 171.83 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 189 | 0 | 0.79 | 0.11 | 0.17 | 308.26 | 0.66 | 0.5 |
| Hex | D4 | 2D | BD | 0 | 4F | B | 11 | 134 | 42 | 32 |
| Octal | 324 | 55 | 275 | 0 | 117 | 13 | 21 | 464 | 102 | 62 |
| Binary | 11010100 | 101101 | 10111101 | 0 | 1001111 | 1011 | 10001 | 100110100 | 1000010 | 110010 |
Color Harmonies of #D42DBD
Complementary color
Monochromatic Colors of #D42DBD
Black with #D42DBD
Text Example
Text Example
White with #D42DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42DBD; }
p { color: rgb(212,45,189); }
H1.HeaderClassName
{
color: #D42DBD;
}
.AnyTagClassName
{
color: #D42DBD;
}
</style>
background-color css
<style>
a { background-color: #D42DBD; }
a { background-color: rgb(212,45,189); }
div.DivClassName
{
background-color: #D42DBD;
}
.BgClassName
{
background-color: #D42DBD;
}
</style>
border-color css
<style>
span { border-color: #D42DBD; }
span { border-color: rgb(212,45,189); }
td.TdClassName
{
border-color: #D42DBD;
}
.TagClassName
{
border-color: #D42DBD;
}
</style>