Shades of Sea Pink #DD7D7B
Tints of Sea Pink #DD7D7B
RGB
CMYK
RGB Variations
Color information
#DD7D7B (or 0xDD7D7B) is known color: Sea Pink. HEX triplet: DD, 7D and 7B. RGB value is (221,125,123). Sum of RGB (Red+Green+Blue) = 221+125+123=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D7B is #228284. Grayscale: #999999. Windows color (decimal): -2261637 or 8093149. OLE color: 8093149.
HSL color Cylindrical-coordinate representation of color #DD7D7B: hue angle of 1.22º 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 #DD7D7B is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 123 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.13 |
| HSL | 1.22º | 0.59% | 0.67% | - |
| HSV(B) | 1.22º | 0.44% | 0.87% | - |
| XYZ | 40.73 | 31.47 | 22.67 | - |
| YUV | 153.48 | 110.8 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 123 | 0 | 0.43 | 0.44 | 0.13 | 1.22 | 0.59 | 0.67 |
| Hex | DD | 7D | 7B | 0 | 2B | 2C | D | 1 | 3B | 43 |
| Octal | 335 | 175 | 173 | 0 | 53 | 54 | 15 | 1 | 73 | 103 |
| Binary | 11011101 | 1111101 | 1111011 | 0 | 101011 | 101100 | 1101 | 1 | 111011 | 1000011 |
Color Harmonies of #DD7D7B
Complementary color
Monochromatic Colors of #DD7D7B
Black with #DD7D7B
Text Example
Text Example
White with #DD7D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7D7B; }
p { color: rgb(221,125,123); }
H1.HeaderClassName
{
color: #DD7D7B;
}
.AnyTagClassName
{
color: #DD7D7B;
}
</style>
background-color css
<style>
a { background-color: #DD7D7B; }
a { background-color: rgb(221,125,123); }
div.DivClassName
{
background-color: #DD7D7B;
}
.BgClassName
{
background-color: #DD7D7B;
}
</style>
border-color css
<style>
span { border-color: #DD7D7B; }
span { border-color: rgb(221,125,123); }
td.TdClassName
{
border-color: #DD7D7B;
}
.TagClassName
{
border-color: #DD7D7B;
}
</style>