Shades of Sea Pink #D97575
Tints of Sea Pink #D97575
RGB
CMYK
RGB Variations
Color information
#D97575 (or 0xD97575) is known color: Sea Pink. HEX triplet: D9, 75 and 75. RGB value is (217,117,117). Sum of RGB (Red+Green+Blue) = 217+117+117=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D97575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97575 is #268A8A. Grayscale: #939393. Windows color (decimal): -2525835 or 7697881. OLE color: 7697881.
HSL color Cylindrical-coordinate representation of color #D97575: hue angle of 0º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D97575 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 117 | 117 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.15 |
| HSL | 0º | 0.57% | 0.65% | - |
| HSV(B) | 0º | 0.46% | 0.85% | - |
| XYZ | 38.19 | 28.76 | 20.37 | - |
| YUV | 146.9 | 111.13 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 117 | 0 | 0.46 | 0.46 | 0.15 | 0 | 0.57 | 0.65 |
| Hex | D9 | 75 | 75 | 0 | 2E | 2E | F | 0 | 39 | 41 |
| Octal | 331 | 165 | 165 | 0 | 56 | 56 | 17 | 0 | 71 | 101 |
| Binary | 11011001 | 1110101 | 1110101 | 0 | 101110 | 101110 | 1111 | 0 | 111001 | 1000001 |
Color Harmonies of #D97575
Complementary color
Monochromatic Colors of #D97575
Black with #D97575
Text Example
Text Example
White with #D97575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97575; }
p { color: rgb(217,117,117); }
H1.HeaderClassName
{
color: #D97575;
}
.AnyTagClassName
{
color: #D97575;
}
</style>
background-color css
<style>
a { background-color: #D97575; }
a { background-color: rgb(217,117,117); }
div.DivClassName
{
background-color: #D97575;
}
.BgClassName
{
background-color: #D97575;
}
</style>
border-color css
<style>
span { border-color: #D97575; }
span { border-color: rgb(217,117,117); }
td.TdClassName
{
border-color: #D97575;
}
.TagClassName
{
border-color: #D97575;
}
</style>