Shades of Fuchsia #D75BB9
Tints of Fuchsia #D75BB9
RGB
CMYK
RGB Variations
Color information
#D75BB9 (or 0xD75BB9) is known color: Fuchsia. HEX triplet: D7, 5B and B9. RGB value is (215,91,185). Sum of RGB (Red+Green+Blue) = 215+91+185=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D75BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75BB9 is #28A446. Grayscale: #8A8A8A. Windows color (decimal): -2663495 or 12147671. OLE color: 12147671.
HSL color Cylindrical-coordinate representation of color #D75BB9: hue angle of 314.52º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D75BB9 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 91 | 185 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.16 |
| HSL | 314.52º | 0.61% | 0.6% | - |
| HSV(B) | 314.52º | 0.58% | 0.84% | - |
| XYZ | 40.52 | 25.43 | 48.67 | - |
| YUV | 138.79 | 154.08 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 91 | 185 | 0 | 0.58 | 0.14 | 0.16 | 314.52 | 0.61 | 0.6 |
| Hex | D7 | 5B | B9 | 0 | 3A | E | 10 | 13B | 3D | 3C |
| Octal | 327 | 133 | 271 | 0 | 72 | 16 | 20 | 473 | 75 | 74 |
| Binary | 11010111 | 1011011 | 10111001 | 0 | 111010 | 1110 | 10000 | 100111011 | 111101 | 111100 |
Color Harmonies of #D75BB9
Complementary color
Monochromatic Colors of #D75BB9
Black with #D75BB9
Text Example
Text Example
White with #D75BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75BB9; }
p { color: rgb(215,91,185); }
H1.HeaderClassName
{
color: #D75BB9;
}
.AnyTagClassName
{
color: #D75BB9;
}
</style>
background-color css
<style>
a { background-color: #D75BB9; }
a { background-color: rgb(215,91,185); }
div.DivClassName
{
background-color: #D75BB9;
}
.BgClassName
{
background-color: #D75BB9;
}
</style>
border-color css
<style>
span { border-color: #D75BB9; }
span { border-color: rgb(215,91,185); }
td.TdClassName
{
border-color: #D75BB9;
}
.TagClassName
{
border-color: #D75BB9;
}
</style>