Shades of Fuchsia #D460B9
Tints of Fuchsia #D460B9
RGB
CMYK
RGB Variations
Color information
#D460B9 (or 0xD460B9) is known color: Fuchsia. HEX triplet: D4, 60 and B9. RGB value is (212,96,185). Sum of RGB (Red+Green+Blue) = 212+96+185=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D460B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D460B9 is #2B9F46. Grayscale: #8C8C8C. Windows color (decimal): -2858823 or 12148948. OLE color: 12148948.
HSL color Cylindrical-coordinate representation of color #D460B9: hue angle of 313.97º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D460B9 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 96 | 185 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.17 |
| HSL | 313.97º | 0.57% | 0.6% | - |
| HSV(B) | 313.97º | 0.55% | 0.83% | - |
| XYZ | 40.09 | 25.87 | 48.78 | - |
| YUV | 140.83 | 152.93 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 96 | 185 | 0 | 0.55 | 0.13 | 0.17 | 313.97 | 0.57 | 0.6 |
| Hex | D4 | 60 | B9 | 0 | 37 | D | 11 | 13A | 39 | 3C |
| Octal | 324 | 140 | 271 | 0 | 67 | 15 | 21 | 472 | 71 | 74 |
| Binary | 11010100 | 1100000 | 10111001 | 0 | 110111 | 1101 | 10001 | 100111010 | 111001 | 111100 |
Color Harmonies of #D460B9
Complementary color
Monochromatic Colors of #D460B9
Black with #D460B9
Text Example
Text Example
White with #D460B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D460B9; }
p { color: rgb(212,96,185); }
H1.HeaderClassName
{
color: #D460B9;
}
.AnyTagClassName
{
color: #D460B9;
}
</style>
background-color css
<style>
a { background-color: #D460B9; }
a { background-color: rgb(212,96,185); }
div.DivClassName
{
background-color: #D460B9;
}
.BgClassName
{
background-color: #D460B9;
}
</style>
border-color css
<style>
span { border-color: #D460B9; }
span { border-color: rgb(212,96,185); }
td.TdClassName
{
border-color: #D460B9;
}
.TagClassName
{
border-color: #D460B9;
}
</style>