Shades of Sea Pink #D17E7D
Tints of Sea Pink #D17E7D
RGB
CMYK
RGB Variations
Color information
#D17E7D (or 0xD17E7D) is known color: Sea Pink. HEX triplet: D1, 7E and 7D. RGB value is (209,126,125). Sum of RGB (Red+Green+Blue) = 209+126+125=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D17E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17E7D is #2E8182. Grayscale: #969696. Windows color (decimal): -3047811 or 8224465. OLE color: 8224465.
HSL color Cylindrical-coordinate representation of color #D17E7D: hue angle of 0.71º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D17E7D is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 126 | 125 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.18 |
| HSL | 0.71º | 0.48% | 0.65% | - |
| HSV(B) | 0.71º | 0.4% | 0.82% | - |
| XYZ | 37.46 | 29.96 | 23.21 | - |
| YUV | 150.7 | 113.5 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 126 | 125 | 0 | 0.40 | 0.40 | 0.18 | 0.71 | 0.48 | 0.65 |
| Hex | D1 | 7E | 7D | 0 | 28 | 28 | 12 | 1 | 30 | 41 |
| Octal | 321 | 176 | 175 | 0 | 50 | 50 | 22 | 1 | 60 | 101 |
| Binary | 11010001 | 1111110 | 1111101 | 0 | 101000 | 101000 | 10010 | 1 | 110000 | 1000001 |
Color Harmonies of #D17E7D
Complementary color
Monochromatic Colors of #D17E7D
Black with #D17E7D
Text Example
Text Example
White with #D17E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17E7D; }
p { color: rgb(209,126,125); }
H1.HeaderClassName
{
color: #D17E7D;
}
.AnyTagClassName
{
color: #D17E7D;
}
</style>
background-color css
<style>
a { background-color: #D17E7D; }
a { background-color: rgb(209,126,125); }
div.DivClassName
{
background-color: #D17E7D;
}
.BgClassName
{
background-color: #D17E7D;
}
</style>
border-color css
<style>
span { border-color: #D17E7D; }
span { border-color: rgb(209,126,125); }
td.TdClassName
{
border-color: #D17E7D;
}
.TagClassName
{
border-color: #D17E7D;
}
</style>