Shades of Fuchsia #D460B6
Tints of Fuchsia #D460B6
RGB
CMYK
RGB Variations
Color information
#D460B6 (or 0xD460B6) is known color: Fuchsia. HEX triplet: D4, 60 and B6. RGB value is (212,96,182). Sum of RGB (Red+Green+Blue) = 212+96+182=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D460B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D460B6 is #2B9F49. Grayscale: #8C8C8C. Windows color (decimal): -2858826 or 11952340. OLE color: 11952340.
HSL color Cylindrical-coordinate representation of color #D460B6: hue angle of 315.52º 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 #D460B6 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 96 | 182 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.17 |
| HSL | 315.52º | 0.57% | 0.6% | - |
| HSV(B) | 315.52º | 0.55% | 0.83% | - |
| XYZ | 39.78 | 25.74 | 47.13 | - |
| YUV | 140.49 | 151.43 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 96 | 182 | 0 | 0.55 | 0.14 | 0.17 | 315.52 | 0.57 | 0.6 |
| Hex | D4 | 60 | B6 | 0 | 37 | E | 11 | 13C | 39 | 3C |
| Octal | 324 | 140 | 266 | 0 | 67 | 16 | 21 | 474 | 71 | 74 |
| Binary | 11010100 | 1100000 | 10110110 | 0 | 110111 | 1110 | 10001 | 100111100 | 111001 | 111100 |
Color Harmonies of #D460B6
Complementary color
Monochromatic Colors of #D460B6
Black with #D460B6
Text Example
Text Example
White with #D460B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D460B6; }
p { color: rgb(212,96,182); }
H1.HeaderClassName
{
color: #D460B6;
}
.AnyTagClassName
{
color: #D460B6;
}
</style>
background-color css
<style>
a { background-color: #D460B6; }
a { background-color: rgb(212,96,182); }
div.DivClassName
{
background-color: #D460B6;
}
.BgClassName
{
background-color: #D460B6;
}
</style>
border-color css
<style>
span { border-color: #D460B6; }
span { border-color: rgb(212,96,182); }
td.TdClassName
{
border-color: #D460B6;
}
.TagClassName
{
border-color: #D460B6;
}
</style>