Shades of Fuchsia #D462B9
Tints of Fuchsia #D462B9
RGB
CMYK
RGB Variations
Color information
#D462B9 (or 0xD462B9) is known color: Fuchsia. HEX triplet: D4, 62 and B9. RGB value is (212,98,185). Sum of RGB (Red+Green+Blue) = 212+98+185=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D462B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D462B9 is #2B9D46. Grayscale: #8D8D8D. Windows color (decimal): -2858311 or 12149460. OLE color: 12149460.
HSL color Cylindrical-coordinate representation of color #D462B9: hue angle of 314.21º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D462B9 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 98 | 185 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.17 |
| HSL | 314.21º | 0.57% | 0.61% | - |
| HSV(B) | 314.21º | 0.54% | 0.83% | - |
| XYZ | 40.28 | 26.24 | 48.84 | - |
| YUV | 142 | 152.27 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 98 | 185 | 0 | 0.54 | 0.13 | 0.17 | 314.21 | 0.57 | 0.61 |
| Hex | D4 | 62 | B9 | 0 | 36 | D | 11 | 13A | 39 | 3D |
| Octal | 324 | 142 | 271 | 0 | 66 | 15 | 21 | 472 | 71 | 75 |
| Binary | 11010100 | 1100010 | 10111001 | 0 | 110110 | 1101 | 10001 | 100111010 | 111001 | 111101 |
Color Harmonies of #D462B9
Complementary color
Monochromatic Colors of #D462B9
Black with #D462B9
Text Example
Text Example
White with #D462B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D462B9; }
p { color: rgb(212,98,185); }
H1.HeaderClassName
{
color: #D462B9;
}
.AnyTagClassName
{
color: #D462B9;
}
</style>
background-color css
<style>
a { background-color: #D462B9; }
a { background-color: rgb(212,98,185); }
div.DivClassName
{
background-color: #D462B9;
}
.BgClassName
{
background-color: #D462B9;
}
</style>
border-color css
<style>
span { border-color: #D462B9; }
span { border-color: rgb(212,98,185); }
td.TdClassName
{
border-color: #D462B9;
}
.TagClassName
{
border-color: #D462B9;
}
</style>