Shades of Fuchsia #D42FD5
Tints of Fuchsia #D42FD5
RGB
CMYK
RGB Variations
Color information
#D42FD5 (or 0xD42FD5) is known color: Fuchsia. HEX triplet: D4, 2F and D5. RGB value is (212,47,213). Sum of RGB (Red+Green+Blue) = 212+47+213=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 47 (18.75% from 255 or 9.96% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #D42FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42FD5 is #2BD02A. Grayscale: #727272. Windows color (decimal): -2871339 or 13971412. OLE color: 13971412.
HSL color Cylindrical-coordinate representation of color #D42FD5: hue angle of 299.64º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D42FD5 is Cyan = 0.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 47 | 213 | - |
| CMYK | 0.00 | 0.78 | 0 | 0.16 |
| HSL | 299.64º | 0.66% | 0.51% | - |
| HSV(B) | 299.64º | 0.78% | 0.84% | - |
| XYZ | 40.18 | 20.83 | 64.85 | - |
| YUV | 115.26 | 183.16 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 47 | 213 | 0.00 | 0.78 | 0 | 0.16 | 299.64 | 0.66 | 0.51 |
| Hex | D4 | 2F | D5 | 0 | 4E | 0 | 10 | 12C | 42 | 33 |
| Octal | 324 | 57 | 325 | 0 | 116 | 0 | 20 | 454 | 102 | 63 |
| Binary | 11010100 | 101111 | 11010101 | 0 | 1001110 | 0 | 10000 | 100101100 | 1000010 | 110011 |
Color Harmonies of #D42FD5
Complementary color
Monochromatic Colors of #D42FD5
Black with #D42FD5
Text Example
Text Example
White with #D42FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42FD5; }
p { color: rgb(212,47,213); }
H1.HeaderClassName
{
color: #D42FD5;
}
.AnyTagClassName
{
color: #D42FD5;
}
</style>
background-color css
<style>
a { background-color: #D42FD5; }
a { background-color: rgb(212,47,213); }
div.DivClassName
{
background-color: #D42FD5;
}
.BgClassName
{
background-color: #D42FD5;
}
</style>
border-color css
<style>
span { border-color: #D42FD5; }
span { border-color: rgb(212,47,213); }
td.TdClassName
{
border-color: #D42FD5;
}
.TagClassName
{
border-color: #D42FD5;
}
</style>