Shades of Sea Pink #D27F78
Tints of Sea Pink #D27F78
RGB
CMYK
RGB Variations
Color information
#D27F78 (or 0xD27F78) is known color: Sea Pink. HEX triplet: D2, 7F and 78. RGB value is (210,127,120). Sum of RGB (Red+Green+Blue) = 210+127+120=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27F78 is #2D8087. Grayscale: #979797. Windows color (decimal): -2982024 or 7897042. OLE color: 7897042.
HSL color Cylindrical-coordinate representation of color #D27F78: hue angle of 4.67º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D27F78 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 120 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.18 |
| HSL | 4.67º | 0.5% | 0.65% | - |
| HSV(B) | 4.67º | 0.43% | 0.82% | - |
| XYZ | 37.56 | 30.24 | 21.63 | - |
| YUV | 151.02 | 110.5 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 120 | 0 | 0.40 | 0.43 | 0.18 | 4.67 | 0.5 | 0.65 |
| Hex | D2 | 7F | 78 | 0 | 28 | 2B | 12 | 5 | 32 | 41 |
| Octal | 322 | 177 | 170 | 0 | 50 | 53 | 22 | 5 | 62 | 101 |
| Binary | 11010010 | 1111111 | 1111000 | 0 | 101000 | 101011 | 10010 | 101 | 110010 | 1000001 |
Color Harmonies of #D27F78
Complementary color
Monochromatic Colors of #D27F78
Black with #D27F78
Text Example
Text Example
White with #D27F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27F78; }
p { color: rgb(210,127,120); }
H1.HeaderClassName
{
color: #D27F78;
}
.AnyTagClassName
{
color: #D27F78;
}
</style>
background-color css
<style>
a { background-color: #D27F78; }
a { background-color: rgb(210,127,120); }
div.DivClassName
{
background-color: #D27F78;
}
.BgClassName
{
background-color: #D27F78;
}
</style>
border-color css
<style>
span { border-color: #D27F78; }
span { border-color: rgb(210,127,120); }
td.TdClassName
{
border-color: #D27F78;
}
.TagClassName
{
border-color: #D27F78;
}
</style>