Shades of My Pink #DD907D
Tints of My Pink #DD907D
RGB
CMYK
RGB Variations
Color information
#DD907D (or 0xDD907D) is known color: My Pink. HEX triplet: DD, 90 and 7D. RGB value is (221,144,125). Sum of RGB (Red+Green+Blue) = 221+144+125=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD907D is #226F82. Grayscale: #A5A5A5. Windows color (decimal): -2256771 or 8229085. OLE color: 8229085.
HSL color Cylindrical-coordinate representation of color #DD907D: hue angle of 11.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD907D is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 125 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.13 |
| HSL | 11.88º | 0.59% | 0.68% | - |
| HSV(B) | 11.88º | 0.43% | 0.87% | - |
| XYZ | 43.49 | 36.8 | 24.21 | - |
| YUV | 164.86 | 105.51 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 125 | 0 | 0.35 | 0.43 | 0.13 | 11.88 | 0.59 | 0.68 |
| Hex | DD | 90 | 7D | 0 | 23 | 2B | D | C | 3B | 44 |
| Octal | 335 | 220 | 175 | 0 | 43 | 53 | 15 | 14 | 73 | 104 |
| Binary | 11011101 | 10010000 | 1111101 | 0 | 100011 | 101011 | 1101 | 1100 | 111011 | 1000100 |
Color Harmonies of #DD907D
Complementary color
Monochromatic Colors of #DD907D
Black with #DD907D
Text Example
Text Example
White with #DD907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD907D; }
p { color: rgb(221,144,125); }
H1.HeaderClassName
{
color: #DD907D;
}
.AnyTagClassName
{
color: #DD907D;
}
</style>
background-color css
<style>
a { background-color: #DD907D; }
a { background-color: rgb(221,144,125); }
div.DivClassName
{
background-color: #DD907D;
}
.BgClassName
{
background-color: #DD907D;
}
</style>
border-color css
<style>
span { border-color: #DD907D; }
span { border-color: rgb(221,144,125); }
td.TdClassName
{
border-color: #DD907D;
}
.TagClassName
{
border-color: #DD907D;
}
</style>