Shades of Fuchsia #D463BB
Tints of Fuchsia #D463BB
RGB
CMYK
RGB Variations
Color information
#D463BB (or 0xD463BB) is known color: Fuchsia. HEX triplet: D4, 63 and BB. RGB value is (212,99,187). Sum of RGB (Red+Green+Blue) = 212+99+187=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D463BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D463BB is #2B9C44. Grayscale: #8E8E8E. Windows color (decimal): -2858053 or 12280788. OLE color: 12280788.
HSL color Cylindrical-coordinate representation of color #D463BB: hue angle of 313.27º 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 #D463BB is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 99 | 187 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.17 |
| HSL | 313.27º | 0.57% | 0.61% | - |
| HSV(B) | 313.27º | 0.53% | 0.83% | - |
| XYZ | 40.58 | 26.51 | 49.99 | - |
| YUV | 142.82 | 152.94 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 187 | 0 | 0.53 | 0.12 | 0.17 | 313.27 | 0.57 | 0.61 |
| Hex | D4 | 63 | BB | 0 | 35 | C | 11 | 139 | 39 | 3D |
| Octal | 324 | 143 | 273 | 0 | 65 | 14 | 21 | 471 | 71 | 75 |
| Binary | 11010100 | 1100011 | 10111011 | 0 | 110101 | 1100 | 10001 | 100111001 | 111001 | 111101 |
Color Harmonies of #D463BB
Complementary color
Monochromatic Colors of #D463BB
Black with #D463BB
Text Example
Text Example
White with #D463BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D463BB; }
p { color: rgb(212,99,187); }
H1.HeaderClassName
{
color: #D463BB;
}
.AnyTagClassName
{
color: #D463BB;
}
</style>
background-color css
<style>
a { background-color: #D463BB; }
a { background-color: rgb(212,99,187); }
div.DivClassName
{
background-color: #D463BB;
}
.BgClassName
{
background-color: #D463BB;
}
</style>
border-color css
<style>
span { border-color: #D463BB; }
span { border-color: rgb(212,99,187); }
td.TdClassName
{
border-color: #D463BB;
}
.TagClassName
{
border-color: #D463BB;
}
</style>