Shades of Fuchsia #D748B0
Tints of Fuchsia #D748B0
RGB
CMYK
RGB Variations
Color information
#D748B0 (or 0xD748B0) is known color: Fuchsia. HEX triplet: D7, 48 and B0. RGB value is (215,72,176). Sum of RGB (Red+Green+Blue) = 215+72+176=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D748B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D748B0 is #28B74F. Grayscale: #7E7E7E. Windows color (decimal): -2668368 or 11552983. OLE color: 11552983.
HSL color Cylindrical-coordinate representation of color #D748B0: hue angle of 316.36º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D748B0 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 72 | 176 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.16 |
| HSL | 316.36º | 0.64% | 0.56% | - |
| HSV(B) | 316.36º | 0.67% | 0.84% | - |
| XYZ | 38.18 | 22.22 | 43.35 | - |
| YUV | 126.61 | 155.88 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 72 | 176 | 0 | 0.67 | 0.18 | 0.16 | 316.36 | 0.64 | 0.56 |
| Hex | D7 | 48 | B0 | 0 | 43 | 12 | 10 | 13C | 40 | 38 |
| Octal | 327 | 110 | 260 | 0 | 103 | 22 | 20 | 474 | 100 | 70 |
| Binary | 11010111 | 1001000 | 10110000 | 0 | 1000011 | 10010 | 10000 | 100111100 | 1000000 | 111000 |
Color Harmonies of #D748B0
Complementary color
Monochromatic Colors of #D748B0
Black with #D748B0
Text Example
Text Example
White with #D748B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D748B0; }
p { color: rgb(215,72,176); }
H1.HeaderClassName
{
color: #D748B0;
}
.AnyTagClassName
{
color: #D748B0;
}
</style>
background-color css
<style>
a { background-color: #D748B0; }
a { background-color: rgb(215,72,176); }
div.DivClassName
{
background-color: #D748B0;
}
.BgClassName
{
background-color: #D748B0;
}
</style>
border-color css
<style>
span { border-color: #D748B0; }
span { border-color: rgb(215,72,176); }
td.TdClassName
{
border-color: #D748B0;
}
.TagClassName
{
border-color: #D748B0;
}
</style>