Shades of Fuchsia #D754BF
Tints of Fuchsia #D754BF
RGB
CMYK
RGB Variations
Color information
#D754BF (or 0xD754BF) is known color: Fuchsia. HEX triplet: D7, 54 and BF. RGB value is (215,84,191). Sum of RGB (Red+Green+Blue) = 215+84+191=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 84 (33.20% from 255 or 17.14% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D754BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D754BF is #28AB40. Grayscale: #878787. Windows color (decimal): -2665281 or 12539095. OLE color: 12539095.
HSL color Cylindrical-coordinate representation of color #D754BF: hue angle of 310.99º 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 #D754BF is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 191 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.16 |
| HSL | 310.99º | 0.62% | 0.59% | - |
| HSV(B) | 310.99º | 0.61% | 0.84% | - |
| XYZ | 40.6 | 24.55 | 51.89 | - |
| YUV | 135.37 | 159.4 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 191 | 0 | 0.61 | 0.11 | 0.16 | 310.99 | 0.62 | 0.59 |
| Hex | D7 | 54 | BF | 0 | 3D | B | 10 | 137 | 3E | 3B |
| Octal | 327 | 124 | 277 | 0 | 75 | 13 | 20 | 467 | 76 | 73 |
| Binary | 11010111 | 1010100 | 10111111 | 0 | 111101 | 1011 | 10000 | 100110111 | 111110 | 111011 |
Color Harmonies of #D754BF
Complementary color
Monochromatic Colors of #D754BF
Black with #D754BF
Text Example
Text Example
White with #D754BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D754BF; }
p { color: rgb(215,84,191); }
H1.HeaderClassName
{
color: #D754BF;
}
.AnyTagClassName
{
color: #D754BF;
}
</style>
background-color css
<style>
a { background-color: #D754BF; }
a { background-color: rgb(215,84,191); }
div.DivClassName
{
background-color: #D754BF;
}
.BgClassName
{
background-color: #D754BF;
}
</style>
border-color css
<style>
span { border-color: #D754BF; }
span { border-color: rgb(215,84,191); }
td.TdClassName
{
border-color: #D754BF;
}
.TagClassName
{
border-color: #D754BF;
}
</style>