Shades of Fuchsia #D048D0
Tints of Fuchsia #D048D0
RGB
CMYK
RGB Variations
Color information
#D048D0 (or 0xD048D0) is known color: Fuchsia. HEX triplet: D0, 48 and D0. RGB value is (208,72,208). Sum of RGB (Red+Green+Blue) = 208+72+208=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D048D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D048D0 is #2FB72F. Grayscale: #7F7F7F. Windows color (decimal): -3127088 or 13650128. OLE color: 13650128.
HSL color Cylindrical-coordinate representation of color #D048D0: hue angle of 300º 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 #D048D0 is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 208 | - |
| CMYK | 0 | 0.65 | 0 | 0.18 |
| HSL | 300º | 0.59% | 0.55% | - |
| HSV(B) | 300º | 0.65% | 0.82% | - |
| XYZ | 39.71 | 22.6 | 61.94 | - |
| YUV | 128.17 | 173.06 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 208 | 0 | 0.65 | 0 | 0.18 | 300 | 0.59 | 0.55 |
| Hex | D0 | 48 | D0 | 0 | 41 | 0 | 12 | 12C | 3B | 37 |
| Octal | 320 | 110 | 320 | 0 | 101 | 0 | 22 | 454 | 73 | 67 |
| Binary | 11010000 | 1001000 | 11010000 | 0 | 1000001 | 0 | 10010 | 100101100 | 111011 | 110111 |
Color Harmonies of #D048D0
Complementary color
Monochromatic Colors of #D048D0
Black with #D048D0
Text Example
Text Example
White with #D048D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D048D0; }
p { color: rgb(208,72,208); }
H1.HeaderClassName
{
color: #D048D0;
}
.AnyTagClassName
{
color: #D048D0;
}
</style>
background-color css
<style>
a { background-color: #D048D0; }
a { background-color: rgb(208,72,208); }
div.DivClassName
{
background-color: #D048D0;
}
.BgClassName
{
background-color: #D048D0;
}
</style>
border-color css
<style>
span { border-color: #D048D0; }
span { border-color: rgb(208,72,208); }
td.TdClassName
{
border-color: #D048D0;
}
.TagClassName
{
border-color: #D048D0;
}
</style>