Shades of Fuchsia #D757BA
Tints of Fuchsia #D757BA
RGB
CMYK
RGB Variations
Color information
#D757BA (or 0xD757BA) is known color: Fuchsia. HEX triplet: D7, 57 and BA. RGB value is (215,87,186). Sum of RGB (Red+Green+Blue) = 215+87+186=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D757BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D757BA is #28A845. Grayscale: #888888. Windows color (decimal): -2664518 or 12212183. OLE color: 12212183.
HSL color Cylindrical-coordinate representation of color #D757BA: hue angle of 313.59º 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 #D757BA is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 87 | 186 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.16 |
| HSL | 313.59º | 0.62% | 0.59% | - |
| HSV(B) | 313.59º | 0.6% | 0.84% | - |
| XYZ | 40.3 | 24.81 | 49.12 | - |
| YUV | 136.56 | 155.91 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 87 | 186 | 0 | 0.60 | 0.13 | 0.16 | 313.59 | 0.62 | 0.59 |
| Hex | D7 | 57 | BA | 0 | 3C | D | 10 | 13A | 3E | 3B |
| Octal | 327 | 127 | 272 | 0 | 74 | 15 | 20 | 472 | 76 | 73 |
| Binary | 11010111 | 1010111 | 10111010 | 0 | 111100 | 1101 | 10000 | 100111010 | 111110 | 111011 |
Color Harmonies of #D757BA
Complementary color
Monochromatic Colors of #D757BA
Black with #D757BA
Text Example
Text Example
White with #D757BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D757BA; }
p { color: rgb(215,87,186); }
H1.HeaderClassName
{
color: #D757BA;
}
.AnyTagClassName
{
color: #D757BA;
}
</style>
background-color css
<style>
a { background-color: #D757BA; }
a { background-color: rgb(215,87,186); }
div.DivClassName
{
background-color: #D757BA;
}
.BgClassName
{
background-color: #D757BA;
}
</style>
border-color css
<style>
span { border-color: #D757BA; }
span { border-color: rgb(215,87,186); }
td.TdClassName
{
border-color: #D757BA;
}
.TagClassName
{
border-color: #D757BA;
}
</style>