Shades of Sea Pink #D27A74
Tints of Sea Pink #D27A74
RGB
CMYK
RGB Variations
Color information
#D27A74 (or 0xD27A74) is known color: Sea Pink. HEX triplet: D2, 7A and 74. RGB value is (210,122,116). Sum of RGB (Red+Green+Blue) = 210+122+116=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27A74 is #2D858B. Grayscale: #939393. Windows color (decimal): -2983308 or 7633618. OLE color: 7633618.
HSL color Cylindrical-coordinate representation of color #D27A74: hue angle of 3.83º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D27A74 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 116 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.18 |
| HSL | 3.83º | 0.51% | 0.64% | - |
| HSV(B) | 3.83º | 0.45% | 0.82% | - |
| XYZ | 36.69 | 28.88 | 20.16 | - |
| YUV | 147.63 | 110.15 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 116 | 0 | 0.42 | 0.45 | 0.18 | 3.83 | 0.51 | 0.64 |
| Hex | D2 | 7A | 74 | 0 | 2A | 2D | 12 | 4 | 33 | 40 |
| Octal | 322 | 172 | 164 | 0 | 52 | 55 | 22 | 4 | 63 | 100 |
| Binary | 11010010 | 1111010 | 1110100 | 0 | 101010 | 101101 | 10010 | 100 | 110011 | 1000000 |
Color Harmonies of #D27A74
Complementary color
Monochromatic Colors of #D27A74
Black with #D27A74
Text Example
Text Example
White with #D27A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A74; }
p { color: rgb(210,122,116); }
H1.HeaderClassName
{
color: #D27A74;
}
.AnyTagClassName
{
color: #D27A74;
}
</style>
background-color css
<style>
a { background-color: #D27A74; }
a { background-color: rgb(210,122,116); }
div.DivClassName
{
background-color: #D27A74;
}
.BgClassName
{
background-color: #D27A74;
}
</style>
border-color css
<style>
span { border-color: #D27A74; }
span { border-color: rgb(210,122,116); }
td.TdClassName
{
border-color: #D27A74;
}
.TagClassName
{
border-color: #D27A74;
}
</style>