Shades of Dark Pink #DD4F8D
Tints of Dark Pink #DD4F8D
RGB
CMYK
RGB Variations
Color information
#DD4F8D (or 0xDD4F8D) is known color: Dark Pink. HEX triplet: DD, 4F and 8D. RGB value is (221,79,141). Sum of RGB (Red+Green+Blue) = 221+79+141=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4F8D is #22B072. Grayscale: #808080. Windows color (decimal): -2273395 or 9261021. OLE color: 9261021.
HSL color Cylindrical-coordinate representation of color #DD4F8D: hue angle of 333.8º 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 #DD4F8D is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 141 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.13 |
| HSL | 333.8º | 0.68% | 0.59% | - |
| HSV(B) | 333.8º | 0.64% | 0.87% | - |
| XYZ | 37.42 | 22.89 | 27.64 | - |
| YUV | 128.53 | 135.04 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 141 | 0 | 0.64 | 0.36 | 0.13 | 333.8 | 0.68 | 0.59 |
| Hex | DD | 4F | 8D | 0 | 40 | 24 | D | 14E | 44 | 3B |
| Octal | 335 | 117 | 215 | 0 | 100 | 44 | 15 | 516 | 104 | 73 |
| Binary | 11011101 | 1001111 | 10001101 | 0 | 1000000 | 100100 | 1101 | 101001110 | 1000100 | 111011 |
Color Harmonies of #DD4F8D
Complementary color
Monochromatic Colors of #DD4F8D
Black with #DD4F8D
Text Example
Text Example
White with #DD4F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F8D; }
p { color: rgb(221,79,141); }
H1.HeaderClassName
{
color: #DD4F8D;
}
.AnyTagClassName
{
color: #DD4F8D;
}
</style>
background-color css
<style>
a { background-color: #DD4F8D; }
a { background-color: rgb(221,79,141); }
div.DivClassName
{
background-color: #DD4F8D;
}
.BgClassName
{
background-color: #DD4F8D;
}
</style>
border-color css
<style>
span { border-color: #DD4F8D; }
span { border-color: rgb(221,79,141); }
td.TdClassName
{
border-color: #DD4F8D;
}
.TagClassName
{
border-color: #DD4F8D;
}
</style>