Shades of Fuchsia #D42ED7
Tints of Fuchsia #D42ED7
RGB
CMYK
RGB Variations
Color information
#D42ED7 (or 0xD42ED7) is known color: Fuchsia. HEX triplet: D4, 2E and D7. RGB value is (212,46,215). Sum of RGB (Red+Green+Blue) = 212+46+215=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 46 (18.36% from 255 or 9.73% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 215 - color contains mainly: blue. Hex color #D42ED7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42ED7 is #2BD128. Grayscale: #727272. Windows color (decimal): -2871593 or 14102228. OLE color: 14102228.
HSL color Cylindrical-coordinate representation of color #D42ED7: hue angle of 298.93º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42ED7 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 46 | 215 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.16 |
| HSL | 298.93º | 0.68% | 0.51% | - |
| HSV(B) | 298.93º | 0.79% | 0.84% | - |
| XYZ | 40.39 | 20.86 | 66.19 | - |
| YUV | 114.9 | 184.5 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 46 | 215 | 0.01 | 0.79 | 0 | 0.16 | 298.93 | 0.68 | 0.51 |
| Hex | D4 | 2E | D7 | 1 | 4F | 0 | 10 | 12B | 44 | 33 |
| Octal | 324 | 56 | 327 | 1 | 117 | 0 | 20 | 453 | 104 | 63 |
| Binary | 11010100 | 101110 | 11010111 | 1 | 1001111 | 0 | 10000 | 100101011 | 1000100 | 110011 |
Color Harmonies of #D42ED7
Complementary color
Monochromatic Colors of #D42ED7
Black with #D42ED7
Text Example
Text Example
White with #D42ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42ED7; }
p { color: rgb(212,46,215); }
H1.HeaderClassName
{
color: #D42ED7;
}
.AnyTagClassName
{
color: #D42ED7;
}
</style>
background-color css
<style>
a { background-color: #D42ED7; }
a { background-color: rgb(212,46,215); }
div.DivClassName
{
background-color: #D42ED7;
}
.BgClassName
{
background-color: #D42ED7;
}
</style>
border-color css
<style>
span { border-color: #D42ED7; }
span { border-color: rgb(212,46,215); }
td.TdClassName
{
border-color: #D42ED7;
}
.TagClassName
{
border-color: #D42ED7;
}
</style>