Shades of Fuchsia #D458C0
Tints of Fuchsia #D458C0
RGB
CMYK
RGB Variations
Color information
#D458C0 (or 0xD458C0) is known color: Fuchsia. HEX triplet: D4, 58 and C0. RGB value is (212,88,192). Sum of RGB (Red+Green+Blue) = 212+88+192=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D458C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D458C0 is #2BA73F. Grayscale: #888888. Windows color (decimal): -2860864 or 12605652. OLE color: 12605652.
HSL color Cylindrical-coordinate representation of color #D458C0: hue angle of 309.68º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D458C0 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 88 | 192 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.17 |
| HSL | 309.68º | 0.59% | 0.59% | - |
| HSV(B) | 309.68º | 0.58% | 0.83% | - |
| XYZ | 40.16 | 24.78 | 52.54 | - |
| YUV | 136.93 | 159.08 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 88 | 192 | 0 | 0.58 | 0.09 | 0.17 | 309.68 | 0.59 | 0.59 |
| Hex | D4 | 58 | C0 | 0 | 3A | 9 | 11 | 136 | 3B | 3B |
| Octal | 324 | 130 | 300 | 0 | 72 | 11 | 21 | 466 | 73 | 73 |
| Binary | 11010100 | 1011000 | 11000000 | 0 | 111010 | 1001 | 10001 | 100110110 | 111011 | 111011 |
Color Harmonies of #D458C0
Complementary color
Monochromatic Colors of #D458C0
Black with #D458C0
Text Example
Text Example
White with #D458C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D458C0; }
p { color: rgb(212,88,192); }
H1.HeaderClassName
{
color: #D458C0;
}
.AnyTagClassName
{
color: #D458C0;
}
</style>
background-color css
<style>
a { background-color: #D458C0; }
a { background-color: rgb(212,88,192); }
div.DivClassName
{
background-color: #D458C0;
}
.BgClassName
{
background-color: #D458C0;
}
</style>
border-color css
<style>
span { border-color: #D458C0; }
span { border-color: rgb(212,88,192); }
td.TdClassName
{
border-color: #D458C0;
}
.TagClassName
{
border-color: #D458C0;
}
</style>