Shades of Sea Pink #D37B75
Tints of Sea Pink #D37B75
RGB
CMYK
RGB Variations
Color information
#D37B75 (or 0xD37B75) is known color: Sea Pink. HEX triplet: D3, 7B and 75. RGB value is (211,123,117). Sum of RGB (Red+Green+Blue) = 211+123+117=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 211 - color contains mainly: red. Hex color #D37B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37B75 is #2C848A. Grayscale: #949494. Windows color (decimal): -2917515 or 7699411. OLE color: 7699411.
HSL color Cylindrical-coordinate representation of color #D37B75: hue angle of 3.83º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D37B75 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 123 | 117 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.17 |
| HSL | 3.83º | 0.52% | 0.64% | - |
| HSV(B) | 3.83º | 0.45% | 0.83% | - |
| XYZ | 37.16 | 29.3 | 20.53 | - |
| YUV | 148.63 | 110.15 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 123 | 117 | 0 | 0.42 | 0.45 | 0.17 | 3.83 | 0.52 | 0.64 |
| Hex | D3 | 7B | 75 | 0 | 2A | 2D | 11 | 4 | 34 | 40 |
| Octal | 323 | 173 | 165 | 0 | 52 | 55 | 21 | 4 | 64 | 100 |
| Binary | 11010011 | 1111011 | 1110101 | 0 | 101010 | 101101 | 10001 | 100 | 110100 | 1000000 |
Color Harmonies of #D37B75
Complementary color
Monochromatic Colors of #D37B75
Black with #D37B75
Text Example
Text Example
White with #D37B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37B75; }
p { color: rgb(211,123,117); }
H1.HeaderClassName
{
color: #D37B75;
}
.AnyTagClassName
{
color: #D37B75;
}
</style>
background-color css
<style>
a { background-color: #D37B75; }
a { background-color: rgb(211,123,117); }
div.DivClassName
{
background-color: #D37B75;
}
.BgClassName
{
background-color: #D37B75;
}
</style>
border-color css
<style>
span { border-color: #D37B75; }
span { border-color: rgb(211,123,117); }
td.TdClassName
{
border-color: #D37B75;
}
.TagClassName
{
border-color: #D37B75;
}
</style>