Shades of Fuchsia #D758B0
Tints of Fuchsia #D758B0
RGB
CMYK
RGB Variations
Color information
#D758B0 (or 0xD758B0) is known color: Fuchsia. HEX triplet: D7, 58 and B0. RGB value is (215,88,176). Sum of RGB (Red+Green+Blue) = 215+88+176=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D758B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D758B0 is #28A74F. Grayscale: #878787. Windows color (decimal): -2664272 or 11557079. OLE color: 11557079.
HSL color Cylindrical-coordinate representation of color #D758B0: hue angle of 318.43º 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 #D758B0 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 176 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.16 |
| HSL | 318.43º | 0.61% | 0.59% | - |
| HSV(B) | 318.43º | 0.59% | 0.84% | - |
| XYZ | 39.35 | 24.56 | 43.74 | - |
| YUV | 136.01 | 150.58 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 176 | 0 | 0.59 | 0.18 | 0.16 | 318.43 | 0.61 | 0.59 |
| Hex | D7 | 58 | B0 | 0 | 3B | 12 | 10 | 13E | 3D | 3B |
| Octal | 327 | 130 | 260 | 0 | 73 | 22 | 20 | 476 | 75 | 73 |
| Binary | 11010111 | 1011000 | 10110000 | 0 | 111011 | 10010 | 10000 | 100111110 | 111101 | 111011 |
Color Harmonies of #D758B0
Complementary color
Monochromatic Colors of #D758B0
Black with #D758B0
Text Example
Text Example
White with #D758B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D758B0; }
p { color: rgb(215,88,176); }
H1.HeaderClassName
{
color: #D758B0;
}
.AnyTagClassName
{
color: #D758B0;
}
</style>
background-color css
<style>
a { background-color: #D758B0; }
a { background-color: rgb(215,88,176); }
div.DivClassName
{
background-color: #D758B0;
}
.BgClassName
{
background-color: #D758B0;
}
</style>
border-color css
<style>
span { border-color: #D758B0; }
span { border-color: rgb(215,88,176); }
td.TdClassName
{
border-color: #D758B0;
}
.TagClassName
{
border-color: #D758B0;
}
</style>