Shades of Fuchsia #D755B7
Tints of Fuchsia #D755B7
RGB
CMYK
RGB Variations
Color information
#D755B7 (or 0xD755B7) is known color: Fuchsia. HEX triplet: D7, 55 and B7. RGB value is (215,85,183). Sum of RGB (Red+Green+Blue) = 215+85+183=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D755B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D755B7 is #28AA48. Grayscale: #868686. Windows color (decimal): -2665033 or 12015063. OLE color: 12015063.
HSL color Cylindrical-coordinate representation of color #D755B7: hue angle of 314.77º 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 #D755B7 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 85 | 183 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.16 |
| HSL | 314.77º | 0.62% | 0.59% | - |
| HSV(B) | 314.77º | 0.6% | 0.84% | - |
| XYZ | 39.82 | 24.36 | 47.4 | - |
| YUV | 135.04 | 155.07 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 85 | 183 | 0 | 0.60 | 0.15 | 0.16 | 314.77 | 0.62 | 0.59 |
| Hex | D7 | 55 | B7 | 0 | 3C | F | 10 | 13B | 3E | 3B |
| Octal | 327 | 125 | 267 | 0 | 74 | 17 | 20 | 473 | 76 | 73 |
| Binary | 11010111 | 1010101 | 10110111 | 0 | 111100 | 1111 | 10000 | 100111011 | 111110 | 111011 |
Color Harmonies of #D755B7
Complementary color
Monochromatic Colors of #D755B7
Black with #D755B7
Text Example
Text Example
White with #D755B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D755B7; }
p { color: rgb(215,85,183); }
H1.HeaderClassName
{
color: #D755B7;
}
.AnyTagClassName
{
color: #D755B7;
}
</style>
background-color css
<style>
a { background-color: #D755B7; }
a { background-color: rgb(215,85,183); }
div.DivClassName
{
background-color: #D755B7;
}
.BgClassName
{
background-color: #D755B7;
}
</style>
border-color css
<style>
span { border-color: #D755B7; }
span { border-color: rgb(215,85,183); }
td.TdClassName
{
border-color: #D755B7;
}
.TagClassName
{
border-color: #D755B7;
}
</style>