Shades of Fuchsia #D754B7
Tints of Fuchsia #D754B7
RGB
CMYK
RGB Variations
Color information
#D754B7 (or 0xD754B7) is known color: Fuchsia. HEX triplet: D7, 54 and B7. RGB value is (215,84,183). Sum of RGB (Red+Green+Blue) = 215+84+183=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D754B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D754B7 is #28AB48. Grayscale: #868686. Windows color (decimal): -2665289 or 12014807. OLE color: 12014807.
HSL color Cylindrical-coordinate representation of color #D754B7: hue angle of 314.66º 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 #D754B7 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 183 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.16 |
| HSL | 314.66º | 0.62% | 0.59% | - |
| HSV(B) | 314.66º | 0.61% | 0.84% | - |
| XYZ | 39.74 | 24.21 | 47.38 | - |
| YUV | 134.46 | 155.4 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 183 | 0 | 0.61 | 0.15 | 0.16 | 314.66 | 0.62 | 0.59 |
| Hex | D7 | 54 | B7 | 0 | 3D | F | 10 | 13B | 3E | 3B |
| Octal | 327 | 124 | 267 | 0 | 75 | 17 | 20 | 473 | 76 | 73 |
| Binary | 11010111 | 1010100 | 10110111 | 0 | 111101 | 1111 | 10000 | 100111011 | 111110 | 111011 |
Color Harmonies of #D754B7
Complementary color
Monochromatic Colors of #D754B7
Black with #D754B7
Text Example
Text Example
White with #D754B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D754B7; }
p { color: rgb(215,84,183); }
H1.HeaderClassName
{
color: #D754B7;
}
.AnyTagClassName
{
color: #D754B7;
}
</style>
background-color css
<style>
a { background-color: #D754B7; }
a { background-color: rgb(215,84,183); }
div.DivClassName
{
background-color: #D754B7;
}
.BgClassName
{
background-color: #D754B7;
}
</style>
border-color css
<style>
span { border-color: #D754B7; }
span { border-color: rgb(215,84,183); }
td.TdClassName
{
border-color: #D754B7;
}
.TagClassName
{
border-color: #D754B7;
}
</style>