Shades of Sea Pink #D27372
Tints of Sea Pink #D27372
RGB
CMYK
RGB Variations
Color information
#D27372 (or 0xD27372) is known color: Sea Pink. HEX triplet: D2, 73 and 72. RGB value is (210,115,114). Sum of RGB (Red+Green+Blue) = 210+115+114=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D27372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27372 is #2D8C8D. Grayscale: #8F8F8F. Windows color (decimal): -2985102 or 7500754. OLE color: 7500754.
HSL color Cylindrical-coordinate representation of color #D27372: hue angle of 0.62º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D27372 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 114 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.18 |
| HSL | 0.63º | 0.52% | 0.64% | - |
| HSV(B) | 0.63º | 0.46% | 0.82% | - |
| XYZ | 35.75 | 27.18 | 19.28 | - |
| YUV | 143.29 | 111.47 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 114 | 0 | 0.45 | 0.46 | 0.18 | 0.63 | 0.52 | 0.64 |
| Hex | D2 | 73 | 72 | 0 | 2D | 2E | 12 | 1 | 34 | 40 |
| Octal | 322 | 163 | 162 | 0 | 55 | 56 | 22 | 1 | 64 | 100 |
| Binary | 11010010 | 1110011 | 1110010 | 0 | 101101 | 101110 | 10010 | 1 | 110100 | 1000000 |
Color Harmonies of #D27372
Complementary color
Monochromatic Colors of #D27372
Black with #D27372
Text Example
Text Example
White with #D27372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27372; }
p { color: rgb(210,115,114); }
H1.HeaderClassName
{
color: #D27372;
}
.AnyTagClassName
{
color: #D27372;
}
</style>
background-color css
<style>
a { background-color: #D27372; }
a { background-color: rgb(210,115,114); }
div.DivClassName
{
background-color: #D27372;
}
.BgClassName
{
background-color: #D27372;
}
</style>
border-color css
<style>
span { border-color: #D27372; }
span { border-color: rgb(210,115,114); }
td.TdClassName
{
border-color: #D27372;
}
.TagClassName
{
border-color: #D27372;
}
</style>