Shades of My Pink #DD907B
Tints of My Pink #DD907B
RGB
CMYK
RGB Variations
Color information
#DD907B (or 0xDD907B) is known color: My Pink. HEX triplet: DD, 90 and 7B. RGB value is (221,144,123). Sum of RGB (Red+Green+Blue) = 221+144+123=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD907B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD907B is #226F84. Grayscale: #A4A4A4. Windows color (decimal): -2256773 or 8098013. OLE color: 8098013.
HSL color Cylindrical-coordinate representation of color #DD907B: hue angle of 12.86º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD907B is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 123 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.13 |
| HSL | 12.86º | 0.59% | 0.67% | - |
| HSV(B) | 12.86º | 0.44% | 0.87% | - |
| XYZ | 43.37 | 36.75 | 23.55 | - |
| YUV | 164.63 | 104.51 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 123 | 0 | 0.35 | 0.44 | 0.13 | 12.86 | 0.59 | 0.67 |
| Hex | DD | 90 | 7B | 0 | 23 | 2C | D | D | 3B | 43 |
| Octal | 335 | 220 | 173 | 0 | 43 | 54 | 15 | 15 | 73 | 103 |
| Binary | 11011101 | 10010000 | 1111011 | 0 | 100011 | 101100 | 1101 | 1101 | 111011 | 1000011 |
Color Harmonies of #DD907B
Complementary color
Monochromatic Colors of #DD907B
Black with #DD907B
Text Example
Text Example
White with #DD907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD907B; }
p { color: rgb(221,144,123); }
H1.HeaderClassName
{
color: #DD907B;
}
.AnyTagClassName
{
color: #DD907B;
}
</style>
background-color css
<style>
a { background-color: #DD907B; }
a { background-color: rgb(221,144,123); }
div.DivClassName
{
background-color: #DD907B;
}
.BgClassName
{
background-color: #DD907B;
}
</style>
border-color css
<style>
span { border-color: #DD907B; }
span { border-color: rgb(221,144,123); }
td.TdClassName
{
border-color: #DD907B;
}
.TagClassName
{
border-color: #DD907B;
}
</style>