Shades of Fuchsia #D457C2
Tints of Fuchsia #D457C2
RGB
CMYK
RGB Variations
Color information
#D457C2 (or 0xD457C2) is known color: Fuchsia. HEX triplet: D4, 57 and C2. RGB value is (212,87,194). Sum of RGB (Red+Green+Blue) = 212+87+194=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D457C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D457C2 is #2BA83D. Grayscale: #888888. Windows color (decimal): -2861118 or 12736468. OLE color: 12736468.
HSL color Cylindrical-coordinate representation of color #D457C2: hue angle of 308.64º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D457C2 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 87 | 194 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.17 |
| HSL | 308.64º | 0.59% | 0.59% | - |
| HSV(B) | 308.64º | 0.59% | 0.83% | - |
| XYZ | 40.3 | 24.71 | 53.68 | - |
| YUV | 136.57 | 160.41 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 87 | 194 | 0 | 0.59 | 0.08 | 0.17 | 308.64 | 0.59 | 0.59 |
| Hex | D4 | 57 | C2 | 0 | 3B | 8 | 11 | 135 | 3B | 3B |
| Octal | 324 | 127 | 302 | 0 | 73 | 10 | 21 | 465 | 73 | 73 |
| Binary | 11010100 | 1010111 | 11000010 | 0 | 111011 | 1000 | 10001 | 100110101 | 111011 | 111011 |
Color Harmonies of #D457C2
Complementary color
Monochromatic Colors of #D457C2
Black with #D457C2
Text Example
Text Example
White with #D457C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D457C2; }
p { color: rgb(212,87,194); }
H1.HeaderClassName
{
color: #D457C2;
}
.AnyTagClassName
{
color: #D457C2;
}
</style>
background-color css
<style>
a { background-color: #D457C2; }
a { background-color: rgb(212,87,194); }
div.DivClassName
{
background-color: #D457C2;
}
.BgClassName
{
background-color: #D457C2;
}
</style>
border-color css
<style>
span { border-color: #D457C2; }
span { border-color: rgb(212,87,194); }
td.TdClassName
{
border-color: #D457C2;
}
.TagClassName
{
border-color: #D457C2;
}
</style>