Shades of Fuchsia #DD4CB8
Tints of Fuchsia #DD4CB8
RGB
CMYK
RGB Variations
Color information
#DD4CB8 (or 0xDD4CB8) is known color: Fuchsia. HEX triplet: DD, 4C and B8. RGB value is (221,76,184). Sum of RGB (Red+Green+Blue) = 221+76+184=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4CB8 is #22B347. Grayscale: #838383. Windows color (decimal): -2274120 or 12078301. OLE color: 12078301.
HSL color Cylindrical-coordinate representation of color #DD4CB8: hue angle of 315.31º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4CB8 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 184 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.13 |
| HSL | 315.31º | 0.68% | 0.58% | - |
| HSV(B) | 315.31º | 0.66% | 0.87% | - |
| XYZ | 41.05 | 24 | 47.82 | - |
| YUV | 131.67 | 157.54 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 184 | 0 | 0.66 | 0.17 | 0.13 | 315.31 | 0.68 | 0.58 |
| Hex | DD | 4C | B8 | 0 | 42 | 11 | D | 13B | 44 | 3A |
| Octal | 335 | 114 | 270 | 0 | 102 | 21 | 15 | 473 | 104 | 72 |
| Binary | 11011101 | 1001100 | 10111000 | 0 | 1000010 | 10001 | 1101 | 100111011 | 1000100 | 111010 |
Color Harmonies of #DD4CB8
Complementary color
Monochromatic Colors of #DD4CB8
Black with #DD4CB8
Text Example
Text Example
White with #DD4CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4CB8; }
p { color: rgb(221,76,184); }
H1.HeaderClassName
{
color: #DD4CB8;
}
.AnyTagClassName
{
color: #DD4CB8;
}
</style>
background-color css
<style>
a { background-color: #DD4CB8; }
a { background-color: rgb(221,76,184); }
div.DivClassName
{
background-color: #DD4CB8;
}
.BgClassName
{
background-color: #DD4CB8;
}
</style>
border-color css
<style>
span { border-color: #DD4CB8; }
span { border-color: rgb(221,76,184); }
td.TdClassName
{
border-color: #DD4CB8;
}
.TagClassName
{
border-color: #DD4CB8;
}
</style>