Shades of Fuchsia #DD40B4
Tints of Fuchsia #DD40B4
RGB
CMYK
RGB Variations
Color information
#DD40B4 (or 0xDD40B4) is known color: Fuchsia. HEX triplet: DD, 40 and B4. RGB value is (221,64,180). Sum of RGB (Red+Green+Blue) = 221+64+180=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD40B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD40B4 is #22BF4B. Grayscale: #7B7B7B. Windows color (decimal): -2277196 or 11813085. OLE color: 11813085.
HSL color Cylindrical-coordinate representation of color #DD40B4: hue angle of 315.67º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD40B4 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 180 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.13 |
| HSL | 315.67º | 0.7% | 0.56% | - |
| HSV(B) | 315.67º | 0.71% | 0.87% | - |
| XYZ | 39.89 | 22.33 | 45.39 | - |
| YUV | 124.17 | 159.51 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 180 | 0 | 0.71 | 0.19 | 0.13 | 315.67 | 0.7 | 0.56 |
| Hex | DD | 40 | B4 | 0 | 47 | 13 | D | 13C | 46 | 38 |
| Octal | 335 | 100 | 264 | 0 | 107 | 23 | 15 | 474 | 106 | 70 |
| Binary | 11011101 | 1000000 | 10110100 | 0 | 1000111 | 10011 | 1101 | 100111100 | 1000110 | 111000 |
Color Harmonies of #DD40B4
Complementary color
Monochromatic Colors of #DD40B4
Black with #DD40B4
Text Example
Text Example
White with #DD40B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD40B4; }
p { color: rgb(221,64,180); }
H1.HeaderClassName
{
color: #DD40B4;
}
.AnyTagClassName
{
color: #DD40B4;
}
</style>
background-color css
<style>
a { background-color: #DD40B4; }
a { background-color: rgb(221,64,180); }
div.DivClassName
{
background-color: #DD40B4;
}
.BgClassName
{
background-color: #DD40B4;
}
</style>
border-color css
<style>
span { border-color: #DD40B4; }
span { border-color: rgb(221,64,180); }
td.TdClassName
{
border-color: #DD40B4;
}
.TagClassName
{
border-color: #DD40B4;
}
</style>