Shades of Sea Pink #D27472
Tints of Sea Pink #D27472
RGB
CMYK
RGB Variations
Color information
#D27472 (or 0xD27472) is known color: Sea Pink. HEX triplet: D2, 74 and 72. RGB value is (210,116,114). Sum of RGB (Red+Green+Blue) = 210+116+114=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D27472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27472 is #2D8B8D. Grayscale: #8F8F8F. Windows color (decimal): -2984846 or 7501010. OLE color: 7501010.
HSL color Cylindrical-coordinate representation of color #D27472: hue angle of 1.25º 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 #D27472 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 114 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.18 |
| HSL | 1.25º | 0.52% | 0.64% | - |
| HSV(B) | 1.25º | 0.46% | 0.82% | - |
| XYZ | 35.86 | 27.41 | 19.32 | - |
| YUV | 143.88 | 111.14 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 114 | 0 | 0.45 | 0.46 | 0.18 | 1.25 | 0.52 | 0.64 |
| Hex | D2 | 74 | 72 | 0 | 2D | 2E | 12 | 1 | 34 | 40 |
| Octal | 322 | 164 | 162 | 0 | 55 | 56 | 22 | 1 | 64 | 100 |
| Binary | 11010010 | 1110100 | 1110010 | 0 | 101101 | 101110 | 10010 | 1 | 110100 | 1000000 |
Color Harmonies of #D27472
Complementary color
Monochromatic Colors of #D27472
Black with #D27472
Text Example
Text Example
White with #D27472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27472; }
p { color: rgb(210,116,114); }
H1.HeaderClassName
{
color: #D27472;
}
.AnyTagClassName
{
color: #D27472;
}
</style>
background-color css
<style>
a { background-color: #D27472; }
a { background-color: rgb(210,116,114); }
div.DivClassName
{
background-color: #D27472;
}
.BgClassName
{
background-color: #D27472;
}
</style>
border-color css
<style>
span { border-color: #D27472; }
span { border-color: rgb(210,116,114); }
td.TdClassName
{
border-color: #D27472;
}
.TagClassName
{
border-color: #D27472;
}
</style>