Shades of Sea Pink #D08383
Tints of Sea Pink #D08383
RGB
CMYK
RGB Variations
Color information
#D08383 (or 0xD08383) is known color: Sea Pink. HEX triplet: D0, 83 and 83. RGB value is (208,131,131). Sum of RGB (Red+Green+Blue) = 208+131+131=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D08383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08383 is #2F7C7C. Grayscale: #9A9A9A. Windows color (decimal): -3112061 or 8618960. OLE color: 8618960.
HSL color Cylindrical-coordinate representation of color #D08383: hue angle of 0º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D08383 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 131 | 131 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.18 |
| HSL | 0º | 0.45% | 0.66% | - |
| HSV(B) | 0º | 0.37% | 0.82% | - |
| XYZ | 38.23 | 31.28 | 25.5 | - |
| YUV | 154.02 | 115.01 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 131 | 0 | 0.37 | 0.37 | 0.18 | 0 | 0.45 | 0.66 |
| Hex | D0 | 83 | 83 | 0 | 25 | 25 | 12 | 0 | 2D | 42 |
| Octal | 320 | 203 | 203 | 0 | 45 | 45 | 22 | 0 | 55 | 102 |
| Binary | 11010000 | 10000011 | 10000011 | 0 | 100101 | 100101 | 10010 | 0 | 101101 | 1000010 |
Color Harmonies of #D08383
Complementary color
Monochromatic Colors of #D08383
Black with #D08383
Text Example
Text Example
White with #D08383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08383; }
p { color: rgb(208,131,131); }
H1.HeaderClassName
{
color: #D08383;
}
.AnyTagClassName
{
color: #D08383;
}
</style>
background-color css
<style>
a { background-color: #D08383; }
a { background-color: rgb(208,131,131); }
div.DivClassName
{
background-color: #D08383;
}
.BgClassName
{
background-color: #D08383;
}
</style>
border-color css
<style>
span { border-color: #D08383; }
span { border-color: rgb(208,131,131); }
td.TdClassName
{
border-color: #D08383;
}
.TagClassName
{
border-color: #D08383;
}
</style>