Shades of Sea Pink #D57C7A
Tints of Sea Pink #D57C7A
RGB
CMYK
RGB Variations
Color information
#D57C7A (or 0xD57C7A) is known color: Sea Pink. HEX triplet: D5, 7C and 7A. RGB value is (213,124,122). Sum of RGB (Red+Green+Blue) = 213+124+122=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57C7A is #2A8385. Grayscale: #969696. Windows color (decimal): -2786182 or 8027349. OLE color: 8027349.
HSL color Cylindrical-coordinate representation of color #D57C7A: hue angle of 1.32º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D57C7A is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 122 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.16 |
| HSL | 1.32º | 0.52% | 0.66% | - |
| HSV(B) | 1.32º | 0.43% | 0.84% | - |
| XYZ | 38.16 | 29.97 | 22.19 | - |
| YUV | 150.38 | 111.99 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 122 | 0 | 0.42 | 0.43 | 0.16 | 1.32 | 0.52 | 0.66 |
| Hex | D5 | 7C | 7A | 0 | 2A | 2B | 10 | 1 | 34 | 42 |
| Octal | 325 | 174 | 172 | 0 | 52 | 53 | 20 | 1 | 64 | 102 |
| Binary | 11010101 | 1111100 | 1111010 | 0 | 101010 | 101011 | 10000 | 1 | 110100 | 1000010 |
Color Harmonies of #D57C7A
Complementary color
Monochromatic Colors of #D57C7A
Black with #D57C7A
Text Example
Text Example
White with #D57C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C7A; }
p { color: rgb(213,124,122); }
H1.HeaderClassName
{
color: #D57C7A;
}
.AnyTagClassName
{
color: #D57C7A;
}
</style>
background-color css
<style>
a { background-color: #D57C7A; }
a { background-color: rgb(213,124,122); }
div.DivClassName
{
background-color: #D57C7A;
}
.BgClassName
{
background-color: #D57C7A;
}
</style>
border-color css
<style>
span { border-color: #D57C7A; }
span { border-color: rgb(213,124,122); }
td.TdClassName
{
border-color: #D57C7A;
}
.TagClassName
{
border-color: #D57C7A;
}
</style>