Shades of Fuchsia #DD4BB5
Tints of Fuchsia #DD4BB5
RGB
CMYK
RGB Variations
Color information
#DD4BB5 (or 0xDD4BB5) is known color: Fuchsia. HEX triplet: DD, 4B and B5. RGB value is (221,75,181). Sum of RGB (Red+Green+Blue) = 221+75+181=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4BB5 is #22B44A. Grayscale: #828282. Windows color (decimal): -2274379 or 11881437. OLE color: 11881437.
HSL color Cylindrical-coordinate representation of color #DD4BB5: hue angle of 316.44º 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 #DD4BB5 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 75 | 181 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.13 |
| HSL | 316.44º | 0.68% | 0.58% | - |
| HSV(B) | 316.44º | 0.66% | 0.87% | - |
| XYZ | 40.68 | 23.74 | 46.15 | - |
| YUV | 130.74 | 156.37 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 181 | 0 | 0.66 | 0.18 | 0.13 | 316.44 | 0.68 | 0.58 |
| Hex | DD | 4B | B5 | 0 | 42 | 12 | D | 13C | 44 | 3A |
| Octal | 335 | 113 | 265 | 0 | 102 | 22 | 15 | 474 | 104 | 72 |
| Binary | 11011101 | 1001011 | 10110101 | 0 | 1000010 | 10010 | 1101 | 100111100 | 1000100 | 111010 |
Color Harmonies of #DD4BB5
Complementary color
Monochromatic Colors of #DD4BB5
Black with #DD4BB5
Text Example
Text Example
White with #DD4BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4BB5; }
p { color: rgb(221,75,181); }
H1.HeaderClassName
{
color: #DD4BB5;
}
.AnyTagClassName
{
color: #DD4BB5;
}
</style>
background-color css
<style>
a { background-color: #DD4BB5; }
a { background-color: rgb(221,75,181); }
div.DivClassName
{
background-color: #DD4BB5;
}
.BgClassName
{
background-color: #DD4BB5;
}
</style>
border-color css
<style>
span { border-color: #DD4BB5; }
span { border-color: rgb(221,75,181); }
td.TdClassName
{
border-color: #DD4BB5;
}
.TagClassName
{
border-color: #DD4BB5;
}
</style>