Shades of Dark Pink #DD4B8A
Tints of Dark Pink #DD4B8A
RGB
CMYK
RGB Variations
Color information
#DD4B8A (or 0xDD4B8A) is known color: Dark Pink. HEX triplet: DD, 4B and 8A. RGB value is (221,75,138). Sum of RGB (Red+Green+Blue) = 221+75+138=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4B8A is #22B475. Grayscale: #7D7D7D. Windows color (decimal): -2274422 or 9063389. OLE color: 9063389.
HSL color Cylindrical-coordinate representation of color #DD4B8A: hue angle of 334.11º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4B8A is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 75 | 138 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.13 |
| HSL | 334.11º | 0.68% | 0.58% | - |
| HSV(B) | 334.11º | 0.66% | 0.87% | - |
| XYZ | 36.92 | 22.24 | 26.39 | - |
| YUV | 125.84 | 134.87 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 138 | 0 | 0.66 | 0.38 | 0.13 | 334.11 | 0.68 | 0.58 |
| Hex | DD | 4B | 8A | 0 | 42 | 26 | D | 14E | 44 | 3A |
| Octal | 335 | 113 | 212 | 0 | 102 | 46 | 15 | 516 | 104 | 72 |
| Binary | 11011101 | 1001011 | 10001010 | 0 | 1000010 | 100110 | 1101 | 101001110 | 1000100 | 111010 |
Color Harmonies of #DD4B8A
Complementary color
Monochromatic Colors of #DD4B8A
Black with #DD4B8A
Text Example
Text Example
White with #DD4B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4B8A; }
p { color: rgb(221,75,138); }
H1.HeaderClassName
{
color: #DD4B8A;
}
.AnyTagClassName
{
color: #DD4B8A;
}
</style>
background-color css
<style>
a { background-color: #DD4B8A; }
a { background-color: rgb(221,75,138); }
div.DivClassName
{
background-color: #DD4B8A;
}
.BgClassName
{
background-color: #DD4B8A;
}
</style>
border-color css
<style>
span { border-color: #DD4B8A; }
span { border-color: rgb(221,75,138); }
td.TdClassName
{
border-color: #DD4B8A;
}
.TagClassName
{
border-color: #DD4B8A;
}
</style>