Shades of Fuchsia #D458BE
Tints of Fuchsia #D458BE
RGB
CMYK
RGB Variations
Color information
#D458BE (or 0xD458BE) is known color: Fuchsia. HEX triplet: D4, 58 and BE. RGB value is (212,88,190). Sum of RGB (Red+Green+Blue) = 212+88+190=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D458BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D458BE is #2BA741. Grayscale: #888888. Windows color (decimal): -2860866 or 12474580. OLE color: 12474580.
HSL color Cylindrical-coordinate representation of color #D458BE: hue angle of 310.65º 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 #D458BE is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 88 | 190 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.17 |
| HSL | 310.65º | 0.59% | 0.59% | - |
| HSV(B) | 310.65º | 0.58% | 0.83% | - |
| XYZ | 39.94 | 24.69 | 51.38 | - |
| YUV | 136.7 | 158.08 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 88 | 190 | 0 | 0.58 | 0.10 | 0.17 | 310.65 | 0.59 | 0.59 |
| Hex | D4 | 58 | BE | 0 | 3A | A | 11 | 137 | 3B | 3B |
| Octal | 324 | 130 | 276 | 0 | 72 | 12 | 21 | 467 | 73 | 73 |
| Binary | 11010100 | 1011000 | 10111110 | 0 | 111010 | 1010 | 10001 | 100110111 | 111011 | 111011 |
Color Harmonies of #D458BE
Complementary color
Monochromatic Colors of #D458BE
Black with #D458BE
Text Example
Text Example
White with #D458BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D458BE; }
p { color: rgb(212,88,190); }
H1.HeaderClassName
{
color: #D458BE;
}
.AnyTagClassName
{
color: #D458BE;
}
</style>
background-color css
<style>
a { background-color: #D458BE; }
a { background-color: rgb(212,88,190); }
div.DivClassName
{
background-color: #D458BE;
}
.BgClassName
{
background-color: #D458BE;
}
</style>
border-color css
<style>
span { border-color: #D458BE; }
span { border-color: rgb(212,88,190); }
td.TdClassName
{
border-color: #D458BE;
}
.TagClassName
{
border-color: #D458BE;
}
</style>