Shades of Fuchsia #DD40BF
Tints of Fuchsia #DD40BF
RGB
CMYK
RGB Variations
Color information
#DD40BF (or 0xDD40BF) is known color: Fuchsia. HEX triplet: DD, 40 and BF. RGB value is (221,64,191). Sum of RGB (Red+Green+Blue) = 221+64+191=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD40BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD40BF is #22BF40. Grayscale: #7D7D7D. Windows color (decimal): -2277185 or 12533981. OLE color: 12533981.
HSL color Cylindrical-coordinate representation of color #DD40BF: hue angle of 311.46º 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 #DD40BF is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 191 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.13 |
| HSL | 311.47º | 0.7% | 0.56% | - |
| HSV(B) | 311.47º | 0.71% | 0.87% | - |
| XYZ | 41.06 | 22.8 | 51.53 | - |
| YUV | 125.42 | 165.01 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 191 | 0 | 0.71 | 0.14 | 0.13 | 311.47 | 0.7 | 0.56 |
| Hex | DD | 40 | BF | 0 | 47 | E | D | 137 | 46 | 38 |
| Octal | 335 | 100 | 277 | 0 | 107 | 16 | 15 | 467 | 106 | 70 |
| Binary | 11011101 | 1000000 | 10111111 | 0 | 1000111 | 1110 | 1101 | 100110111 | 1000110 | 111000 |
Color Harmonies of #DD40BF
Complementary color
Monochromatic Colors of #DD40BF
Black with #DD40BF
Text Example
Text Example
White with #DD40BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD40BF; }
p { color: rgb(221,64,191); }
H1.HeaderClassName
{
color: #DD40BF;
}
.AnyTagClassName
{
color: #DD40BF;
}
</style>
background-color css
<style>
a { background-color: #DD40BF; }
a { background-color: rgb(221,64,191); }
div.DivClassName
{
background-color: #DD40BF;
}
.BgClassName
{
background-color: #DD40BF;
}
</style>
border-color css
<style>
span { border-color: #DD40BF; }
span { border-color: rgb(221,64,191); }
td.TdClassName
{
border-color: #DD40BF;
}
.TagClassName
{
border-color: #DD40BF;
}
</style>