Shades of Fuchsia #D758AD
Tints of Fuchsia #D758AD
RGB
CMYK
RGB Variations
Color information
#D758AD (or 0xD758AD) is known color: Fuchsia. HEX triplet: D7, 58 and AD. RGB value is (215,88,173). Sum of RGB (Red+Green+Blue) = 215+88+173=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D758AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D758AD is #28A752. Grayscale: #878787. Windows color (decimal): -2664275 or 11360471. OLE color: 11360471.
HSL color Cylindrical-coordinate representation of color #D758AD: hue angle of 319.84º 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 #D758AD is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 173 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.16 |
| HSL | 319.84º | 0.61% | 0.59% | - |
| HSV(B) | 319.84º | 0.59% | 0.84% | - |
| XYZ | 39.06 | 24.44 | 42.19 | - |
| YUV | 135.66 | 149.08 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 173 | 0 | 0.59 | 0.20 | 0.16 | 319.84 | 0.61 | 0.59 |
| Hex | D7 | 58 | AD | 0 | 3B | 14 | 10 | 140 | 3D | 3B |
| Octal | 327 | 130 | 255 | 0 | 73 | 24 | 20 | 500 | 75 | 73 |
| Binary | 11010111 | 1011000 | 10101101 | 0 | 111011 | 10100 | 10000 | 101000000 | 111101 | 111011 |
Color Harmonies of #D758AD
Complementary color
Monochromatic Colors of #D758AD
Black with #D758AD
Text Example
Text Example
White with #D758AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D758AD; }
p { color: rgb(215,88,173); }
H1.HeaderClassName
{
color: #D758AD;
}
.AnyTagClassName
{
color: #D758AD;
}
</style>
background-color css
<style>
a { background-color: #D758AD; }
a { background-color: rgb(215,88,173); }
div.DivClassName
{
background-color: #D758AD;
}
.BgClassName
{
background-color: #D758AD;
}
</style>
border-color css
<style>
span { border-color: #D758AD; }
span { border-color: rgb(215,88,173); }
td.TdClassName
{
border-color: #D758AD;
}
.TagClassName
{
border-color: #D758AD;
}
</style>