Shades of Sea Pink #D38583
Tints of Sea Pink #D38583
RGB
CMYK
RGB Variations
Color information
#D38583 (or 0xD38583) is known color: Sea Pink. HEX triplet: D3, 85 and 83. RGB value is (211,133,131). Sum of RGB (Red+Green+Blue) = 211+133+131=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 211 - color contains mainly: red. Hex color #D38583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38583 is #2C7A7C. Grayscale: #9C9C9C. Windows color (decimal): -2914941 or 8619475. OLE color: 8619475.
HSL color Cylindrical-coordinate representation of color #D38583: hue angle of 1.5º 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 #D38583 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 133 | 131 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.17 |
| HSL | 1.5º | 0.48% | 0.67% | - |
| HSV(B) | 1.5º | 0.38% | 0.83% | - |
| XYZ | 39.35 | 32.26 | 25.63 | - |
| YUV | 156.09 | 113.84 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 133 | 131 | 0 | 0.37 | 0.38 | 0.17 | 1.5 | 0.48 | 0.67 |
| Hex | D3 | 85 | 83 | 0 | 25 | 26 | 11 | 2 | 30 | 43 |
| Octal | 323 | 205 | 203 | 0 | 45 | 46 | 21 | 2 | 60 | 103 |
| Binary | 11010011 | 10000101 | 10000011 | 0 | 100101 | 100110 | 10001 | 10 | 110000 | 1000011 |
Color Harmonies of #D38583
Complementary color
Monochromatic Colors of #D38583
Black with #D38583
Text Example
Text Example
White with #D38583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38583; }
p { color: rgb(211,133,131); }
H1.HeaderClassName
{
color: #D38583;
}
.AnyTagClassName
{
color: #D38583;
}
</style>
background-color css
<style>
a { background-color: #D38583; }
a { background-color: rgb(211,133,131); }
div.DivClassName
{
background-color: #D38583;
}
.BgClassName
{
background-color: #D38583;
}
</style>
border-color css
<style>
span { border-color: #D38583; }
span { border-color: rgb(211,133,131); }
td.TdClassName
{
border-color: #D38583;
}
.TagClassName
{
border-color: #D38583;
}
</style>