Shades of Sea Pink #DD7E7B
Tints of Sea Pink #DD7E7B
RGB
CMYK
RGB Variations
Color information
#DD7E7B (or 0xDD7E7B) is known color: Sea Pink. HEX triplet: DD, 7E and 7B. RGB value is (221,126,123). Sum of RGB (Red+Green+Blue) = 221+126+123=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E7B is #228184. Grayscale: #9A9A9A. Windows color (decimal): -2261381 or 8093405. OLE color: 8093405.
HSL color Cylindrical-coordinate representation of color #DD7E7B: hue angle of 1.84º 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 #DD7E7B is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 123 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.13 |
| HSL | 1.84º | 0.59% | 0.67% | - |
| HSV(B) | 1.84º | 0.44% | 0.87% | - |
| XYZ | 40.85 | 31.72 | 22.71 | - |
| YUV | 154.06 | 110.47 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 123 | 0 | 0.43 | 0.44 | 0.13 | 1.84 | 0.59 | 0.67 |
| Hex | DD | 7E | 7B | 0 | 2B | 2C | D | 2 | 3B | 43 |
| Octal | 335 | 176 | 173 | 0 | 53 | 54 | 15 | 2 | 73 | 103 |
| Binary | 11011101 | 1111110 | 1111011 | 0 | 101011 | 101100 | 1101 | 10 | 111011 | 1000011 |
Color Harmonies of #DD7E7B
Complementary color
Monochromatic Colors of #DD7E7B
Black with #DD7E7B
Text Example
Text Example
White with #DD7E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E7B; }
p { color: rgb(221,126,123); }
H1.HeaderClassName
{
color: #DD7E7B;
}
.AnyTagClassName
{
color: #DD7E7B;
}
</style>
background-color css
<style>
a { background-color: #DD7E7B; }
a { background-color: rgb(221,126,123); }
div.DivClassName
{
background-color: #DD7E7B;
}
.BgClassName
{
background-color: #DD7E7B;
}
</style>
border-color css
<style>
span { border-color: #DD7E7B; }
span { border-color: rgb(221,126,123); }
td.TdClassName
{
border-color: #DD7E7B;
}
.TagClassName
{
border-color: #DD7E7B;
}
</style>