Shades of Sea Pink #D47B7A
Tints of Sea Pink #D47B7A
RGB
CMYK
RGB Variations
Color information
#D47B7A (or 0xD47B7A) is known color: Sea Pink. HEX triplet: D4, 7B and 7A. RGB value is (212,123,122). Sum of RGB (Red+Green+Blue) = 212+123+122=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D47B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47B7A is #2B8485. Grayscale: #959595. Windows color (decimal): -2851974 or 8027092. OLE color: 8027092.
HSL color Cylindrical-coordinate representation of color #D47B7A: hue angle of 0.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47B7A is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 123 | 122 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.17 |
| HSL | 0.67º | 0.51% | 0.65% | - |
| HSV(B) | 0.67º | 0.42% | 0.83% | - |
| XYZ | 37.75 | 29.57 | 22.13 | - |
| YUV | 149.5 | 112.49 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 123 | 122 | 0 | 0.42 | 0.42 | 0.17 | 0.67 | 0.51 | 0.65 |
| Hex | D4 | 7B | 7A | 0 | 2A | 2A | 11 | 1 | 33 | 41 |
| Octal | 324 | 173 | 172 | 0 | 52 | 52 | 21 | 1 | 63 | 101 |
| Binary | 11010100 | 1111011 | 1111010 | 0 | 101010 | 101010 | 10001 | 1 | 110011 | 1000001 |
Color Harmonies of #D47B7A
Complementary color
Monochromatic Colors of #D47B7A
Black with #D47B7A
Text Example
Text Example
White with #D47B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47B7A; }
p { color: rgb(212,123,122); }
H1.HeaderClassName
{
color: #D47B7A;
}
.AnyTagClassName
{
color: #D47B7A;
}
</style>
background-color css
<style>
a { background-color: #D47B7A; }
a { background-color: rgb(212,123,122); }
div.DivClassName
{
background-color: #D47B7A;
}
.BgClassName
{
background-color: #D47B7A;
}
</style>
border-color css
<style>
span { border-color: #D47B7A; }
span { border-color: rgb(212,123,122); }
td.TdClassName
{
border-color: #D47B7A;
}
.TagClassName
{
border-color: #D47B7A;
}
</style>