Shades of Fuchsia #D42FBD
Tints of Fuchsia #D42FBD
RGB
CMYK
RGB Variations
Color information
#D42FBD (or 0xD42FBD) is known color: Fuchsia. HEX triplet: D4, 2F and BD. RGB value is (212,47,189). Sum of RGB (Red+Green+Blue) = 212+47+189=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D42FBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42FBD is #2BD042. Grayscale: #707070. Windows color (decimal): -2871363 or 12398548. OLE color: 12398548.
HSL color Cylindrical-coordinate representation of color #D42FBD: hue angle of 308.36º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D42FBD is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 47 | 189 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.17 |
| HSL | 308.36º | 0.66% | 0.51% | - |
| HSV(B) | 308.36º | 0.78% | 0.83% | - |
| XYZ | 37.35 | 19.7 | 49.98 | - |
| YUV | 112.52 | 171.16 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 47 | 189 | 0 | 0.78 | 0.11 | 0.17 | 308.36 | 0.66 | 0.51 |
| Hex | D4 | 2F | BD | 0 | 4E | B | 11 | 134 | 42 | 33 |
| Octal | 324 | 57 | 275 | 0 | 116 | 13 | 21 | 464 | 102 | 63 |
| Binary | 11010100 | 101111 | 10111101 | 0 | 1001110 | 1011 | 10001 | 100110100 | 1000010 | 110011 |
Color Harmonies of #D42FBD
Complementary color
Monochromatic Colors of #D42FBD
Black with #D42FBD
Text Example
Text Example
White with #D42FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42FBD; }
p { color: rgb(212,47,189); }
H1.HeaderClassName
{
color: #D42FBD;
}
.AnyTagClassName
{
color: #D42FBD;
}
</style>
background-color css
<style>
a { background-color: #D42FBD; }
a { background-color: rgb(212,47,189); }
div.DivClassName
{
background-color: #D42FBD;
}
.BgClassName
{
background-color: #D42FBD;
}
</style>
border-color css
<style>
span { border-color: #D42FBD; }
span { border-color: rgb(212,47,189); }
td.TdClassName
{
border-color: #D42FBD;
}
.TagClassName
{
border-color: #D42FBD;
}
</style>