Shades of Fuchsia #D75EBB
Tints of Fuchsia #D75EBB
RGB
CMYK
RGB Variations
Color information
#D75EBB (or 0xD75EBB) is known color: Fuchsia. HEX triplet: D7, 5E and BB. RGB value is (215,94,187). Sum of RGB (Red+Green+Blue) = 215+94+187=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D75EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75EBB is #28A144. Grayscale: #8C8C8C. Windows color (decimal): -2662725 or 12279511. OLE color: 12279511.
HSL color Cylindrical-coordinate representation of color #D75EBB: hue angle of 313.88º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D75EBB is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 94 | 187 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.16 |
| HSL | 313.88º | 0.6% | 0.61% | - |
| HSV(B) | 313.88º | 0.56% | 0.84% | - |
| XYZ | 41 | 26.04 | 49.88 | - |
| YUV | 140.78 | 154.09 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 94 | 187 | 0 | 0.56 | 0.13 | 0.16 | 313.88 | 0.6 | 0.61 |
| Hex | D7 | 5E | BB | 0 | 38 | D | 10 | 13A | 3C | 3D |
| Octal | 327 | 136 | 273 | 0 | 70 | 15 | 20 | 472 | 74 | 75 |
| Binary | 11010111 | 1011110 | 10111011 | 0 | 111000 | 1101 | 10000 | 100111010 | 111100 | 111101 |
Color Harmonies of #D75EBB
Complementary color
Monochromatic Colors of #D75EBB
Black with #D75EBB
Text Example
Text Example
White with #D75EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75EBB; }
p { color: rgb(215,94,187); }
H1.HeaderClassName
{
color: #D75EBB;
}
.AnyTagClassName
{
color: #D75EBB;
}
</style>
background-color css
<style>
a { background-color: #D75EBB; }
a { background-color: rgb(215,94,187); }
div.DivClassName
{
background-color: #D75EBB;
}
.BgClassName
{
background-color: #D75EBB;
}
</style>
border-color css
<style>
span { border-color: #D75EBB; }
span { border-color: rgb(215,94,187); }
td.TdClassName
{
border-color: #D75EBB;
}
.TagClassName
{
border-color: #D75EBB;
}
</style>