Shades of Fuchsia #DD58B4
Tints of Fuchsia #DD58B4
RGB
CMYK
RGB Variations
Color information
#DD58B4 (or 0xDD58B4) is known color: Fuchsia. HEX triplet: DD, 58 and B4. RGB value is (221,88,180). Sum of RGB (Red+Green+Blue) = 221+88+180=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD58B4 is #22A74B. Grayscale: #8A8A8A. Windows color (decimal): -2271052 or 11819229. OLE color: 11819229.
HSL color Cylindrical-coordinate representation of color #DD58B4: hue angle of 318.5º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD58B4 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 180 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.13 |
| HSL | 318.5º | 0.66% | 0.61% | - |
| HSV(B) | 318.5º | 0.6% | 0.87% | - |
| XYZ | 41.55 | 25.65 | 45.94 | - |
| YUV | 138.26 | 151.56 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 180 | 0 | 0.60 | 0.19 | 0.13 | 318.5 | 0.66 | 0.61 |
| Hex | DD | 58 | B4 | 0 | 3C | 13 | D | 13E | 42 | 3D |
| Octal | 335 | 130 | 264 | 0 | 74 | 23 | 15 | 476 | 102 | 75 |
| Binary | 11011101 | 1011000 | 10110100 | 0 | 111100 | 10011 | 1101 | 100111110 | 1000010 | 111101 |
Color Harmonies of #DD58B4
Complementary color
Monochromatic Colors of #DD58B4
Black with #DD58B4
Text Example
Text Example
White with #DD58B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD58B4; }
p { color: rgb(221,88,180); }
H1.HeaderClassName
{
color: #DD58B4;
}
.AnyTagClassName
{
color: #DD58B4;
}
</style>
background-color css
<style>
a { background-color: #DD58B4; }
a { background-color: rgb(221,88,180); }
div.DivClassName
{
background-color: #DD58B4;
}
.BgClassName
{
background-color: #DD58B4;
}
</style>
border-color css
<style>
span { border-color: #DD58B4; }
span { border-color: rgb(221,88,180); }
td.TdClassName
{
border-color: #DD58B4;
}
.TagClassName
{
border-color: #DD58B4;
}
</style>