Shades of Fuchsia #DD4FB1
Tints of Fuchsia #DD4FB1
RGB
CMYK
RGB Variations
Color information
#DD4FB1 (or 0xDD4FB1) is known color: Fuchsia. HEX triplet: DD, 4F and B1. RGB value is (221,79,177). Sum of RGB (Red+Green+Blue) = 221+79+177=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4FB1 is #22B04E. Grayscale: #848484. Windows color (decimal): -2273359 or 11620317. OLE color: 11620317.
HSL color Cylindrical-coordinate representation of color #DD4FB1: hue angle of 318.59º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD4FB1 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 177 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.13 |
| HSL | 318.59º | 0.68% | 0.59% | - |
| HSV(B) | 318.59º | 0.64% | 0.87% | - |
| XYZ | 40.55 | 24.14 | 44.12 | - |
| YUV | 132.63 | 153.04 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 177 | 0 | 0.64 | 0.20 | 0.13 | 318.59 | 0.68 | 0.59 |
| Hex | DD | 4F | B1 | 0 | 40 | 14 | D | 13F | 44 | 3B |
| Octal | 335 | 117 | 261 | 0 | 100 | 24 | 15 | 477 | 104 | 73 |
| Binary | 11011101 | 1001111 | 10110001 | 0 | 1000000 | 10100 | 1101 | 100111111 | 1000100 | 111011 |
Color Harmonies of #DD4FB1
Complementary color
Monochromatic Colors of #DD4FB1
Black with #DD4FB1
Text Example
Text Example
White with #DD4FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4FB1; }
p { color: rgb(221,79,177); }
H1.HeaderClassName
{
color: #DD4FB1;
}
.AnyTagClassName
{
color: #DD4FB1;
}
</style>
background-color css
<style>
a { background-color: #DD4FB1; }
a { background-color: rgb(221,79,177); }
div.DivClassName
{
background-color: #DD4FB1;
}
.BgClassName
{
background-color: #DD4FB1;
}
</style>
border-color css
<style>
span { border-color: #DD4FB1; }
span { border-color: rgb(221,79,177); }
td.TdClassName
{
border-color: #DD4FB1;
}
.TagClassName
{
border-color: #DD4FB1;
}
</style>