Shades of Fuchsia #D462BC
Tints of Fuchsia #D462BC
RGB
CMYK
RGB Variations
Color information
#D462BC (or 0xD462BC) is known color: Fuchsia. HEX triplet: D4, 62 and BC. RGB value is (212,98,188). Sum of RGB (Red+Green+Blue) = 212+98+188=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D462BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D462BC is #2B9D43. Grayscale: #8E8E8E. Windows color (decimal): -2858308 or 12346068. OLE color: 12346068.
HSL color Cylindrical-coordinate representation of color #D462BC: hue angle of 312.63º 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 #D462BC is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 98 | 188 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.17 |
| HSL | 312.63º | 0.57% | 0.61% | - |
| HSV(B) | 312.63º | 0.54% | 0.83% | - |
| XYZ | 40.6 | 26.36 | 50.53 | - |
| YUV | 142.35 | 153.77 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 98 | 188 | 0 | 0.54 | 0.11 | 0.17 | 312.63 | 0.57 | 0.61 |
| Hex | D4 | 62 | BC | 0 | 36 | B | 11 | 139 | 39 | 3D |
| Octal | 324 | 142 | 274 | 0 | 66 | 13 | 21 | 471 | 71 | 75 |
| Binary | 11010100 | 1100010 | 10111100 | 0 | 110110 | 1011 | 10001 | 100111001 | 111001 | 111101 |
Color Harmonies of #D462BC
Complementary color
Monochromatic Colors of #D462BC
Black with #D462BC
Text Example
Text Example
White with #D462BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D462BC; }
p { color: rgb(212,98,188); }
H1.HeaderClassName
{
color: #D462BC;
}
.AnyTagClassName
{
color: #D462BC;
}
</style>
background-color css
<style>
a { background-color: #D462BC; }
a { background-color: rgb(212,98,188); }
div.DivClassName
{
background-color: #D462BC;
}
.BgClassName
{
background-color: #D462BC;
}
</style>
border-color css
<style>
span { border-color: #D462BC; }
span { border-color: rgb(212,98,188); }
td.TdClassName
{
border-color: #D462BC;
}
.TagClassName
{
border-color: #D462BC;
}
</style>