Shades of Fuchsia #D754BE
Tints of Fuchsia #D754BE
RGB
CMYK
RGB Variations
Color information
#D754BE (or 0xD754BE) is known color: Fuchsia. HEX triplet: D7, 54 and BE. RGB value is (215,84,190). Sum of RGB (Red+Green+Blue) = 215+84+190=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 84 (33.20% from 255 or 17.18% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D754BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D754BE is #28AB41. Grayscale: #868686. Windows color (decimal): -2665282 or 12473559. OLE color: 12473559.
HSL color Cylindrical-coordinate representation of color #D754BE: hue angle of 311.45º 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 #D754BE is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 190 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.16 |
| HSL | 311.45º | 0.62% | 0.59% | - |
| HSV(B) | 311.45º | 0.61% | 0.84% | - |
| XYZ | 40.49 | 24.51 | 51.31 | - |
| YUV | 135.25 | 158.9 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 190 | 0 | 0.61 | 0.12 | 0.16 | 311.45 | 0.62 | 0.59 |
| Hex | D7 | 54 | BE | 0 | 3D | C | 10 | 137 | 3E | 3B |
| Octal | 327 | 124 | 276 | 0 | 75 | 14 | 20 | 467 | 76 | 73 |
| Binary | 11010111 | 1010100 | 10111110 | 0 | 111101 | 1100 | 10000 | 100110111 | 111110 | 111011 |
Color Harmonies of #D754BE
Complementary color
Monochromatic Colors of #D754BE
Black with #D754BE
Text Example
Text Example
White with #D754BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D754BE; }
p { color: rgb(215,84,190); }
H1.HeaderClassName
{
color: #D754BE;
}
.AnyTagClassName
{
color: #D754BE;
}
</style>
background-color css
<style>
a { background-color: #D754BE; }
a { background-color: rgb(215,84,190); }
div.DivClassName
{
background-color: #D754BE;
}
.BgClassName
{
background-color: #D754BE;
}
</style>
border-color css
<style>
span { border-color: #D754BE; }
span { border-color: rgb(215,84,190); }
td.TdClassName
{
border-color: #D754BE;
}
.TagClassName
{
border-color: #D754BE;
}
</style>