Shades of Sea Pink #DF7D7B
Tints of Sea Pink #DF7D7B
RGB
CMYK
RGB Variations
Color information
#DF7D7B (or 0xDF7D7B) is known color: Sea Pink. HEX triplet: DF, 7D and 7B. RGB value is (223,125,123). Sum of RGB (Red+Green+Blue) = 223+125+123=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7D7B is #208284. Grayscale: #9A9A9A. Windows color (decimal): -2130565 or 8093151. OLE color: 8093151.
HSL color Cylindrical-coordinate representation of color #DF7D7B: hue angle of 1.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7D7B is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 123 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.13 |
| HSL | 1.2º | 0.61% | 0.68% | - |
| HSV(B) | 1.2º | 0.45% | 0.87% | - |
| XYZ | 41.34 | 31.79 | 22.7 | - |
| YUV | 154.07 | 110.47 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 123 | 0 | 0.44 | 0.45 | 0.13 | 1.2 | 0.61 | 0.68 |
| Hex | DF | 7D | 7B | 0 | 2C | 2D | D | 1 | 3D | 44 |
| Octal | 337 | 175 | 173 | 0 | 54 | 55 | 15 | 1 | 75 | 104 |
| Binary | 11011111 | 1111101 | 1111011 | 0 | 101100 | 101101 | 1101 | 1 | 111101 | 1000100 |
Color Harmonies of #DF7D7B
Complementary color
Monochromatic Colors of #DF7D7B
Black with #DF7D7B
Text Example
Text Example
White with #DF7D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7D7B; }
p { color: rgb(223,125,123); }
H1.HeaderClassName
{
color: #DF7D7B;
}
.AnyTagClassName
{
color: #DF7D7B;
}
</style>
background-color css
<style>
a { background-color: #DF7D7B; }
a { background-color: rgb(223,125,123); }
div.DivClassName
{
background-color: #DF7D7B;
}
.BgClassName
{
background-color: #DF7D7B;
}
</style>
border-color css
<style>
span { border-color: #DF7D7B; }
span { border-color: rgb(223,125,123); }
td.TdClassName
{
border-color: #DF7D7B;
}
.TagClassName
{
border-color: #DF7D7B;
}
</style>