Shades of Fuchsia #D460BE
Tints of Fuchsia #D460BE
RGB
CMYK
RGB Variations
Color information
#D460BE (or 0xD460BE) is known color: Fuchsia. HEX triplet: D4, 60 and BE. RGB value is (212,96,190). Sum of RGB (Red+Green+Blue) = 212+96+190=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D460BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D460BE is #2B9F41. Grayscale: #8D8D8D. Windows color (decimal): -2858818 or 12476628. OLE color: 12476628.
HSL color Cylindrical-coordinate representation of color #D460BE: hue angle of 311.38º 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 #D460BE is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 96 | 190 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.17 |
| HSL | 311.38º | 0.57% | 0.6% | - |
| HSV(B) | 311.38º | 0.55% | 0.83% | - |
| XYZ | 40.63 | 26.08 | 51.61 | - |
| YUV | 141.4 | 155.43 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 96 | 190 | 0 | 0.55 | 0.10 | 0.17 | 311.38 | 0.57 | 0.6 |
| Hex | D4 | 60 | BE | 0 | 37 | A | 11 | 137 | 39 | 3C |
| Octal | 324 | 140 | 276 | 0 | 67 | 12 | 21 | 467 | 71 | 74 |
| Binary | 11010100 | 1100000 | 10111110 | 0 | 110111 | 1010 | 10001 | 100110111 | 111001 | 111100 |
Color Harmonies of #D460BE
Complementary color
Monochromatic Colors of #D460BE
Black with #D460BE
Text Example
Text Example
White with #D460BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D460BE; }
p { color: rgb(212,96,190); }
H1.HeaderClassName
{
color: #D460BE;
}
.AnyTagClassName
{
color: #D460BE;
}
</style>
background-color css
<style>
a { background-color: #D460BE; }
a { background-color: rgb(212,96,190); }
div.DivClassName
{
background-color: #D460BE;
}
.BgClassName
{
background-color: #D460BE;
}
</style>
border-color css
<style>
span { border-color: #D460BE; }
span { border-color: rgb(212,96,190); }
td.TdClassName
{
border-color: #D460BE;
}
.TagClassName
{
border-color: #D460BE;
}
</style>