Shades of Fuchsia #D463BC
Tints of Fuchsia #D463BC
RGB
CMYK
RGB Variations
Color information
#D463BC (or 0xD463BC) is known color: Fuchsia. HEX triplet: D4, 63 and BC. RGB value is (212,99,188). Sum of RGB (Red+Green+Blue) = 212+99+188=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D463BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D463BC is #2B9C43. Grayscale: #8E8E8E. Windows color (decimal): -2858052 or 12346324. OLE color: 12346324.
HSL color Cylindrical-coordinate representation of color #D463BC: hue angle of 312.74º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D463BC is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 99 | 188 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.17 |
| HSL | 312.74º | 0.57% | 0.61% | - |
| HSV(B) | 312.74º | 0.53% | 0.83% | - |
| XYZ | 40.69 | 26.55 | 50.56 | - |
| YUV | 142.93 | 153.44 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 188 | 0 | 0.53 | 0.11 | 0.17 | 312.74 | 0.57 | 0.61 |
| Hex | D4 | 63 | BC | 0 | 35 | B | 11 | 139 | 39 | 3D |
| Octal | 324 | 143 | 274 | 0 | 65 | 13 | 21 | 471 | 71 | 75 |
| Binary | 11010100 | 1100011 | 10111100 | 0 | 110101 | 1011 | 10001 | 100111001 | 111001 | 111101 |
Color Harmonies of #D463BC
Complementary color
Monochromatic Colors of #D463BC
Black with #D463BC
Text Example
Text Example
White with #D463BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D463BC; }
p { color: rgb(212,99,188); }
H1.HeaderClassName
{
color: #D463BC;
}
.AnyTagClassName
{
color: #D463BC;
}
</style>
background-color css
<style>
a { background-color: #D463BC; }
a { background-color: rgb(212,99,188); }
div.DivClassName
{
background-color: #D463BC;
}
.BgClassName
{
background-color: #D463BC;
}
</style>
border-color css
<style>
span { border-color: #D463BC; }
span { border-color: rgb(212,99,188); }
td.TdClassName
{
border-color: #D463BC;
}
.TagClassName
{
border-color: #D463BC;
}
</style>