Shades of Sea Pink #D67372
Tints of Sea Pink #D67372
RGB
CMYK
RGB Variations
Color information
#D67372 (or 0xD67372) is known color: Sea Pink. HEX triplet: D6, 73 and 72. RGB value is (214,115,114). Sum of RGB (Red+Green+Blue) = 214+115+114=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D67372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67372 is #298C8D. Grayscale: #909090. Windows color (decimal): -2722958 or 7500758. OLE color: 7500758.
HSL color Cylindrical-coordinate representation of color #D67372: hue angle of 0.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D67372 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 115 | 114 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.16 |
| HSL | 0.6º | 0.55% | 0.64% | - |
| HSV(B) | 0.6º | 0.47% | 0.84% | - |
| XYZ | 36.9 | 27.77 | 19.34 | - |
| YUV | 144.49 | 110.8 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 114 | 0 | 0.46 | 0.47 | 0.16 | 0.6 | 0.55 | 0.64 |
| Hex | D6 | 73 | 72 | 0 | 2E | 2F | 10 | 1 | 37 | 40 |
| Octal | 326 | 163 | 162 | 0 | 56 | 57 | 20 | 1 | 67 | 100 |
| Binary | 11010110 | 1110011 | 1110010 | 0 | 101110 | 101111 | 10000 | 1 | 110111 | 1000000 |
Color Harmonies of #D67372
Complementary color
Monochromatic Colors of #D67372
Black with #D67372
Text Example
Text Example
White with #D67372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67372; }
p { color: rgb(214,115,114); }
H1.HeaderClassName
{
color: #D67372;
}
.AnyTagClassName
{
color: #D67372;
}
</style>
background-color css
<style>
a { background-color: #D67372; }
a { background-color: rgb(214,115,114); }
div.DivClassName
{
background-color: #D67372;
}
.BgClassName
{
background-color: #D67372;
}
</style>
border-color css
<style>
span { border-color: #D67372; }
span { border-color: rgb(214,115,114); }
td.TdClassName
{
border-color: #D67372;
}
.TagClassName
{
border-color: #D67372;
}
</style>