Shades of Fuchsia #D755B6
Tints of Fuchsia #D755B6
RGB
CMYK
RGB Variations
Color information
#D755B6 (or 0xD755B6) is known color: Fuchsia. HEX triplet: D7, 55 and B6. RGB value is (215,85,182). Sum of RGB (Red+Green+Blue) = 215+85+182=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D755B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D755B6 is #28AA49. Grayscale: #868686. Windows color (decimal): -2665034 or 11949527. OLE color: 11949527.
HSL color Cylindrical-coordinate representation of color #D755B6: hue angle of 315.23º 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 #D755B6 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 85 | 182 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.16 |
| HSL | 315.23º | 0.62% | 0.59% | - |
| HSV(B) | 315.23º | 0.6% | 0.84% | - |
| XYZ | 39.72 | 24.32 | 46.86 | - |
| YUV | 134.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 85 | 182 | 0 | 0.60 | 0.15 | 0.16 | 315.23 | 0.62 | 0.59 |
| Hex | D7 | 55 | B6 | 0 | 3C | F | 10 | 13B | 3E | 3B |
| Octal | 327 | 125 | 266 | 0 | 74 | 17 | 20 | 473 | 76 | 73 |
| Binary | 11010111 | 1010101 | 10110110 | 0 | 111100 | 1111 | 10000 | 100111011 | 111110 | 111011 |
Color Harmonies of #D755B6
Complementary color
Monochromatic Colors of #D755B6
Black with #D755B6
Text Example
Text Example
White with #D755B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D755B6; }
p { color: rgb(215,85,182); }
H1.HeaderClassName
{
color: #D755B6;
}
.AnyTagClassName
{
color: #D755B6;
}
</style>
background-color css
<style>
a { background-color: #D755B6; }
a { background-color: rgb(215,85,182); }
div.DivClassName
{
background-color: #D755B6;
}
.BgClassName
{
background-color: #D755B6;
}
</style>
border-color css
<style>
span { border-color: #D755B6; }
span { border-color: rgb(215,85,182); }
td.TdClassName
{
border-color: #D755B6;
}
.TagClassName
{
border-color: #D755B6;
}
</style>