Shades of My Pink #DD9383
Tints of My Pink #DD9383
RGB
CMYK
RGB Variations
Color information
#DD9383 (or 0xDD9383) is known color: My Pink. HEX triplet: DD, 93 and 83. RGB value is (221,147,131). Sum of RGB (Red+Green+Blue) = 221+147+131=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9383 is #226C7C. Grayscale: #A7A7A7. Windows color (decimal): -2255997 or 8623069. OLE color: 8623069.
HSL color Cylindrical-coordinate representation of color #DD9383: hue angle of 10.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD9383 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 131 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.13 |
| HSL | 10.67º | 0.57% | 0.69% | - |
| HSV(B) | 10.67º | 0.41% | 0.87% | - |
| XYZ | 44.35 | 37.88 | 26.45 | - |
| YUV | 167.3 | 107.52 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 131 | 0 | 0.33 | 0.41 | 0.13 | 10.67 | 0.57 | 0.69 |
| Hex | DD | 93 | 83 | 0 | 21 | 29 | D | B | 39 | 45 |
| Octal | 335 | 223 | 203 | 0 | 41 | 51 | 15 | 13 | 71 | 105 |
| Binary | 11011101 | 10010011 | 10000011 | 0 | 100001 | 101001 | 1101 | 1011 | 111001 | 1000101 |
Color Harmonies of #DD9383
Complementary color
Monochromatic Colors of #DD9383
Black with #DD9383
Text Example
Text Example
White with #DD9383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9383; }
p { color: rgb(221,147,131); }
H1.HeaderClassName
{
color: #DD9383;
}
.AnyTagClassName
{
color: #DD9383;
}
</style>
background-color css
<style>
a { background-color: #DD9383; }
a { background-color: rgb(221,147,131); }
div.DivClassName
{
background-color: #DD9383;
}
.BgClassName
{
background-color: #DD9383;
}
</style>
border-color css
<style>
span { border-color: #DD9383; }
span { border-color: rgb(221,147,131); }
td.TdClassName
{
border-color: #DD9383;
}
.TagClassName
{
border-color: #DD9383;
}
</style>