Shades of Sea Pink #D27875
Tints of Sea Pink #D27875
RGB
CMYK
RGB Variations
Color information
#D27875 (or 0xD27875) is known color: Sea Pink. HEX triplet: D2, 78 and 75. RGB value is (210,120,117). Sum of RGB (Red+Green+Blue) = 210+120+117=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D27875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27875 is #2D878A. Grayscale: #929292. Windows color (decimal): -2983819 or 7698642. OLE color: 7698642.
HSL color Cylindrical-coordinate representation of color #D27875: hue angle of 1.94º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D27875 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 120 | 117 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.18 |
| HSL | 1.94º | 0.51% | 0.64% | - |
| HSV(B) | 1.94º | 0.44% | 0.82% | - |
| XYZ | 36.51 | 28.42 | 20.39 | - |
| YUV | 146.57 | 111.32 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 117 | 0 | 0.43 | 0.44 | 0.18 | 1.94 | 0.51 | 0.64 |
| Hex | D2 | 78 | 75 | 0 | 2B | 2C | 12 | 2 | 33 | 40 |
| Octal | 322 | 170 | 165 | 0 | 53 | 54 | 22 | 2 | 63 | 100 |
| Binary | 11010010 | 1111000 | 1110101 | 0 | 101011 | 101100 | 10010 | 10 | 110011 | 1000000 |
Color Harmonies of #D27875
Complementary color
Monochromatic Colors of #D27875
Black with #D27875
Text Example
Text Example
White with #D27875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27875; }
p { color: rgb(210,120,117); }
H1.HeaderClassName
{
color: #D27875;
}
.AnyTagClassName
{
color: #D27875;
}
</style>
background-color css
<style>
a { background-color: #D27875; }
a { background-color: rgb(210,120,117); }
div.DivClassName
{
background-color: #D27875;
}
.BgClassName
{
background-color: #D27875;
}
</style>
border-color css
<style>
span { border-color: #D27875; }
span { border-color: rgb(210,120,117); }
td.TdClassName
{
border-color: #D27875;
}
.TagClassName
{
border-color: #D27875;
}
</style>