Shades of My Pink #DD8C84
Tints of My Pink #DD8C84
RGB
CMYK
RGB Variations
Color information
#DD8C84 (or 0xDD8C84) is known color: My Pink. HEX triplet: DD, 8C and 84. RGB value is (221,140,132). Sum of RGB (Red+Green+Blue) = 221+140+132=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8C84 is #22737B. Grayscale: #A3A3A3. Windows color (decimal): -2257788 or 8686813. OLE color: 8686813.
HSL color Cylindrical-coordinate representation of color #DD8C84: hue angle of 5.39º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD8C84 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 132 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.13 |
| HSL | 5.39º | 0.57% | 0.69% | - |
| HSV(B) | 5.39º | 0.4% | 0.87% | - |
| XYZ | 43.36 | 35.79 | 26.45 | - |
| YUV | 163.31 | 110.34 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 132 | 0 | 0.37 | 0.40 | 0.13 | 5.39 | 0.57 | 0.69 |
| Hex | DD | 8C | 84 | 0 | 25 | 28 | D | 5 | 39 | 45 |
| Octal | 335 | 214 | 204 | 0 | 45 | 50 | 15 | 5 | 71 | 105 |
| Binary | 11011101 | 10001100 | 10000100 | 0 | 100101 | 101000 | 1101 | 101 | 111001 | 1000101 |
Color Harmonies of #DD8C84
Complementary color
Monochromatic Colors of #DD8C84
Black with #DD8C84
Text Example
Text Example
White with #DD8C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8C84; }
p { color: rgb(221,140,132); }
H1.HeaderClassName
{
color: #DD8C84;
}
.AnyTagClassName
{
color: #DD8C84;
}
</style>
background-color css
<style>
a { background-color: #DD8C84; }
a { background-color: rgb(221,140,132); }
div.DivClassName
{
background-color: #DD8C84;
}
.BgClassName
{
background-color: #DD8C84;
}
</style>
border-color css
<style>
span { border-color: #DD8C84; }
span { border-color: rgb(221,140,132); }
td.TdClassName
{
border-color: #DD8C84;
}
.TagClassName
{
border-color: #DD8C84;
}
</style>