Shades of Fuchsia #DD4FB6
Tints of Fuchsia #DD4FB6
RGB
CMYK
RGB Variations
Color information
#DD4FB6 (or 0xDD4FB6) is known color: Fuchsia. HEX triplet: DD, 4F and B6. RGB value is (221,79,182). Sum of RGB (Red+Green+Blue) = 221+79+182=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 79 (31.25% from 255 or 16.39% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4FB6 is #22B049. Grayscale: #848484. Windows color (decimal): -2273354 or 11947997. OLE color: 11947997.
HSL color Cylindrical-coordinate representation of color #DD4FB6: hue angle of 316.48º 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 #DD4FB6 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 182 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.13 |
| HSL | 316.48º | 0.68% | 0.59% | - |
| HSV(B) | 316.48º | 0.64% | 0.87% | - |
| XYZ | 41.06 | 24.34 | 46.79 | - |
| YUV | 133.2 | 155.54 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 182 | 0 | 0.64 | 0.18 | 0.13 | 316.48 | 0.68 | 0.59 |
| Hex | DD | 4F | B6 | 0 | 40 | 12 | D | 13C | 44 | 3B |
| Octal | 335 | 117 | 266 | 0 | 100 | 22 | 15 | 474 | 104 | 73 |
| Binary | 11011101 | 1001111 | 10110110 | 0 | 1000000 | 10010 | 1101 | 100111100 | 1000100 | 111011 |
Color Harmonies of #DD4FB6
Complementary color
Monochromatic Colors of #DD4FB6
Black with #DD4FB6
Text Example
Text Example
White with #DD4FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4FB6; }
p { color: rgb(221,79,182); }
H1.HeaderClassName
{
color: #DD4FB6;
}
.AnyTagClassName
{
color: #DD4FB6;
}
</style>
background-color css
<style>
a { background-color: #DD4FB6; }
a { background-color: rgb(221,79,182); }
div.DivClassName
{
background-color: #DD4FB6;
}
.BgClassName
{
background-color: #DD4FB6;
}
</style>
border-color css
<style>
span { border-color: #DD4FB6; }
span { border-color: rgb(221,79,182); }
td.TdClassName
{
border-color: #DD4FB6;
}
.TagClassName
{
border-color: #DD4FB6;
}
</style>