Shades of Fuchsia #D048C7
Tints of Fuchsia #D048C7
RGB
CMYK
RGB Variations
Color information
#D048C7 (or 0xD048C7) is known color: Fuchsia. HEX triplet: D0, 48 and C7. RGB value is (208,72,199). Sum of RGB (Red+Green+Blue) = 208+72+199=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D048C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D048C7 is #2FB738. Grayscale: #7E7E7E. Windows color (decimal): -3127097 or 13060304. OLE color: 13060304.
HSL color Cylindrical-coordinate representation of color #D048C7: hue angle of 303.97º 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 #D048C7 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 199 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.18 |
| HSL | 303.97º | 0.59% | 0.55% | - |
| HSV(B) | 303.97º | 0.65% | 0.82% | - |
| XYZ | 38.64 | 22.17 | 56.28 | - |
| YUV | 127.14 | 168.56 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 199 | 0 | 0.65 | 0.04 | 0.18 | 303.97 | 0.59 | 0.55 |
| Hex | D0 | 48 | C7 | 0 | 41 | 4 | 12 | 130 | 3B | 37 |
| Octal | 320 | 110 | 307 | 0 | 101 | 4 | 22 | 460 | 73 | 67 |
| Binary | 11010000 | 1001000 | 11000111 | 0 | 1000001 | 100 | 10010 | 100110000 | 111011 | 110111 |
Color Harmonies of #D048C7
Complementary color
Monochromatic Colors of #D048C7
Black with #D048C7
Text Example
Text Example
White with #D048C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D048C7; }
p { color: rgb(208,72,199); }
H1.HeaderClassName
{
color: #D048C7;
}
.AnyTagClassName
{
color: #D048C7;
}
</style>
background-color css
<style>
a { background-color: #D048C7; }
a { background-color: rgb(208,72,199); }
div.DivClassName
{
background-color: #D048C7;
}
.BgClassName
{
background-color: #D048C7;
}
</style>
border-color css
<style>
span { border-color: #D048C7; }
span { border-color: rgb(208,72,199); }
td.TdClassName
{
border-color: #D048C7;
}
.TagClassName
{
border-color: #D048C7;
}
</style>