Shades of Fuchsia #D754B0
Tints of Fuchsia #D754B0
RGB
CMYK
RGB Variations
Color information
#D754B0 (or 0xD754B0) is known color: Fuchsia. HEX triplet: D7, 54 and B0. RGB value is (215,84,176). Sum of RGB (Red+Green+Blue) = 215+84+176=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D754B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D754B0 is #28AB4F. Grayscale: #858585. Windows color (decimal): -2665296 or 11556055. OLE color: 11556055.
HSL color Cylindrical-coordinate representation of color #D754B0: hue angle of 317.86º 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 #D754B0 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 176 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.16 |
| HSL | 317.86º | 0.62% | 0.59% | - |
| HSV(B) | 317.86º | 0.61% | 0.84% | - |
| XYZ | 39.03 | 23.92 | 43.63 | - |
| YUV | 133.66 | 151.9 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 176 | 0 | 0.61 | 0.18 | 0.16 | 317.86 | 0.62 | 0.59 |
| Hex | D7 | 54 | B0 | 0 | 3D | 12 | 10 | 13E | 3E | 3B |
| Octal | 327 | 124 | 260 | 0 | 75 | 22 | 20 | 476 | 76 | 73 |
| Binary | 11010111 | 1010100 | 10110000 | 0 | 111101 | 10010 | 10000 | 100111110 | 111110 | 111011 |
Color Harmonies of #D754B0
Complementary color
Monochromatic Colors of #D754B0
Black with #D754B0
Text Example
Text Example
White with #D754B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D754B0; }
p { color: rgb(215,84,176); }
H1.HeaderClassName
{
color: #D754B0;
}
.AnyTagClassName
{
color: #D754B0;
}
</style>
background-color css
<style>
a { background-color: #D754B0; }
a { background-color: rgb(215,84,176); }
div.DivClassName
{
background-color: #D754B0;
}
.BgClassName
{
background-color: #D754B0;
}
</style>
border-color css
<style>
span { border-color: #D754B0; }
span { border-color: rgb(215,84,176); }
td.TdClassName
{
border-color: #D754B0;
}
.TagClassName
{
border-color: #D754B0;
}
</style>