Shades of Fuchsia #D757C2
Tints of Fuchsia #D757C2
RGB
CMYK
RGB Variations
Color information
#D757C2 (or 0xD757C2) is known color: Fuchsia. HEX triplet: D7, 57 and C2. RGB value is (215,87,194). Sum of RGB (Red+Green+Blue) = 215+87+194=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 87 (34.38% from 255 or 17.54% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D757C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D757C2 is #28A83D. Grayscale: #898989. Windows color (decimal): -2664510 or 12736471. OLE color: 12736471.
HSL color Cylindrical-coordinate representation of color #D757C2: hue angle of 309.84º 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 #D757C2 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 87 | 194 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.16 |
| HSL | 309.84º | 0.62% | 0.59% | - |
| HSV(B) | 309.84º | 0.6% | 0.84% | - |
| XYZ | 41.17 | 25.16 | 53.73 | - |
| YUV | 137.47 | 159.91 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 87 | 194 | 0 | 0.60 | 0.10 | 0.16 | 309.84 | 0.62 | 0.59 |
| Hex | D7 | 57 | C2 | 0 | 3C | A | 10 | 136 | 3E | 3B |
| Octal | 327 | 127 | 302 | 0 | 74 | 12 | 20 | 466 | 76 | 73 |
| Binary | 11010111 | 1010111 | 11000010 | 0 | 111100 | 1010 | 10000 | 100110110 | 111110 | 111011 |
Color Harmonies of #D757C2
Complementary color
Monochromatic Colors of #D757C2
Black with #D757C2
Text Example
Text Example
White with #D757C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D757C2; }
p { color: rgb(215,87,194); }
H1.HeaderClassName
{
color: #D757C2;
}
.AnyTagClassName
{
color: #D757C2;
}
</style>
background-color css
<style>
a { background-color: #D757C2; }
a { background-color: rgb(215,87,194); }
div.DivClassName
{
background-color: #D757C2;
}
.BgClassName
{
background-color: #D757C2;
}
</style>
border-color css
<style>
span { border-color: #D757C2; }
span { border-color: rgb(215,87,194); }
td.TdClassName
{
border-color: #D757C2;
}
.TagClassName
{
border-color: #D757C2;
}
</style>