Shades of Fuchsia #D048CE
Tints of Fuchsia #D048CE
RGB
CMYK
RGB Variations
Color information
#D048CE (or 0xD048CE) is known color: Fuchsia. HEX triplet: D0, 48 and CE. RGB value is (208,72,206). Sum of RGB (Red+Green+Blue) = 208+72+206=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D048CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D048CE is #2FB731. Grayscale: #7F7F7F. Windows color (decimal): -3127090 or 13519056. OLE color: 13519056.
HSL color Cylindrical-coordinate representation of color #D048CE: hue angle of 300.88º 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 #D048CE is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 206 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.18 |
| HSL | 300.88º | 0.59% | 0.55% | - |
| HSV(B) | 300.88º | 0.65% | 0.82% | - |
| XYZ | 39.47 | 22.5 | 60.66 | - |
| YUV | 127.94 | 172.06 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 206 | 0 | 0.65 | 0.01 | 0.18 | 300.88 | 0.59 | 0.55 |
| Hex | D0 | 48 | CE | 0 | 41 | 1 | 12 | 12D | 3B | 37 |
| Octal | 320 | 110 | 316 | 0 | 101 | 1 | 22 | 455 | 73 | 67 |
| Binary | 11010000 | 1001000 | 11001110 | 0 | 1000001 | 1 | 10010 | 100101101 | 111011 | 110111 |
Color Harmonies of #D048CE
Complementary color
Monochromatic Colors of #D048CE
Black with #D048CE
Text Example
Text Example
White with #D048CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D048CE; }
p { color: rgb(208,72,206); }
H1.HeaderClassName
{
color: #D048CE;
}
.AnyTagClassName
{
color: #D048CE;
}
</style>
background-color css
<style>
a { background-color: #D048CE; }
a { background-color: rgb(208,72,206); }
div.DivClassName
{
background-color: #D048CE;
}
.BgClassName
{
background-color: #D048CE;
}
</style>
border-color css
<style>
span { border-color: #D048CE; }
span { border-color: rgb(208,72,206); }
td.TdClassName
{
border-color: #D048CE;
}
.TagClassName
{
border-color: #D048CE;
}
</style>