Shades of Sea Pink #D37272
Tints of Sea Pink #D37272
RGB
CMYK
RGB Variations
Color information
#D37272 (or 0xD37272) is known color: Sea Pink. HEX triplet: D3, 72 and 72. RGB value is (211,114,114). Sum of RGB (Red+Green+Blue) = 211+114+114=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D37272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37272 is #2C8D8D. Grayscale: #8F8F8F. Windows color (decimal): -2919822 or 7500499. OLE color: 7500499.
HSL color Cylindrical-coordinate representation of color #D37272: hue angle of 0º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D37272 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 114 | 114 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.17 |
| HSL | 0º | 0.52% | 0.64% | - |
| HSV(B) | 0º | 0.46% | 0.83% | - |
| XYZ | 35.92 | 27.1 | 19.26 | - |
| YUV | 143 | 111.64 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 114 | 0 | 0.46 | 0.46 | 0.17 | 0 | 0.52 | 0.64 |
| Hex | D3 | 72 | 72 | 0 | 2E | 2E | 11 | 0 | 34 | 40 |
| Octal | 323 | 162 | 162 | 0 | 56 | 56 | 21 | 0 | 64 | 100 |
| Binary | 11010011 | 1110010 | 1110010 | 0 | 101110 | 101110 | 10001 | 0 | 110100 | 1000000 |
Color Harmonies of #D37272
Complementary color
Monochromatic Colors of #D37272
Black with #D37272
Text Example
Text Example
White with #D37272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37272; }
p { color: rgb(211,114,114); }
H1.HeaderClassName
{
color: #D37272;
}
.AnyTagClassName
{
color: #D37272;
}
</style>
background-color css
<style>
a { background-color: #D37272; }
a { background-color: rgb(211,114,114); }
div.DivClassName
{
background-color: #D37272;
}
.BgClassName
{
background-color: #D37272;
}
</style>
border-color css
<style>
span { border-color: #D37272; }
span { border-color: rgb(211,114,114); }
td.TdClassName
{
border-color: #D37272;
}
.TagClassName
{
border-color: #D37272;
}
</style>