Shades of Sea Pink #D67E7D
Tints of Sea Pink #D67E7D
RGB
CMYK
RGB Variations
Color information
#D67E7D (or 0xD67E7D) is known color: Sea Pink. HEX triplet: D6, 7E and 7D. RGB value is (214,126,125). Sum of RGB (Red+Green+Blue) = 214+126+125=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67E7D is #298182. Grayscale: #989898. Windows color (decimal): -2720131 or 8224470. OLE color: 8224470.
HSL color Cylindrical-coordinate representation of color #D67E7D: hue angle of 0.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67E7D is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 126 | 125 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.16 |
| HSL | 0.67º | 0.52% | 0.66% | - |
| HSV(B) | 0.67º | 0.42% | 0.84% | - |
| XYZ | 38.89 | 30.7 | 23.28 | - |
| YUV | 152.2 | 112.65 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 126 | 125 | 0 | 0.41 | 0.42 | 0.16 | 0.67 | 0.52 | 0.66 |
| Hex | D6 | 7E | 7D | 0 | 29 | 2A | 10 | 1 | 34 | 42 |
| Octal | 326 | 176 | 175 | 0 | 51 | 52 | 20 | 1 | 64 | 102 |
| Binary | 11010110 | 1111110 | 1111101 | 0 | 101001 | 101010 | 10000 | 1 | 110100 | 1000010 |
Color Harmonies of #D67E7D
Complementary color
Monochromatic Colors of #D67E7D
Black with #D67E7D
Text Example
Text Example
White with #D67E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67E7D; }
p { color: rgb(214,126,125); }
H1.HeaderClassName
{
color: #D67E7D;
}
.AnyTagClassName
{
color: #D67E7D;
}
</style>
background-color css
<style>
a { background-color: #D67E7D; }
a { background-color: rgb(214,126,125); }
div.DivClassName
{
background-color: #D67E7D;
}
.BgClassName
{
background-color: #D67E7D;
}
</style>
border-color css
<style>
span { border-color: #D67E7D; }
span { border-color: rgb(214,126,125); }
td.TdClassName
{
border-color: #D67E7D;
}
.TagClassName
{
border-color: #D67E7D;
}
</style>