Shades of My Pink #DD927F
Tints of My Pink #DD927F
RGB
CMYK
RGB Variations
Color information
#DD927F (or 0xDD927F) is known color: My Pink. HEX triplet: DD, 92 and 7F. RGB value is (221,146,127). Sum of RGB (Red+Green+Blue) = 221+146+127=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD927F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD927F is #226D80. Grayscale: #A6A6A6. Windows color (decimal): -2256257 or 8360669. OLE color: 8360669.
HSL color Cylindrical-coordinate representation of color #DD927F: hue angle of 12.13º degrees, saturation: 0.58, 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 #DD927F is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 127 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.13 |
| HSL | 12.13º | 0.58% | 0.68% | - |
| HSV(B) | 12.13º | 0.43% | 0.87% | - |
| XYZ | 43.93 | 37.46 | 24.99 | - |
| YUV | 166.26 | 105.85 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 127 | 0 | 0.34 | 0.43 | 0.13 | 12.13 | 0.58 | 0.68 |
| Hex | DD | 92 | 7F | 0 | 22 | 2B | D | C | 3A | 44 |
| Octal | 335 | 222 | 177 | 0 | 42 | 53 | 15 | 14 | 72 | 104 |
| Binary | 11011101 | 10010010 | 1111111 | 0 | 100010 | 101011 | 1101 | 1100 | 111010 | 1000100 |
Color Harmonies of #DD927F
Complementary color
Monochromatic Colors of #DD927F
Black with #DD927F
Text Example
Text Example
White with #DD927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD927F; }
p { color: rgb(221,146,127); }
H1.HeaderClassName
{
color: #DD927F;
}
.AnyTagClassName
{
color: #DD927F;
}
</style>
background-color css
<style>
a { background-color: #DD927F; }
a { background-color: rgb(221,146,127); }
div.DivClassName
{
background-color: #DD927F;
}
.BgClassName
{
background-color: #DD927F;
}
</style>
border-color css
<style>
span { border-color: #DD927F; }
span { border-color: rgb(221,146,127); }
td.TdClassName
{
border-color: #DD927F;
}
.TagClassName
{
border-color: #DD927F;
}
</style>