Shades of Fuchsia #DD4BBB
Tints of Fuchsia #DD4BBB
RGB
CMYK
RGB Variations
Color information
#DD4BBB (or 0xDD4BBB) is known color: Fuchsia. HEX triplet: DD, 4B and BB. RGB value is (221,75,187). Sum of RGB (Red+Green+Blue) = 221+75+187=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 75 (29.69% from 255 or 15.53% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4BBB is #22B444. Grayscale: #838383. Windows color (decimal): -2274373 or 12274653. OLE color: 12274653.
HSL color Cylindrical-coordinate representation of color #DD4BBB: hue angle of 313.97º 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 #DD4BBB is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 75 | 187 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.13 |
| HSL | 313.97º | 0.68% | 0.58% | - |
| HSV(B) | 313.97º | 0.66% | 0.87% | - |
| XYZ | 41.3 | 23.99 | 49.47 | - |
| YUV | 131.42 | 159.37 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 187 | 0 | 0.66 | 0.15 | 0.13 | 313.97 | 0.68 | 0.58 |
| Hex | DD | 4B | BB | 0 | 42 | F | D | 13A | 44 | 3A |
| Octal | 335 | 113 | 273 | 0 | 102 | 17 | 15 | 472 | 104 | 72 |
| Binary | 11011101 | 1001011 | 10111011 | 0 | 1000010 | 1111 | 1101 | 100111010 | 1000100 | 111010 |
Color Harmonies of #DD4BBB
Complementary color
Monochromatic Colors of #DD4BBB
Black with #DD4BBB
Text Example
Text Example
White with #DD4BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4BBB; }
p { color: rgb(221,75,187); }
H1.HeaderClassName
{
color: #DD4BBB;
}
.AnyTagClassName
{
color: #DD4BBB;
}
</style>
background-color css
<style>
a { background-color: #DD4BBB; }
a { background-color: rgb(221,75,187); }
div.DivClassName
{
background-color: #DD4BBB;
}
.BgClassName
{
background-color: #DD4BBB;
}
</style>
border-color css
<style>
span { border-color: #DD4BBB; }
span { border-color: rgb(221,75,187); }
td.TdClassName
{
border-color: #DD4BBB;
}
.TagClassName
{
border-color: #DD4BBB;
}
</style>