Shades of Sea Pink #D57C7B
Tints of Sea Pink #D57C7B
RGB
CMYK
RGB Variations
Color information
#D57C7B (or 0xD57C7B) is known color: Sea Pink. HEX triplet: D5, 7C and 7B. RGB value is (213,124,123). Sum of RGB (Red+Green+Blue) = 213+124+123=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57C7B is #2A8384. Grayscale: #969696. Windows color (decimal): -2786181 or 8092885. OLE color: 8092885.
HSL color Cylindrical-coordinate representation of color #D57C7B: hue angle of 0.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57C7B is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 123 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.16 |
| HSL | 0.67º | 0.52% | 0.66% | - |
| HSV(B) | 0.67º | 0.42% | 0.84% | - |
| XYZ | 38.22 | 29.99 | 22.51 | - |
| YUV | 150.5 | 112.49 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 123 | 0 | 0.42 | 0.42 | 0.16 | 0.67 | 0.52 | 0.66 |
| Hex | D5 | 7C | 7B | 0 | 2A | 2A | 10 | 1 | 34 | 42 |
| Octal | 325 | 174 | 173 | 0 | 52 | 52 | 20 | 1 | 64 | 102 |
| Binary | 11010101 | 1111100 | 1111011 | 0 | 101010 | 101010 | 10000 | 1 | 110100 | 1000010 |
Color Harmonies of #D57C7B
Complementary color
Monochromatic Colors of #D57C7B
Black with #D57C7B
Text Example
Text Example
White with #D57C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C7B; }
p { color: rgb(213,124,123); }
H1.HeaderClassName
{
color: #D57C7B;
}
.AnyTagClassName
{
color: #D57C7B;
}
</style>
background-color css
<style>
a { background-color: #D57C7B; }
a { background-color: rgb(213,124,123); }
div.DivClassName
{
background-color: #D57C7B;
}
.BgClassName
{
background-color: #D57C7B;
}
</style>
border-color css
<style>
span { border-color: #D57C7B; }
span { border-color: rgb(213,124,123); }
td.TdClassName
{
border-color: #D57C7B;
}
.TagClassName
{
border-color: #D57C7B;
}
</style>