Shades of Fuchsia #D453BE
Tints of Fuchsia #D453BE
RGB
CMYK
RGB Variations
Color information
#D453BE (or 0xD453BE) is known color: Fuchsia. HEX triplet: D4, 53 and BE. RGB value is (212,83,190). Sum of RGB (Red+Green+Blue) = 212+83+190=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D453BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D453BE is #2BAC41. Grayscale: #858585. Windows color (decimal): -2862146 or 12473300. OLE color: 12473300.
HSL color Cylindrical-coordinate representation of color #D453BE: hue angle of 310.23º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D453BE is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 190 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.17 |
| HSL | 310.23º | 0.6% | 0.58% | - |
| HSV(B) | 310.23º | 0.61% | 0.83% | - |
| XYZ | 39.54 | 23.9 | 51.24 | - |
| YUV | 133.77 | 159.74 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 190 | 0 | 0.61 | 0.10 | 0.17 | 310.23 | 0.6 | 0.58 |
| Hex | D4 | 53 | BE | 0 | 3D | A | 11 | 136 | 3C | 3A |
| Octal | 324 | 123 | 276 | 0 | 75 | 12 | 21 | 466 | 74 | 72 |
| Binary | 11010100 | 1010011 | 10111110 | 0 | 111101 | 1010 | 10001 | 100110110 | 111100 | 111010 |
Color Harmonies of #D453BE
Complementary color
Monochromatic Colors of #D453BE
Black with #D453BE
Text Example
Text Example
White with #D453BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D453BE; }
p { color: rgb(212,83,190); }
H1.HeaderClassName
{
color: #D453BE;
}
.AnyTagClassName
{
color: #D453BE;
}
</style>
background-color css
<style>
a { background-color: #D453BE; }
a { background-color: rgb(212,83,190); }
div.DivClassName
{
background-color: #D453BE;
}
.BgClassName
{
background-color: #D453BE;
}
</style>
border-color css
<style>
span { border-color: #D453BE; }
span { border-color: rgb(212,83,190); }
td.TdClassName
{
border-color: #D453BE;
}
.TagClassName
{
border-color: #D453BE;
}
</style>