Shades of Fuchsia #D755B9
Tints of Fuchsia #D755B9
RGB
CMYK
RGB Variations
Color information
#D755B9 (or 0xD755B9) is known color: Fuchsia. HEX triplet: D7, 55 and B9. RGB value is (215,85,185). Sum of RGB (Red+Green+Blue) = 215+85+185=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D755B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D755B9 is #28AA46. Grayscale: #878787. Windows color (decimal): -2665031 or 12146135. OLE color: 12146135.
HSL color Cylindrical-coordinate representation of color #D755B9: hue angle of 313.85º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D755B9 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 85 | 185 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.16 |
| HSL | 313.85º | 0.62% | 0.59% | - |
| HSV(B) | 313.85º | 0.6% | 0.84% | - |
| XYZ | 40.03 | 24.45 | 48.51 | - |
| YUV | 135.27 | 156.07 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 85 | 185 | 0 | 0.60 | 0.14 | 0.16 | 313.85 | 0.62 | 0.59 |
| Hex | D7 | 55 | B9 | 0 | 3C | E | 10 | 13A | 3E | 3B |
| Octal | 327 | 125 | 271 | 0 | 74 | 16 | 20 | 472 | 76 | 73 |
| Binary | 11010111 | 1010101 | 10111001 | 0 | 111100 | 1110 | 10000 | 100111010 | 111110 | 111011 |
Color Harmonies of #D755B9
Complementary color
Monochromatic Colors of #D755B9
Black with #D755B9
Text Example
Text Example
White with #D755B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D755B9; }
p { color: rgb(215,85,185); }
H1.HeaderClassName
{
color: #D755B9;
}
.AnyTagClassName
{
color: #D755B9;
}
</style>
background-color css
<style>
a { background-color: #D755B9; }
a { background-color: rgb(215,85,185); }
div.DivClassName
{
background-color: #D755B9;
}
.BgClassName
{
background-color: #D755B9;
}
</style>
border-color css
<style>
span { border-color: #D755B9; }
span { border-color: rgb(215,85,185); }
td.TdClassName
{
border-color: #D755B9;
}
.TagClassName
{
border-color: #D755B9;
}
</style>