Shades of Sea Pink #DF7F7D
Tints of Sea Pink #DF7F7D
RGB
CMYK
RGB Variations
Color information
#DF7F7D (or 0xDF7F7D) is known color: Sea Pink. HEX triplet: DF, 7F and 7D. RGB value is (223,127,125). Sum of RGB (Red+Green+Blue) = 223+127+125=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7F7D is #208082. Grayscale: #9B9B9B. Windows color (decimal): -2130051 or 8224735. OLE color: 8224735.
HSL color Cylindrical-coordinate representation of color #DF7F7D: hue angle of 1.22º degrees, saturation: 0.6, 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 #DF7F7D is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 125 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.13 |
| HSL | 1.22º | 0.6% | 0.68% | - |
| HSV(B) | 1.22º | 0.44% | 0.87% | - |
| XYZ | 41.72 | 32.35 | 23.45 | - |
| YUV | 155.48 | 110.8 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 125 | 0 | 0.43 | 0.44 | 0.13 | 1.22 | 0.6 | 0.68 |
| Hex | DF | 7F | 7D | 0 | 2B | 2C | D | 1 | 3C | 44 |
| Octal | 337 | 177 | 175 | 0 | 53 | 54 | 15 | 1 | 74 | 104 |
| Binary | 11011111 | 1111111 | 1111101 | 0 | 101011 | 101100 | 1101 | 1 | 111100 | 1000100 |
Color Harmonies of #DF7F7D
Complementary color
Monochromatic Colors of #DF7F7D
Black with #DF7F7D
Text Example
Text Example
White with #DF7F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7F7D; }
p { color: rgb(223,127,125); }
H1.HeaderClassName
{
color: #DF7F7D;
}
.AnyTagClassName
{
color: #DF7F7D;
}
</style>
background-color css
<style>
a { background-color: #DF7F7D; }
a { background-color: rgb(223,127,125); }
div.DivClassName
{
background-color: #DF7F7D;
}
.BgClassName
{
background-color: #DF7F7D;
}
</style>
border-color css
<style>
span { border-color: #DF7F7D; }
span { border-color: rgb(223,127,125); }
td.TdClassName
{
border-color: #DF7F7D;
}
.TagClassName
{
border-color: #DF7F7D;
}
</style>