Shades of Sea Pink #D5827B
Tints of Sea Pink #D5827B
RGB
CMYK
RGB Variations
Color information
#D5827B (or 0xD5827B) is known color: Sea Pink. HEX triplet: D5, 82 and 7B. RGB value is (213,130,123). Sum of RGB (Red+Green+Blue) = 213+130+123=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D5827B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5827B is #2A7D84. Grayscale: #9A9A9A. Windows color (decimal): -2784645 or 8094421. OLE color: 8094421.
HSL color Cylindrical-coordinate representation of color #D5827B: hue angle of 4.67º 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 #D5827B is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 130 | 123 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.16 |
| HSL | 4.67º | 0.52% | 0.66% | - |
| HSV(B) | 4.67º | 0.42% | 0.84% | - |
| XYZ | 39 | 31.54 | 22.77 | - |
| YUV | 154.02 | 110.5 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 123 | 0 | 0.39 | 0.42 | 0.16 | 4.67 | 0.52 | 0.66 |
| Hex | D5 | 82 | 7B | 0 | 27 | 2A | 10 | 5 | 34 | 42 |
| Octal | 325 | 202 | 173 | 0 | 47 | 52 | 20 | 5 | 64 | 102 |
| Binary | 11010101 | 10000010 | 1111011 | 0 | 100111 | 101010 | 10000 | 101 | 110100 | 1000010 |
Color Harmonies of #D5827B
Complementary color
Monochromatic Colors of #D5827B
Black with #D5827B
Text Example
Text Example
White with #D5827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5827B; }
p { color: rgb(213,130,123); }
H1.HeaderClassName
{
color: #D5827B;
}
.AnyTagClassName
{
color: #D5827B;
}
</style>
background-color css
<style>
a { background-color: #D5827B; }
a { background-color: rgb(213,130,123); }
div.DivClassName
{
background-color: #D5827B;
}
.BgClassName
{
background-color: #D5827B;
}
</style>
border-color css
<style>
span { border-color: #D5827B; }
span { border-color: rgb(213,130,123); }
td.TdClassName
{
border-color: #D5827B;
}
.TagClassName
{
border-color: #D5827B;
}
</style>