Shades of Sea Pink #D5807B
Tints of Sea Pink #D5807B
RGB
CMYK
RGB Variations
Color information
#D5807B (or 0xD5807B) is known color: Sea Pink. HEX triplet: D5, 80 and 7B. RGB value is (213,128,123). Sum of RGB (Red+Green+Blue) = 213+128+123=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D5807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5807B is #2A7F84. Grayscale: #989898. Windows color (decimal): -2785157 or 8093909. OLE color: 8093909.
HSL color Cylindrical-coordinate representation of color #D5807B: hue angle of 3.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5807B is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 123 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.16 |
| HSL | 3.33º | 0.52% | 0.66% | - |
| HSV(B) | 3.33º | 0.42% | 0.84% | - |
| XYZ | 38.73 | 31.01 | 22.68 | - |
| YUV | 152.85 | 111.16 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 123 | 0 | 0.40 | 0.42 | 0.16 | 3.33 | 0.52 | 0.66 |
| Hex | D5 | 80 | 7B | 0 | 28 | 2A | 10 | 3 | 34 | 42 |
| Octal | 325 | 200 | 173 | 0 | 50 | 52 | 20 | 3 | 64 | 102 |
| Binary | 11010101 | 10000000 | 1111011 | 0 | 101000 | 101010 | 10000 | 11 | 110100 | 1000010 |
Color Harmonies of #D5807B
Complementary color
Monochromatic Colors of #D5807B
Black with #D5807B
Text Example
Text Example
White with #D5807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5807B; }
p { color: rgb(213,128,123); }
H1.HeaderClassName
{
color: #D5807B;
}
.AnyTagClassName
{
color: #D5807B;
}
</style>
background-color css
<style>
a { background-color: #D5807B; }
a { background-color: rgb(213,128,123); }
div.DivClassName
{
background-color: #D5807B;
}
.BgClassName
{
background-color: #D5807B;
}
</style>
border-color css
<style>
span { border-color: #D5807B; }
span { border-color: rgb(213,128,123); }
td.TdClassName
{
border-color: #D5807B;
}
.TagClassName
{
border-color: #D5807B;
}
</style>