Shades of Fuchsia #DD48B1
Tints of Fuchsia #DD48B1
RGB
CMYK
RGB Variations
Color information
#DD48B1 (or 0xDD48B1) is known color: Fuchsia. HEX triplet: DD, 48 and B1. RGB value is (221,72,177). Sum of RGB (Red+Green+Blue) = 221+72+177=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD48B1 is #22B74E. Grayscale: #808080. Windows color (decimal): -2275151 or 11618525. OLE color: 11618525.
HSL color Cylindrical-coordinate representation of color #DD48B1: hue angle of 317.72º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD48B1 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 177 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.13 |
| HSL | 317.72º | 0.69% | 0.57% | - |
| HSV(B) | 317.72º | 0.67% | 0.87% | - |
| XYZ | 40.07 | 23.18 | 43.96 | - |
| YUV | 128.52 | 155.36 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 177 | 0 | 0.67 | 0.20 | 0.13 | 317.72 | 0.69 | 0.57 |
| Hex | DD | 48 | B1 | 0 | 43 | 14 | D | 13E | 45 | 39 |
| Octal | 335 | 110 | 261 | 0 | 103 | 24 | 15 | 476 | 105 | 71 |
| Binary | 11011101 | 1001000 | 10110001 | 0 | 1000011 | 10100 | 1101 | 100111110 | 1000101 | 111001 |
Color Harmonies of #DD48B1
Complementary color
Monochromatic Colors of #DD48B1
Black with #DD48B1
Text Example
Text Example
White with #DD48B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD48B1; }
p { color: rgb(221,72,177); }
H1.HeaderClassName
{
color: #DD48B1;
}
.AnyTagClassName
{
color: #DD48B1;
}
</style>
background-color css
<style>
a { background-color: #DD48B1; }
a { background-color: rgb(221,72,177); }
div.DivClassName
{
background-color: #DD48B1;
}
.BgClassName
{
background-color: #DD48B1;
}
</style>
border-color css
<style>
span { border-color: #DD48B1; }
span { border-color: rgb(221,72,177); }
td.TdClassName
{
border-color: #DD48B1;
}
.TagClassName
{
border-color: #DD48B1;
}
</style>