Shades of Fuchsia #D755BA
Tints of Fuchsia #D755BA
RGB
CMYK
RGB Variations
Color information
#D755BA (or 0xD755BA) is known color: Fuchsia. HEX triplet: D7, 55 and BA. RGB value is (215,85,186). Sum of RGB (Red+Green+Blue) = 215+85+186=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D755BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D755BA is #28AA45. Grayscale: #878787. Windows color (decimal): -2665030 or 12211671. OLE color: 12211671.
HSL color Cylindrical-coordinate representation of color #D755BA: hue angle of 313.38º 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 #D755BA is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 85 | 186 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.16 |
| HSL | 313.38º | 0.62% | 0.59% | - |
| HSV(B) | 313.38º | 0.6% | 0.84% | - |
| XYZ | 40.14 | 24.49 | 49.07 | - |
| YUV | 135.38 | 156.57 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 85 | 186 | 0 | 0.60 | 0.13 | 0.16 | 313.38 | 0.62 | 0.59 |
| Hex | D7 | 55 | BA | 0 | 3C | D | 10 | 139 | 3E | 3B |
| Octal | 327 | 125 | 272 | 0 | 74 | 15 | 20 | 471 | 76 | 73 |
| Binary | 11010111 | 1010101 | 10111010 | 0 | 111100 | 1101 | 10000 | 100111001 | 111110 | 111011 |
Color Harmonies of #D755BA
Complementary color
Monochromatic Colors of #D755BA
Black with #D755BA
Text Example
Text Example
White with #D755BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D755BA; }
p { color: rgb(215,85,186); }
H1.HeaderClassName
{
color: #D755BA;
}
.AnyTagClassName
{
color: #D755BA;
}
</style>
background-color css
<style>
a { background-color: #D755BA; }
a { background-color: rgb(215,85,186); }
div.DivClassName
{
background-color: #D755BA;
}
.BgClassName
{
background-color: #D755BA;
}
</style>
border-color css
<style>
span { border-color: #D755BA; }
span { border-color: rgb(215,85,186); }
td.TdClassName
{
border-color: #D755BA;
}
.TagClassName
{
border-color: #D755BA;
}
</style>