Shades of Fuchsia #D455BA
Tints of Fuchsia #D455BA
RGB
CMYK
RGB Variations
Color information
#D455BA (or 0xD455BA) is known color: Fuchsia. HEX triplet: D4, 55 and BA. RGB value is (212,85,186). Sum of RGB (Red+Green+Blue) = 212+85+186=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D455BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D455BA is #2BAA45. Grayscale: #868686. Windows color (decimal): -2861638 or 12211668. OLE color: 12211668.
HSL color Cylindrical-coordinate representation of color #D455BA: hue angle of 312.28º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D455BA is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 85 | 186 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.17 |
| HSL | 312.28º | 0.6% | 0.58% | - |
| HSV(B) | 312.28º | 0.6% | 0.83% | - |
| XYZ | 39.26 | 24.04 | 49.03 | - |
| YUV | 134.49 | 157.08 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 186 | 0 | 0.60 | 0.12 | 0.17 | 312.28 | 0.6 | 0.58 |
| Hex | D4 | 55 | BA | 0 | 3C | C | 11 | 138 | 3C | 3A |
| Octal | 324 | 125 | 272 | 0 | 74 | 14 | 21 | 470 | 74 | 72 |
| Binary | 11010100 | 1010101 | 10111010 | 0 | 111100 | 1100 | 10001 | 100111000 | 111100 | 111010 |
Color Harmonies of #D455BA
Complementary color
Monochromatic Colors of #D455BA
Black with #D455BA
Text Example
Text Example
White with #D455BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D455BA; }
p { color: rgb(212,85,186); }
H1.HeaderClassName
{
color: #D455BA;
}
.AnyTagClassName
{
color: #D455BA;
}
</style>
background-color css
<style>
a { background-color: #D455BA; }
a { background-color: rgb(212,85,186); }
div.DivClassName
{
background-color: #D455BA;
}
.BgClassName
{
background-color: #D455BA;
}
</style>
border-color css
<style>
span { border-color: #D455BA; }
span { border-color: rgb(212,85,186); }
td.TdClassName
{
border-color: #D455BA;
}
.TagClassName
{
border-color: #D455BA;
}
</style>