Shades of Sea Pink #DD8783
Tints of Sea Pink #DD8783
RGB
CMYK
RGB Variations
Color information
#DD8783 (or 0xDD8783) is known color: Sea Pink. HEX triplet: DD, 87 and 83. RGB value is (221,135,131). Sum of RGB (Red+Green+Blue) = 221+135+131=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8783 is #22787C. Grayscale: #A0A0A0. Windows color (decimal): -2259069 or 8619997. OLE color: 8619997.
HSL color Cylindrical-coordinate representation of color #DD8783: hue angle of 2.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD8783 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 131 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.13 |
| HSL | 2.67º | 0.57% | 0.69% | - |
| HSV(B) | 2.67º | 0.41% | 0.87% | - |
| XYZ | 42.58 | 34.34 | 25.86 | - |
| YUV | 160.26 | 111.49 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 131 | 0 | 0.39 | 0.41 | 0.13 | 2.67 | 0.57 | 0.69 |
| Hex | DD | 87 | 83 | 0 | 27 | 29 | D | 3 | 39 | 45 |
| Octal | 335 | 207 | 203 | 0 | 47 | 51 | 15 | 3 | 71 | 105 |
| Binary | 11011101 | 10000111 | 10000011 | 0 | 100111 | 101001 | 1101 | 11 | 111001 | 1000101 |
Color Harmonies of #DD8783
Complementary color
Monochromatic Colors of #DD8783
Black with #DD8783
Text Example
Text Example
White with #DD8783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8783; }
p { color: rgb(221,135,131); }
H1.HeaderClassName
{
color: #DD8783;
}
.AnyTagClassName
{
color: #DD8783;
}
</style>
background-color css
<style>
a { background-color: #DD8783; }
a { background-color: rgb(221,135,131); }
div.DivClassName
{
background-color: #DD8783;
}
.BgClassName
{
background-color: #DD8783;
}
</style>
border-color css
<style>
span { border-color: #DD8783; }
span { border-color: rgb(221,135,131); }
td.TdClassName
{
border-color: #DD8783;
}
.TagClassName
{
border-color: #DD8783;
}
</style>