Shades of Fuchsia #D464B1
Tints of Fuchsia #D464B1
RGB
CMYK
RGB Variations
Color information
#D464B1 (or 0xD464B1) is known color: Fuchsia. HEX triplet: D4, 64 and B1. RGB value is (212,100,177). Sum of RGB (Red+Green+Blue) = 212+100+177=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D464B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D464B1 is #2B9B4E. Grayscale: #8E8E8E. Windows color (decimal): -2857807 or 11625684. OLE color: 11625684.
HSL color Cylindrical-coordinate representation of color #D464B1: hue angle of 318.75º 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 #D464B1 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 177 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.17 |
| HSL | 318.75º | 0.57% | 0.61% | - |
| HSV(B) | 318.75º | 0.53% | 0.83% | - |
| XYZ | 39.64 | 26.29 | 44.58 | - |
| YUV | 142.27 | 147.61 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 177 | 0 | 0.53 | 0.17 | 0.17 | 318.75 | 0.57 | 0.61 |
| Hex | D4 | 64 | B1 | 0 | 35 | 11 | 11 | 13F | 39 | 3D |
| Octal | 324 | 144 | 261 | 0 | 65 | 21 | 21 | 477 | 71 | 75 |
| Binary | 11010100 | 1100100 | 10110001 | 0 | 110101 | 10001 | 10001 | 100111111 | 111001 | 111101 |
Color Harmonies of #D464B1
Complementary color
Monochromatic Colors of #D464B1
Black with #D464B1
Text Example
Text Example
White with #D464B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D464B1; }
p { color: rgb(212,100,177); }
H1.HeaderClassName
{
color: #D464B1;
}
.AnyTagClassName
{
color: #D464B1;
}
</style>
background-color css
<style>
a { background-color: #D464B1; }
a { background-color: rgb(212,100,177); }
div.DivClassName
{
background-color: #D464B1;
}
.BgClassName
{
background-color: #D464B1;
}
</style>
border-color css
<style>
span { border-color: #D464B1; }
span { border-color: rgb(212,100,177); }
td.TdClassName
{
border-color: #D464B1;
}
.TagClassName
{
border-color: #D464B1;
}
</style>