Shades of Fuchsia #DD4CB1
Tints of Fuchsia #DD4CB1
RGB
CMYK
RGB Variations
Color information
#DD4CB1 (or 0xDD4CB1) is known color: Fuchsia. HEX triplet: DD, 4C and B1. RGB value is (221,76,177). Sum of RGB (Red+Green+Blue) = 221+76+177=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4CB1 is #22B34E. Grayscale: #828282. Windows color (decimal): -2274127 or 11619549. OLE color: 11619549.
HSL color Cylindrical-coordinate representation of color #DD4CB1: hue angle of 318.21º 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 #DD4CB1 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 177 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.13 |
| HSL | 318.21º | 0.68% | 0.58% | - |
| HSV(B) | 318.21º | 0.66% | 0.87% | - |
| XYZ | 40.34 | 23.72 | 44.05 | - |
| YUV | 130.87 | 154.04 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 177 | 0 | 0.66 | 0.20 | 0.13 | 318.21 | 0.68 | 0.58 |
| Hex | DD | 4C | B1 | 0 | 42 | 14 | D | 13E | 44 | 3A |
| Octal | 335 | 114 | 261 | 0 | 102 | 24 | 15 | 476 | 104 | 72 |
| Binary | 11011101 | 1001100 | 10110001 | 0 | 1000010 | 10100 | 1101 | 100111110 | 1000100 | 111010 |
Color Harmonies of #DD4CB1
Complementary color
Monochromatic Colors of #DD4CB1
Black with #DD4CB1
Text Example
Text Example
White with #DD4CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4CB1; }
p { color: rgb(221,76,177); }
H1.HeaderClassName
{
color: #DD4CB1;
}
.AnyTagClassName
{
color: #DD4CB1;
}
</style>
background-color css
<style>
a { background-color: #DD4CB1; }
a { background-color: rgb(221,76,177); }
div.DivClassName
{
background-color: #DD4CB1;
}
.BgClassName
{
background-color: #DD4CB1;
}
</style>
border-color css
<style>
span { border-color: #DD4CB1; }
span { border-color: rgb(221,76,177); }
td.TdClassName
{
border-color: #DD4CB1;
}
.TagClassName
{
border-color: #DD4CB1;
}
</style>