Shades of Sea Pink #D57474
Tints of Sea Pink #D57474
RGB
CMYK
RGB Variations
Color information
#D57474 (or 0xD57474) is known color: Sea Pink. HEX triplet: D5, 74 and 74. RGB value is (213,116,116). Sum of RGB (Red+Green+Blue) = 213+116+116=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D57474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57474 is #2A8B8B. Grayscale: #919191. Windows color (decimal): -2788236 or 7632085. OLE color: 7632085.
HSL color Cylindrical-coordinate representation of color #D57474: hue angle of 0º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D57474 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 116 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.16 |
| HSL | 0º | 0.54% | 0.65% | - |
| HSV(B) | 0º | 0.46% | 0.84% | - |
| XYZ | 36.84 | 27.9 | 19.97 | - |
| YUV | 145 | 111.64 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 116 | 0 | 0.46 | 0.46 | 0.16 | 0 | 0.54 | 0.65 |
| Hex | D5 | 74 | 74 | 0 | 2E | 2E | 10 | 0 | 36 | 41 |
| Octal | 325 | 164 | 164 | 0 | 56 | 56 | 20 | 0 | 66 | 101 |
| Binary | 11010101 | 1110100 | 1110100 | 0 | 101110 | 101110 | 10000 | 0 | 110110 | 1000001 |
Color Harmonies of #D57474
Complementary color
Monochromatic Colors of #D57474
Black with #D57474
Text Example
Text Example
White with #D57474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57474; }
p { color: rgb(213,116,116); }
H1.HeaderClassName
{
color: #D57474;
}
.AnyTagClassName
{
color: #D57474;
}
</style>
background-color css
<style>
a { background-color: #D57474; }
a { background-color: rgb(213,116,116); }
div.DivClassName
{
background-color: #D57474;
}
.BgClassName
{
background-color: #D57474;
}
</style>
border-color css
<style>
span { border-color: #D57474; }
span { border-color: rgb(213,116,116); }
td.TdClassName
{
border-color: #D57474;
}
.TagClassName
{
border-color: #D57474;
}
</style>