Shades of Sea Pink #D4827B
Tints of Sea Pink #D4827B
RGB
CMYK
RGB Variations
Color information
#D4827B (or 0xD4827B) is known color: Sea Pink. HEX triplet: D4, 82 and 7B. RGB value is (212,130,123). Sum of RGB (Red+Green+Blue) = 212+130+123=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D4827B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4827B is #2B7D84. Grayscale: #999999. Windows color (decimal): -2850181 or 8094420. OLE color: 8094420.
HSL color Cylindrical-coordinate representation of color #D4827B: hue angle of 4.72º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D4827B is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 130 | 123 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.17 |
| HSL | 4.72º | 0.51% | 0.66% | - |
| HSV(B) | 4.72º | 0.42% | 0.83% | - |
| XYZ | 38.71 | 31.39 | 22.76 | - |
| YUV | 153.72 | 110.67 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 130 | 123 | 0 | 0.39 | 0.42 | 0.17 | 4.72 | 0.51 | 0.66 |
| Hex | D4 | 82 | 7B | 0 | 27 | 2A | 11 | 5 | 33 | 42 |
| Octal | 324 | 202 | 173 | 0 | 47 | 52 | 21 | 5 | 63 | 102 |
| Binary | 11010100 | 10000010 | 1111011 | 0 | 100111 | 101010 | 10001 | 101 | 110011 | 1000010 |
Color Harmonies of #D4827B
Complementary color
Monochromatic Colors of #D4827B
Black with #D4827B
Text Example
Text Example
White with #D4827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4827B; }
p { color: rgb(212,130,123); }
H1.HeaderClassName
{
color: #D4827B;
}
.AnyTagClassName
{
color: #D4827B;
}
</style>
background-color css
<style>
a { background-color: #D4827B; }
a { background-color: rgb(212,130,123); }
div.DivClassName
{
background-color: #D4827B;
}
.BgClassName
{
background-color: #D4827B;
}
</style>
border-color css
<style>
span { border-color: #D4827B; }
span { border-color: rgb(212,130,123); }
td.TdClassName
{
border-color: #D4827B;
}
.TagClassName
{
border-color: #D4827B;
}
</style>