Shades of Fuchsia #DD40BB
Tints of Fuchsia #DD40BB
RGB
CMYK
RGB Variations
Color information
#DD40BB (or 0xDD40BB) is known color: Fuchsia. HEX triplet: DD, 40 and BB. RGB value is (221,64,187). Sum of RGB (Red+Green+Blue) = 221+64+187=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD40BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD40BB is #22BF44. Grayscale: #7C7C7C. Windows color (decimal): -2277189 or 12271837. OLE color: 12271837.
HSL color Cylindrical-coordinate representation of color #DD40BB: hue angle of 312.99º 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 #DD40BB is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 187 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.13 |
| HSL | 312.99º | 0.7% | 0.56% | - |
| HSV(B) | 312.99º | 0.71% | 0.87% | - |
| XYZ | 40.62 | 22.63 | 49.24 | - |
| YUV | 124.97 | 163.01 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 187 | 0 | 0.71 | 0.15 | 0.13 | 312.99 | 0.7 | 0.56 |
| Hex | DD | 40 | BB | 0 | 47 | F | D | 139 | 46 | 38 |
| Octal | 335 | 100 | 273 | 0 | 107 | 17 | 15 | 471 | 106 | 70 |
| Binary | 11011101 | 1000000 | 10111011 | 0 | 1000111 | 1111 | 1101 | 100111001 | 1000110 | 111000 |
Color Harmonies of #DD40BB
Complementary color
Monochromatic Colors of #DD40BB
Black with #DD40BB
Text Example
Text Example
White with #DD40BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD40BB; }
p { color: rgb(221,64,187); }
H1.HeaderClassName
{
color: #DD40BB;
}
.AnyTagClassName
{
color: #DD40BB;
}
</style>
background-color css
<style>
a { background-color: #DD40BB; }
a { background-color: rgb(221,64,187); }
div.DivClassName
{
background-color: #DD40BB;
}
.BgClassName
{
background-color: #DD40BB;
}
</style>
border-color css
<style>
span { border-color: #DD40BB; }
span { border-color: rgb(221,64,187); }
td.TdClassName
{
border-color: #DD40BB;
}
.TagClassName
{
border-color: #DD40BB;
}
</style>