Shades of Fuchsia #D048B2
Tints of Fuchsia #D048B2
RGB
CMYK
RGB Variations
Color information
#D048B2 (or 0xD048B2) is known color: Fuchsia. HEX triplet: D0, 48 and B2. RGB value is (208,72,178). Sum of RGB (Red+Green+Blue) = 208+72+178=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D048B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D048B2 is #2FB74D. Grayscale: #7C7C7C. Windows color (decimal): -3127118 or 11684048. OLE color: 11684048.
HSL color Cylindrical-coordinate representation of color #D048B2: hue angle of 313.24º 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 #D048B2 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 178 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.18 |
| HSL | 313.24º | 0.59% | 0.55% | - |
| HSV(B) | 313.24º | 0.65% | 0.82% | - |
| XYZ | 36.37 | 21.26 | 44.31 | - |
| YUV | 124.75 | 158.06 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 178 | 0 | 0.65 | 0.14 | 0.18 | 313.24 | 0.59 | 0.55 |
| Hex | D0 | 48 | B2 | 0 | 41 | E | 12 | 139 | 3B | 37 |
| Octal | 320 | 110 | 262 | 0 | 101 | 16 | 22 | 471 | 73 | 67 |
| Binary | 11010000 | 1001000 | 10110010 | 0 | 1000001 | 1110 | 10010 | 100111001 | 111011 | 110111 |
Color Harmonies of #D048B2
Complementary color
Monochromatic Colors of #D048B2
Black with #D048B2
Text Example
Text Example
White with #D048B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D048B2; }
p { color: rgb(208,72,178); }
H1.HeaderClassName
{
color: #D048B2;
}
.AnyTagClassName
{
color: #D048B2;
}
</style>
background-color css
<style>
a { background-color: #D048B2; }
a { background-color: rgb(208,72,178); }
div.DivClassName
{
background-color: #D048B2;
}
.BgClassName
{
background-color: #D048B2;
}
</style>
border-color css
<style>
span { border-color: #D048B2; }
span { border-color: rgb(208,72,178); }
td.TdClassName
{
border-color: #D048B2;
}
.TagClassName
{
border-color: #D048B2;
}
</style>