Shades of Sea Pink #DF7D7C
Tints of Sea Pink #DF7D7C
RGB
CMYK
RGB Variations
Color information
#DF7D7C (or 0xDF7D7C) is known color: Sea Pink. HEX triplet: DF, 7D and 7C. RGB value is (223,125,124). Sum of RGB (Red+Green+Blue) = 223+125+124=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7D7C is #208283. Grayscale: #9A9A9A. Windows color (decimal): -2130564 or 8158687. OLE color: 8158687.
HSL color Cylindrical-coordinate representation of color #DF7D7C: hue angle of 0.61º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7D7C is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 124 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.13 |
| HSL | 0.61º | 0.61% | 0.68% | - |
| HSV(B) | 0.61º | 0.44% | 0.87% | - |
| XYZ | 41.4 | 31.81 | 23.03 | - |
| YUV | 154.19 | 110.97 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 124 | 0 | 0.44 | 0.44 | 0.13 | 0.61 | 0.61 | 0.68 |
| Hex | DF | 7D | 7C | 0 | 2C | 2C | D | 1 | 3D | 44 |
| Octal | 337 | 175 | 174 | 0 | 54 | 54 | 15 | 1 | 75 | 104 |
| Binary | 11011111 | 1111101 | 1111100 | 0 | 101100 | 101100 | 1101 | 1 | 111101 | 1000100 |
Color Harmonies of #DF7D7C
Complementary color
Monochromatic Colors of #DF7D7C
Black with #DF7D7C
Text Example
Text Example
White with #DF7D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7D7C; }
p { color: rgb(223,125,124); }
H1.HeaderClassName
{
color: #DF7D7C;
}
.AnyTagClassName
{
color: #DF7D7C;
}
</style>
background-color css
<style>
a { background-color: #DF7D7C; }
a { background-color: rgb(223,125,124); }
div.DivClassName
{
background-color: #DF7D7C;
}
.BgClassName
{
background-color: #DF7D7C;
}
</style>
border-color css
<style>
span { border-color: #DF7D7C; }
span { border-color: rgb(223,125,124); }
td.TdClassName
{
border-color: #DF7D7C;
}
.TagClassName
{
border-color: #DF7D7C;
}
</style>