Shades of Sea Pink #DD7C78
Tints of Sea Pink #DD7C78
RGB
CMYK
RGB Variations
Color information
#DD7C78 (or 0xDD7C78) is known color: Sea Pink. HEX triplet: DD, 7C and 78. RGB value is (221,124,120). Sum of RGB (Red+Green+Blue) = 221+124+120=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7C78 is #228387. Grayscale: #989898. Windows color (decimal): -2261896 or 7896285. OLE color: 7896285.
HSL color Cylindrical-coordinate representation of color #DD7C78: hue angle of 2.38º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD7C78 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 120 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.13 |
| HSL | 2.38º | 0.6% | 0.67% | - |
| HSV(B) | 2.38º | 0.46% | 0.87% | - |
| XYZ | 40.42 | 31.14 | 21.65 | - |
| YUV | 152.55 | 109.64 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 120 | 0 | 0.44 | 0.46 | 0.13 | 2.38 | 0.6 | 0.67 |
| Hex | DD | 7C | 78 | 0 | 2C | 2E | D | 2 | 3C | 43 |
| Octal | 335 | 174 | 170 | 0 | 54 | 56 | 15 | 2 | 74 | 103 |
| Binary | 11011101 | 1111100 | 1111000 | 0 | 101100 | 101110 | 1101 | 10 | 111100 | 1000011 |
Color Harmonies of #DD7C78
Complementary color
Monochromatic Colors of #DD7C78
Black with #DD7C78
Text Example
Text Example
White with #DD7C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7C78; }
p { color: rgb(221,124,120); }
H1.HeaderClassName
{
color: #DD7C78;
}
.AnyTagClassName
{
color: #DD7C78;
}
</style>
background-color css
<style>
a { background-color: #DD7C78; }
a { background-color: rgb(221,124,120); }
div.DivClassName
{
background-color: #DD7C78;
}
.BgClassName
{
background-color: #DD7C78;
}
</style>
border-color css
<style>
span { border-color: #DD7C78; }
span { border-color: rgb(221,124,120); }
td.TdClassName
{
border-color: #DD7C78;
}
.TagClassName
{
border-color: #DD7C78;
}
</style>