Shades of Fuchsia #D048BC
Tints of Fuchsia #D048BC
RGB
CMYK
RGB Variations
Color information
#D048BC (or 0xD048BC) is known color: Fuchsia. HEX triplet: D0, 48 and BC. RGB value is (208,72,188). Sum of RGB (Red+Green+Blue) = 208+72+188=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D048BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D048BC is #2FB743. Grayscale: #7D7D7D. Windows color (decimal): -3127108 or 12339408. OLE color: 12339408.
HSL color Cylindrical-coordinate representation of color #D048BC: hue angle of 308.82º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D048BC is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 188 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.18 |
| HSL | 308.82º | 0.59% | 0.55% | - |
| HSV(B) | 308.82º | 0.65% | 0.82% | - |
| XYZ | 37.41 | 21.68 | 49.79 | - |
| YUV | 125.89 | 163.06 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 188 | 0 | 0.65 | 0.10 | 0.18 | 308.82 | 0.59 | 0.55 |
| Hex | D0 | 48 | BC | 0 | 41 | A | 12 | 135 | 3B | 37 |
| Octal | 320 | 110 | 274 | 0 | 101 | 12 | 22 | 465 | 73 | 67 |
| Binary | 11010000 | 1001000 | 10111100 | 0 | 1000001 | 1010 | 10010 | 100110101 | 111011 | 110111 |
Color Harmonies of #D048BC
Complementary color
Monochromatic Colors of #D048BC
Black with #D048BC
Text Example
Text Example
White with #D048BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D048BC; }
p { color: rgb(208,72,188); }
H1.HeaderClassName
{
color: #D048BC;
}
.AnyTagClassName
{
color: #D048BC;
}
</style>
background-color css
<style>
a { background-color: #D048BC; }
a { background-color: rgb(208,72,188); }
div.DivClassName
{
background-color: #D048BC;
}
.BgClassName
{
background-color: #D048BC;
}
</style>
border-color css
<style>
span { border-color: #D048BC; }
span { border-color: rgb(208,72,188); }
td.TdClassName
{
border-color: #D048BC;
}
.TagClassName
{
border-color: #D048BC;
}
</style>