Shades of Sea Pink #D37E7E
Tints of Sea Pink #D37E7E
RGB
CMYK
RGB Variations
Color information
#D37E7E (or 0xD37E7E) is known color: Sea Pink. HEX triplet: D3, 7E and 7E. RGB value is (211,126,126). Sum of RGB (Red+Green+Blue) = 211+126+126=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 211 - color contains mainly: red. Hex color #D37E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37E7E is #2C8181. Grayscale: #979797. Windows color (decimal): -2916738 or 8290003. OLE color: 8290003.
HSL color Cylindrical-coordinate representation of color #D37E7E: hue angle of 0º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D37E7E is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 126 | 126 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.17 |
| HSL | 0º | 0.49% | 0.66% | - |
| HSV(B) | 0º | 0.4% | 0.83% | - |
| XYZ | 38.09 | 30.28 | 23.58 | - |
| YUV | 151.42 | 113.66 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 126 | 126 | 0 | 0.40 | 0.40 | 0.17 | 0 | 0.49 | 0.66 |
| Hex | D3 | 7E | 7E | 0 | 28 | 28 | 11 | 0 | 31 | 42 |
| Octal | 323 | 176 | 176 | 0 | 50 | 50 | 21 | 0 | 61 | 102 |
| Binary | 11010011 | 1111110 | 1111110 | 0 | 101000 | 101000 | 10001 | 0 | 110001 | 1000010 |
Color Harmonies of #D37E7E
Complementary color
Monochromatic Colors of #D37E7E
Black with #D37E7E
Text Example
Text Example
White with #D37E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37E7E; }
p { color: rgb(211,126,126); }
H1.HeaderClassName
{
color: #D37E7E;
}
.AnyTagClassName
{
color: #D37E7E;
}
</style>
background-color css
<style>
a { background-color: #D37E7E; }
a { background-color: rgb(211,126,126); }
div.DivClassName
{
background-color: #D37E7E;
}
.BgClassName
{
background-color: #D37E7E;
}
</style>
border-color css
<style>
span { border-color: #D37E7E; }
span { border-color: rgb(211,126,126); }
td.TdClassName
{
border-color: #D37E7E;
}
.TagClassName
{
border-color: #D37E7E;
}
</style>