Shades of Fuchsia #D463BD
Tints of Fuchsia #D463BD
RGB
CMYK
RGB Variations
Color information
#D463BD (or 0xD463BD) is known color: Fuchsia. HEX triplet: D4, 63 and BD. RGB value is (212,99,189). Sum of RGB (Red+Green+Blue) = 212+99+189=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 212 - color contains mainly: red. Hex color #D463BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D463BD is #2B9C42. Grayscale: #8E8E8E. Windows color (decimal): -2858051 or 12411860. OLE color: 12411860.
HSL color Cylindrical-coordinate representation of color #D463BD: hue angle of 312.21º 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 #D463BD is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 99 | 189 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.17 |
| HSL | 312.21º | 0.57% | 0.61% | - |
| HSV(B) | 312.21º | 0.53% | 0.83% | - |
| XYZ | 40.8 | 26.59 | 51.13 | - |
| YUV | 143.05 | 153.94 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 189 | 0 | 0.53 | 0.11 | 0.17 | 312.21 | 0.57 | 0.61 |
| Hex | D4 | 63 | BD | 0 | 35 | B | 11 | 138 | 39 | 3D |
| Octal | 324 | 143 | 275 | 0 | 65 | 13 | 21 | 470 | 71 | 75 |
| Binary | 11010100 | 1100011 | 10111101 | 0 | 110101 | 1011 | 10001 | 100111000 | 111001 | 111101 |
Color Harmonies of #D463BD
Complementary color
Monochromatic Colors of #D463BD
Black with #D463BD
Text Example
Text Example
White with #D463BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D463BD; }
p { color: rgb(212,99,189); }
H1.HeaderClassName
{
color: #D463BD;
}
.AnyTagClassName
{
color: #D463BD;
}
</style>
background-color css
<style>
a { background-color: #D463BD; }
a { background-color: rgb(212,99,189); }
div.DivClassName
{
background-color: #D463BD;
}
.BgClassName
{
background-color: #D463BD;
}
</style>
border-color css
<style>
span { border-color: #D463BD; }
span { border-color: rgb(212,99,189); }
td.TdClassName
{
border-color: #D463BD;
}
.TagClassName
{
border-color: #D463BD;
}
</style>