Shades of Fuchsia #D757B8
Tints of Fuchsia #D757B8
RGB
CMYK
RGB Variations
Color information
#D757B8 (or 0xD757B8) is known color: Fuchsia. HEX triplet: D7, 57 and B8. RGB value is (215,87,184). Sum of RGB (Red+Green+Blue) = 215+87+184=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D757B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D757B8 is #28A847. Grayscale: #888888. Windows color (decimal): -2664520 or 12081111. OLE color: 12081111.
HSL color Cylindrical-coordinate representation of color #D757B8: hue angle of 314.53º 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 #D757B8 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 87 | 184 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.16 |
| HSL | 314.53º | 0.62% | 0.59% | - |
| HSV(B) | 314.53º | 0.6% | 0.84% | - |
| XYZ | 40.08 | 24.72 | 48.01 | - |
| YUV | 136.33 | 154.91 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 87 | 184 | 0 | 0.60 | 0.14 | 0.16 | 314.53 | 0.62 | 0.59 |
| Hex | D7 | 57 | B8 | 0 | 3C | E | 10 | 13B | 3E | 3B |
| Octal | 327 | 127 | 270 | 0 | 74 | 16 | 20 | 473 | 76 | 73 |
| Binary | 11010111 | 1010111 | 10111000 | 0 | 111100 | 1110 | 10000 | 100111011 | 111110 | 111011 |
Color Harmonies of #D757B8
Complementary color
Monochromatic Colors of #D757B8
Black with #D757B8
Text Example
Text Example
White with #D757B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D757B8; }
p { color: rgb(215,87,184); }
H1.HeaderClassName
{
color: #D757B8;
}
.AnyTagClassName
{
color: #D757B8;
}
</style>
background-color css
<style>
a { background-color: #D757B8; }
a { background-color: rgb(215,87,184); }
div.DivClassName
{
background-color: #D757B8;
}
.BgClassName
{
background-color: #D757B8;
}
</style>
border-color css
<style>
span { border-color: #D757B8; }
span { border-color: rgb(215,87,184); }
td.TdClassName
{
border-color: #D757B8;
}
.TagClassName
{
border-color: #D757B8;
}
</style>