Shades of Sea Pink #D5807E
Tints of Sea Pink #D5807E
RGB
CMYK
RGB Variations
Color information
#D5807E (or 0xD5807E) is known color: Sea Pink. HEX triplet: D5, 80 and 7E. RGB value is (213,128,126). Sum of RGB (Red+Green+Blue) = 213+128+126=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5807E is #2A7F81. Grayscale: #999999. Windows color (decimal): -2785154 or 8290517. OLE color: 8290517.
HSL color Cylindrical-coordinate representation of color #D5807E: hue angle of 1.38º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5807E is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 126 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.16 |
| HSL | 1.38º | 0.51% | 0.66% | - |
| HSV(B) | 1.38º | 0.41% | 0.84% | - |
| XYZ | 38.93 | 31.09 | 23.69 | - |
| YUV | 153.19 | 112.66 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 126 | 0 | 0.40 | 0.41 | 0.16 | 1.38 | 0.51 | 0.66 |
| Hex | D5 | 80 | 7E | 0 | 28 | 29 | 10 | 1 | 33 | 42 |
| Octal | 325 | 200 | 176 | 0 | 50 | 51 | 20 | 1 | 63 | 102 |
| Binary | 11010101 | 10000000 | 1111110 | 0 | 101000 | 101001 | 10000 | 1 | 110011 | 1000010 |
Color Harmonies of #D5807E
Complementary color
Monochromatic Colors of #D5807E
Black with #D5807E
Text Example
Text Example
White with #D5807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5807E; }
p { color: rgb(213,128,126); }
H1.HeaderClassName
{
color: #D5807E;
}
.AnyTagClassName
{
color: #D5807E;
}
</style>
background-color css
<style>
a { background-color: #D5807E; }
a { background-color: rgb(213,128,126); }
div.DivClassName
{
background-color: #D5807E;
}
.BgClassName
{
background-color: #D5807E;
}
</style>
border-color css
<style>
span { border-color: #D5807E; }
span { border-color: rgb(213,128,126); }
td.TdClassName
{
border-color: #D5807E;
}
.TagClassName
{
border-color: #D5807E;
}
</style>