Shades of Fuchsia #D455B9
Tints of Fuchsia #D455B9
RGB
CMYK
RGB Variations
Color information
#D455B9 (or 0xD455B9) is known color: Fuchsia. HEX triplet: D4, 55 and B9. RGB value is (212,85,185). Sum of RGB (Red+Green+Blue) = 212+85+185=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D455B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D455B9 is #2BAA46. Grayscale: #868686. Windows color (decimal): -2861639 or 12146132. OLE color: 12146132.
HSL color Cylindrical-coordinate representation of color #D455B9: hue angle of 312.76º 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 #D455B9 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 85 | 185 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.17 |
| HSL | 312.76º | 0.6% | 0.58% | - |
| HSV(B) | 312.76º | 0.6% | 0.83% | - |
| XYZ | 39.16 | 24 | 48.47 | - |
| YUV | 134.37 | 156.58 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 185 | 0 | 0.60 | 0.13 | 0.17 | 312.76 | 0.6 | 0.58 |
| Hex | D4 | 55 | B9 | 0 | 3C | D | 11 | 139 | 3C | 3A |
| Octal | 324 | 125 | 271 | 0 | 74 | 15 | 21 | 471 | 74 | 72 |
| Binary | 11010100 | 1010101 | 10111001 | 0 | 111100 | 1101 | 10001 | 100111001 | 111100 | 111010 |
Color Harmonies of #D455B9
Complementary color
Monochromatic Colors of #D455B9
Black with #D455B9
Text Example
Text Example
White with #D455B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D455B9; }
p { color: rgb(212,85,185); }
H1.HeaderClassName
{
color: #D455B9;
}
.AnyTagClassName
{
color: #D455B9;
}
</style>
background-color css
<style>
a { background-color: #D455B9; }
a { background-color: rgb(212,85,185); }
div.DivClassName
{
background-color: #D455B9;
}
.BgClassName
{
background-color: #D455B9;
}
</style>
border-color css
<style>
span { border-color: #D455B9; }
span { border-color: rgb(212,85,185); }
td.TdClassName
{
border-color: #D455B9;
}
.TagClassName
{
border-color: #D455B9;
}
</style>