Shades of Sea Pink #DD7C7B
Tints of Sea Pink #DD7C7B
RGB
CMYK
RGB Variations
Color information
#DD7C7B (or 0xDD7C7B) is known color: Sea Pink. HEX triplet: DD, 7C and 7B. RGB value is (221,124,123). Sum of RGB (Red+Green+Blue) = 221+124+123=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7C7B is #228384. Grayscale: #989898. Windows color (decimal): -2261893 or 8092893. OLE color: 8092893.
HSL color Cylindrical-coordinate representation of color #DD7C7B: hue angle of 0.61º 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 #DD7C7B is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 123 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.13 |
| HSL | 0.61º | 0.59% | 0.67% | - |
| HSV(B) | 0.61º | 0.44% | 0.87% | - |
| XYZ | 40.6 | 31.22 | 22.62 | - |
| YUV | 152.89 | 111.14 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 123 | 0 | 0.44 | 0.44 | 0.13 | 0.61 | 0.59 | 0.67 |
| Hex | DD | 7C | 7B | 0 | 2C | 2C | D | 1 | 3B | 43 |
| Octal | 335 | 174 | 173 | 0 | 54 | 54 | 15 | 1 | 73 | 103 |
| Binary | 11011101 | 1111100 | 1111011 | 0 | 101100 | 101100 | 1101 | 1 | 111011 | 1000011 |
Color Harmonies of #DD7C7B
Complementary color
Monochromatic Colors of #DD7C7B
Black with #DD7C7B
Text Example
Text Example
White with #DD7C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7C7B; }
p { color: rgb(221,124,123); }
H1.HeaderClassName
{
color: #DD7C7B;
}
.AnyTagClassName
{
color: #DD7C7B;
}
</style>
background-color css
<style>
a { background-color: #DD7C7B; }
a { background-color: rgb(221,124,123); }
div.DivClassName
{
background-color: #DD7C7B;
}
.BgClassName
{
background-color: #DD7C7B;
}
</style>
border-color css
<style>
span { border-color: #DD7C7B; }
span { border-color: rgb(221,124,123); }
td.TdClassName
{
border-color: #DD7C7B;
}
.TagClassName
{
border-color: #DD7C7B;
}
</style>