Shades of Fuchsia #D754B1
Tints of Fuchsia #D754B1
RGB
CMYK
RGB Variations
Color information
#D754B1 (or 0xD754B1) is known color: Fuchsia. HEX triplet: D7, 54 and B1. RGB value is (215,84,177). Sum of RGB (Red+Green+Blue) = 215+84+177=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D754B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D754B1 is #28AB4E. Grayscale: #858585. Windows color (decimal): -2665295 or 11621591. OLE color: 11621591.
HSL color Cylindrical-coordinate representation of color #D754B1: hue angle of 317.4º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D754B1 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 177 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.16 |
| HSL | 317.4º | 0.62% | 0.59% | - |
| HSV(B) | 317.4º | 0.61% | 0.84% | - |
| XYZ | 39.13 | 23.96 | 44.16 | - |
| YUV | 133.77 | 152.4 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 177 | 0 | 0.61 | 0.18 | 0.16 | 317.4 | 0.62 | 0.59 |
| Hex | D7 | 54 | B1 | 0 | 3D | 12 | 10 | 13D | 3E | 3B |
| Octal | 327 | 124 | 261 | 0 | 75 | 22 | 20 | 475 | 76 | 73 |
| Binary | 11010111 | 1010100 | 10110001 | 0 | 111101 | 10010 | 10000 | 100111101 | 111110 | 111011 |
Color Harmonies of #D754B1
Complementary color
Monochromatic Colors of #D754B1
Black with #D754B1
Text Example
Text Example
White with #D754B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D754B1; }
p { color: rgb(215,84,177); }
H1.HeaderClassName
{
color: #D754B1;
}
.AnyTagClassName
{
color: #D754B1;
}
</style>
background-color css
<style>
a { background-color: #D754B1; }
a { background-color: rgb(215,84,177); }
div.DivClassName
{
background-color: #D754B1;
}
.BgClassName
{
background-color: #D754B1;
}
</style>
border-color css
<style>
span { border-color: #D754B1; }
span { border-color: rgb(215,84,177); }
td.TdClassName
{
border-color: #D754B1;
}
.TagClassName
{
border-color: #D754B1;
}
</style>