Shades of Fuchsia #D54FB9
Tints of Fuchsia #D54FB9
RGB
CMYK
RGB Variations
Color information
#D54FB9 (or 0xD54FB9) is known color: Fuchsia. HEX triplet: D5, 4F and B9. RGB value is (213,79,185). Sum of RGB (Red+Green+Blue) = 213+79+185=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D54FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54FB9 is #2AB046. Grayscale: #828282. Windows color (decimal): -2797639 or 12144597. OLE color: 12144597.
HSL color Cylindrical-coordinate representation of color #D54FB9: hue angle of 312.54º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D54FB9 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 79 | 185 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.16 |
| HSL | 312.54º | 0.61% | 0.57% | - |
| HSV(B) | 312.54º | 0.63% | 0.84% | - |
| XYZ | 38.99 | 23.24 | 48.33 | - |
| YUV | 131.15 | 158.39 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 185 | 0 | 0.63 | 0.13 | 0.16 | 312.54 | 0.61 | 0.57 |
| Hex | D5 | 4F | B9 | 0 | 3F | D | 10 | 139 | 3D | 39 |
| Octal | 325 | 117 | 271 | 0 | 77 | 15 | 20 | 471 | 75 | 71 |
| Binary | 11010101 | 1001111 | 10111001 | 0 | 111111 | 1101 | 10000 | 100111001 | 111101 | 111001 |
Color Harmonies of #D54FB9
Complementary color
Monochromatic Colors of #D54FB9
Black with #D54FB9
Text Example
Text Example
White with #D54FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54FB9; }
p { color: rgb(213,79,185); }
H1.HeaderClassName
{
color: #D54FB9;
}
.AnyTagClassName
{
color: #D54FB9;
}
</style>
background-color css
<style>
a { background-color: #D54FB9; }
a { background-color: rgb(213,79,185); }
div.DivClassName
{
background-color: #D54FB9;
}
.BgClassName
{
background-color: #D54FB9;
}
</style>
border-color css
<style>
span { border-color: #D54FB9; }
span { border-color: rgb(213,79,185); }
td.TdClassName
{
border-color: #D54FB9;
}
.TagClassName
{
border-color: #D54FB9;
}
</style>