Shades of Fuchsia #D758C1
Tints of Fuchsia #D758C1
RGB
CMYK
RGB Variations
Color information
#D758C1 (or 0xD758C1) is known color: Fuchsia. HEX triplet: D7, 58 and C1. RGB value is (215,88,193). Sum of RGB (Red+Green+Blue) = 215+88+193=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D758C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D758C1 is #28A73E. Grayscale: #898989. Windows color (decimal): -2664255 or 12671191. OLE color: 12671191.
HSL color Cylindrical-coordinate representation of color #D758C1: hue angle of 310.39º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D758C1 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 193 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.16 |
| HSL | 310.39º | 0.61% | 0.59% | - |
| HSV(B) | 310.39º | 0.59% | 0.84% | - |
| XYZ | 41.14 | 25.28 | 53.16 | - |
| YUV | 137.94 | 159.08 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 193 | 0 | 0.59 | 0.10 | 0.16 | 310.39 | 0.61 | 0.59 |
| Hex | D7 | 58 | C1 | 0 | 3B | A | 10 | 136 | 3D | 3B |
| Octal | 327 | 130 | 301 | 0 | 73 | 12 | 20 | 466 | 75 | 73 |
| Binary | 11010111 | 1011000 | 11000001 | 0 | 111011 | 1010 | 10000 | 100110110 | 111101 | 111011 |
Color Harmonies of #D758C1
Complementary color
Monochromatic Colors of #D758C1
Black with #D758C1
Text Example
Text Example
White with #D758C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D758C1; }
p { color: rgb(215,88,193); }
H1.HeaderClassName
{
color: #D758C1;
}
.AnyTagClassName
{
color: #D758C1;
}
</style>
background-color css
<style>
a { background-color: #D758C1; }
a { background-color: rgb(215,88,193); }
div.DivClassName
{
background-color: #D758C1;
}
.BgClassName
{
background-color: #D758C1;
}
</style>
border-color css
<style>
span { border-color: #D758C1; }
span { border-color: rgb(215,88,193); }
td.TdClassName
{
border-color: #D758C1;
}
.TagClassName
{
border-color: #D758C1;
}
</style>