Shades of Fuchsia #D048CC
Tints of Fuchsia #D048CC
RGB
CMYK
RGB Variations
Color information
#D048CC (or 0xD048CC) is known color: Fuchsia. HEX triplet: D0, 48 and CC. RGB value is (208,72,204). Sum of RGB (Red+Green+Blue) = 208+72+204=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D048CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D048CC is #2FB733. Grayscale: #7F7F7F. Windows color (decimal): -3127092 or 13387984. OLE color: 13387984.
HSL color Cylindrical-coordinate representation of color #D048CC: hue angle of 301.76º 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 #D048CC is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 204 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.18 |
| HSL | 301.76º | 0.59% | 0.55% | - |
| HSV(B) | 301.76º | 0.65% | 0.82% | - |
| XYZ | 39.23 | 22.4 | 59.38 | - |
| YUV | 127.71 | 171.06 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 204 | 0 | 0.65 | 0.02 | 0.18 | 301.76 | 0.59 | 0.55 |
| Hex | D0 | 48 | CC | 0 | 41 | 2 | 12 | 12E | 3B | 37 |
| Octal | 320 | 110 | 314 | 0 | 101 | 2 | 22 | 456 | 73 | 67 |
| Binary | 11010000 | 1001000 | 11001100 | 0 | 1000001 | 10 | 10010 | 100101110 | 111011 | 110111 |
Color Harmonies of #D048CC
Complementary color
Monochromatic Colors of #D048CC
Black with #D048CC
Text Example
Text Example
White with #D048CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D048CC; }
p { color: rgb(208,72,204); }
H1.HeaderClassName
{
color: #D048CC;
}
.AnyTagClassName
{
color: #D048CC;
}
</style>
background-color css
<style>
a { background-color: #D048CC; }
a { background-color: rgb(208,72,204); }
div.DivClassName
{
background-color: #D048CC;
}
.BgClassName
{
background-color: #D048CC;
}
</style>
border-color css
<style>
span { border-color: #D048CC; }
span { border-color: rgb(208,72,204); }
td.TdClassName
{
border-color: #D048CC;
}
.TagClassName
{
border-color: #D048CC;
}
</style>