Shades of Sea Pink #D67F7B
Tints of Sea Pink #D67F7B
RGB
CMYK
RGB Variations
Color information
#D67F7B (or 0xD67F7B) is known color: Sea Pink. HEX triplet: D6, 7F and 7B. RGB value is (214,127,123). Sum of RGB (Red+Green+Blue) = 214+127+123=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67F7B is #298084. Grayscale: #989898. Windows color (decimal): -2719877 or 8093654. OLE color: 8093654.
HSL color Cylindrical-coordinate representation of color #D67F7B: hue angle of 2.64º degrees, saturation: 0.53, 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 #D67F7B is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 127 | 123 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.16 |
| HSL | 2.64º | 0.53% | 0.66% | - |
| HSV(B) | 2.64º | 0.43% | 0.84% | - |
| XYZ | 38.9 | 30.9 | 22.65 | - |
| YUV | 152.56 | 111.32 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 123 | 0 | 0.41 | 0.43 | 0.16 | 2.64 | 0.53 | 0.66 |
| Hex | D6 | 7F | 7B | 0 | 29 | 2B | 10 | 3 | 35 | 42 |
| Octal | 326 | 177 | 173 | 0 | 51 | 53 | 20 | 3 | 65 | 102 |
| Binary | 11010110 | 1111111 | 1111011 | 0 | 101001 | 101011 | 10000 | 11 | 110101 | 1000010 |
Color Harmonies of #D67F7B
Complementary color
Monochromatic Colors of #D67F7B
Black with #D67F7B
Text Example
Text Example
White with #D67F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67F7B; }
p { color: rgb(214,127,123); }
H1.HeaderClassName
{
color: #D67F7B;
}
.AnyTagClassName
{
color: #D67F7B;
}
</style>
background-color css
<style>
a { background-color: #D67F7B; }
a { background-color: rgb(214,127,123); }
div.DivClassName
{
background-color: #D67F7B;
}
.BgClassName
{
background-color: #D67F7B;
}
</style>
border-color css
<style>
span { border-color: #D67F7B; }
span { border-color: rgb(214,127,123); }
td.TdClassName
{
border-color: #D67F7B;
}
.TagClassName
{
border-color: #D67F7B;
}
</style>