Shades of Fuchsia #D755B2
Tints of Fuchsia #D755B2
RGB
CMYK
RGB Variations
Color information
#D755B2 (or 0xD755B2) is known color: Fuchsia. HEX triplet: D7, 55 and B2. RGB value is (215,85,178). Sum of RGB (Red+Green+Blue) = 215+85+178=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D755B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D755B2 is #28AA4D. Grayscale: #868686. Windows color (decimal): -2665038 or 11687383. OLE color: 11687383.
HSL color Cylindrical-coordinate representation of color #D755B2: hue angle of 317.08º 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 #D755B2 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 85 | 178 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.16 |
| HSL | 317.08º | 0.62% | 0.59% | - |
| HSV(B) | 317.08º | 0.6% | 0.84% | - |
| XYZ | 39.31 | 24.16 | 44.71 | - |
| YUV | 134.47 | 152.57 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 85 | 178 | 0 | 0.60 | 0.17 | 0.16 | 317.08 | 0.62 | 0.59 |
| Hex | D7 | 55 | B2 | 0 | 3C | 11 | 10 | 13D | 3E | 3B |
| Octal | 327 | 125 | 262 | 0 | 74 | 21 | 20 | 475 | 76 | 73 |
| Binary | 11010111 | 1010101 | 10110010 | 0 | 111100 | 10001 | 10000 | 100111101 | 111110 | 111011 |
Color Harmonies of #D755B2
Complementary color
Monochromatic Colors of #D755B2
Black with #D755B2
Text Example
Text Example
White with #D755B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D755B2; }
p { color: rgb(215,85,178); }
H1.HeaderClassName
{
color: #D755B2;
}
.AnyTagClassName
{
color: #D755B2;
}
</style>
background-color css
<style>
a { background-color: #D755B2; }
a { background-color: rgb(215,85,178); }
div.DivClassName
{
background-color: #D755B2;
}
.BgClassName
{
background-color: #D755B2;
}
</style>
border-color css
<style>
span { border-color: #D755B2; }
span { border-color: rgb(215,85,178); }
td.TdClassName
{
border-color: #D755B2;
}
.TagClassName
{
border-color: #D755B2;
}
</style>