Shades of Sea Pink #D27979
Tints of Sea Pink #D27979
RGB
CMYK
RGB Variations
Color information
#D27979 (or 0xD27979) is known color: Sea Pink. HEX triplet: D2, 79 and 79. RGB value is (210,121,121). Sum of RGB (Red+Green+Blue) = 210+121+121=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D27979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27979 is #2D8686. Grayscale: #939393. Windows color (decimal): -2983559 or 7961042. OLE color: 7961042.
HSL color Cylindrical-coordinate representation of color #D27979: hue angle of 0º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D27979 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 121 | 121 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.18 |
| HSL | 0º | 0.5% | 0.65% | - |
| HSV(B) | 0º | 0.42% | 0.82% | - |
| XYZ | 36.87 | 28.76 | 21.7 | - |
| YUV | 147.61 | 112.99 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 121 | 121 | 0 | 0.42 | 0.42 | 0.18 | 0 | 0.5 | 0.65 |
| Hex | D2 | 79 | 79 | 0 | 2A | 2A | 12 | 0 | 32 | 41 |
| Octal | 322 | 171 | 171 | 0 | 52 | 52 | 22 | 0 | 62 | 101 |
| Binary | 11010010 | 1111001 | 1111001 | 0 | 101010 | 101010 | 10010 | 0 | 110010 | 1000001 |
Color Harmonies of #D27979
Complementary color
Monochromatic Colors of #D27979
Black with #D27979
Text Example
Text Example
White with #D27979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27979; }
p { color: rgb(210,121,121); }
H1.HeaderClassName
{
color: #D27979;
}
.AnyTagClassName
{
color: #D27979;
}
</style>
background-color css
<style>
a { background-color: #D27979; }
a { background-color: rgb(210,121,121); }
div.DivClassName
{
background-color: #D27979;
}
.BgClassName
{
background-color: #D27979;
}
</style>
border-color css
<style>
span { border-color: #D27979; }
span { border-color: rgb(210,121,121); }
td.TdClassName
{
border-color: #D27979;
}
.TagClassName
{
border-color: #D27979;
}
</style>