Shades of Sea Pink #D48584
Tints of Sea Pink #D48584
RGB
CMYK
RGB Variations
Color information
#D48584 (or 0xD48584) is known color: Sea Pink. HEX triplet: D4, 85 and 84. RGB value is (212,133,132). Sum of RGB (Red+Green+Blue) = 212+133+132=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D48584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48584 is #2B7A7B. Grayscale: #9C9C9C. Windows color (decimal): -2849404 or 8685012. OLE color: 8685012.
HSL color Cylindrical-coordinate representation of color #D48584: hue angle of 0.75º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D48584 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 133 | 132 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.17 |
| HSL | 0.75º | 0.48% | 0.67% | - |
| HSV(B) | 0.75º | 0.38% | 0.83% | - |
| XYZ | 39.7 | 32.44 | 26 | - |
| YUV | 156.51 | 114.17 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 133 | 132 | 0 | 0.37 | 0.38 | 0.17 | 0.75 | 0.48 | 0.67 |
| Hex | D4 | 85 | 84 | 0 | 25 | 26 | 11 | 1 | 30 | 43 |
| Octal | 324 | 205 | 204 | 0 | 45 | 46 | 21 | 1 | 60 | 103 |
| Binary | 11010100 | 10000101 | 10000100 | 0 | 100101 | 100110 | 10001 | 1 | 110000 | 1000011 |
Color Harmonies of #D48584
Complementary color
Monochromatic Colors of #D48584
Black with #D48584
Text Example
Text Example
White with #D48584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48584; }
p { color: rgb(212,133,132); }
H1.HeaderClassName
{
color: #D48584;
}
.AnyTagClassName
{
color: #D48584;
}
</style>
background-color css
<style>
a { background-color: #D48584; }
a { background-color: rgb(212,133,132); }
div.DivClassName
{
background-color: #D48584;
}
.BgClassName
{
background-color: #D48584;
}
</style>
border-color css
<style>
span { border-color: #D48584; }
span { border-color: rgb(212,133,132); }
td.TdClassName
{
border-color: #D48584;
}
.TagClassName
{
border-color: #D48584;
}
</style>