Shades of Fuchsia #D456BD
Tints of Fuchsia #D456BD
RGB
CMYK
RGB Variations
Color information
#D456BD (or 0xD456BD) is known color: Fuchsia. HEX triplet: D4, 56 and BD. RGB value is (212,86,189). Sum of RGB (Red+Green+Blue) = 212+86+189=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D456BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D456BD is #2BA942. Grayscale: #878787. Windows color (decimal): -2861379 or 12408532. OLE color: 12408532.
HSL color Cylindrical-coordinate representation of color #D456BD: hue angle of 310.95º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D456BD is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 86 | 189 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.17 |
| HSL | 310.95º | 0.59% | 0.58% | - |
| HSV(B) | 310.95º | 0.59% | 0.83% | - |
| XYZ | 39.66 | 24.33 | 50.75 | - |
| YUV | 135.42 | 158.24 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 86 | 189 | 0 | 0.59 | 0.11 | 0.17 | 310.95 | 0.59 | 0.58 |
| Hex | D4 | 56 | BD | 0 | 3B | B | 11 | 137 | 3B | 3A |
| Octal | 324 | 126 | 275 | 0 | 73 | 13 | 21 | 467 | 73 | 72 |
| Binary | 11010100 | 1010110 | 10111101 | 0 | 111011 | 1011 | 10001 | 100110111 | 111011 | 111010 |
Color Harmonies of #D456BD
Complementary color
Monochromatic Colors of #D456BD
Black with #D456BD
Text Example
Text Example
White with #D456BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D456BD; }
p { color: rgb(212,86,189); }
H1.HeaderClassName
{
color: #D456BD;
}
.AnyTagClassName
{
color: #D456BD;
}
</style>
background-color css
<style>
a { background-color: #D456BD; }
a { background-color: rgb(212,86,189); }
div.DivClassName
{
background-color: #D456BD;
}
.BgClassName
{
background-color: #D456BD;
}
</style>
border-color css
<style>
span { border-color: #D456BD; }
span { border-color: rgb(212,86,189); }
td.TdClassName
{
border-color: #D456BD;
}
.TagClassName
{
border-color: #D456BD;
}
</style>