Shades of Sea Pink #D47271
Tints of Sea Pink #D47271
RGB
CMYK
RGB Variations
Color information
#D47271 (or 0xD47271) is known color: Sea Pink. HEX triplet: D4, 72 and 71. RGB value is (212,114,113). Sum of RGB (Red+Green+Blue) = 212+114+113=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D47271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47271 is #2B8D8E. Grayscale: #8F8F8F. Windows color (decimal): -2854287 or 7434964. OLE color: 7434964.
HSL color Cylindrical-coordinate representation of color #D47271: hue angle of 0.61º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D47271 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 114 | 113 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.17 |
| HSL | 0.61º | 0.54% | 0.64% | - |
| HSV(B) | 0.61º | 0.47% | 0.83% | - |
| XYZ | 36.15 | 27.22 | 18.97 | - |
| YUV | 143.19 | 110.97 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 114 | 113 | 0 | 0.46 | 0.47 | 0.17 | 0.61 | 0.54 | 0.64 |
| Hex | D4 | 72 | 71 | 0 | 2E | 2F | 11 | 1 | 36 | 40 |
| Octal | 324 | 162 | 161 | 0 | 56 | 57 | 21 | 1 | 66 | 100 |
| Binary | 11010100 | 1110010 | 1110001 | 0 | 101110 | 101111 | 10001 | 1 | 110110 | 1000000 |
Color Harmonies of #D47271
Complementary color
Monochromatic Colors of #D47271
Black with #D47271
Text Example
Text Example
White with #D47271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47271; }
p { color: rgb(212,114,113); }
H1.HeaderClassName
{
color: #D47271;
}
.AnyTagClassName
{
color: #D47271;
}
</style>
background-color css
<style>
a { background-color: #D47271; }
a { background-color: rgb(212,114,113); }
div.DivClassName
{
background-color: #D47271;
}
.BgClassName
{
background-color: #D47271;
}
</style>
border-color css
<style>
span { border-color: #D47271; }
span { border-color: rgb(212,114,113); }
td.TdClassName
{
border-color: #D47271;
}
.TagClassName
{
border-color: #D47271;
}
</style>