Shades of Fuchsia #D758B7
Tints of Fuchsia #D758B7
RGB
CMYK
RGB Variations
Color information
#D758B7 (or 0xD758B7) is known color: Fuchsia. HEX triplet: D7, 58 and B7. RGB value is (215,88,183). Sum of RGB (Red+Green+Blue) = 215+88+183=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D758B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D758B7 is #28A748. Grayscale: #888888. Windows color (decimal): -2664265 or 12015831. OLE color: 12015831.
HSL color Cylindrical-coordinate representation of color #D758B7: hue angle of 315.12º 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 #D758B7 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 183 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.16 |
| HSL | 315.12º | 0.61% | 0.59% | - |
| HSV(B) | 315.12º | 0.59% | 0.84% | - |
| XYZ | 40.06 | 24.85 | 47.48 | - |
| YUV | 136.8 | 154.08 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 183 | 0 | 0.59 | 0.15 | 0.16 | 315.12 | 0.61 | 0.59 |
| Hex | D7 | 58 | B7 | 0 | 3B | F | 10 | 13B | 3D | 3B |
| Octal | 327 | 130 | 267 | 0 | 73 | 17 | 20 | 473 | 75 | 73 |
| Binary | 11010111 | 1011000 | 10110111 | 0 | 111011 | 1111 | 10000 | 100111011 | 111101 | 111011 |
Color Harmonies of #D758B7
Complementary color
Monochromatic Colors of #D758B7
Black with #D758B7
Text Example
Text Example
White with #D758B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D758B7; }
p { color: rgb(215,88,183); }
H1.HeaderClassName
{
color: #D758B7;
}
.AnyTagClassName
{
color: #D758B7;
}
</style>
background-color css
<style>
a { background-color: #D758B7; }
a { background-color: rgb(215,88,183); }
div.DivClassName
{
background-color: #D758B7;
}
.BgClassName
{
background-color: #D758B7;
}
</style>
border-color css
<style>
span { border-color: #D758B7; }
span { border-color: rgb(215,88,183); }
td.TdClassName
{
border-color: #D758B7;
}
.TagClassName
{
border-color: #D758B7;
}
</style>