Shades of Sea Pink #D28383
Tints of Sea Pink #D28383
RGB
CMYK
RGB Variations
Color information
#D28383 (or 0xD28383) is known color: Sea Pink. HEX triplet: D2, 83 and 83. RGB value is (210,131,131). Sum of RGB (Red+Green+Blue) = 210+131+131=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D28383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28383 is #2D7C7C. Grayscale: #9A9A9A. Windows color (decimal): -2980989 or 8618962. OLE color: 8618962.
HSL color Cylindrical-coordinate representation of color #D28383: hue angle of 0º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D28383 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 131 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.18 |
| HSL | 0º | 0.47% | 0.67% | - |
| HSV(B) | 0º | 0.38% | 0.82% | - |
| XYZ | 38.79 | 31.57 | 25.52 | - |
| YUV | 154.62 | 114.67 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 131 | 0 | 0.38 | 0.38 | 0.18 | 0 | 0.47 | 0.67 |
| Hex | D2 | 83 | 83 | 0 | 26 | 26 | 12 | 0 | 2F | 43 |
| Octal | 322 | 203 | 203 | 0 | 46 | 46 | 22 | 0 | 57 | 103 |
| Binary | 11010010 | 10000011 | 10000011 | 0 | 100110 | 100110 | 10010 | 0 | 101111 | 1000011 |
Color Harmonies of #D28383
Complementary color
Monochromatic Colors of #D28383
Black with #D28383
Text Example
Text Example
White with #D28383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28383; }
p { color: rgb(210,131,131); }
H1.HeaderClassName
{
color: #D28383;
}
.AnyTagClassName
{
color: #D28383;
}
</style>
background-color css
<style>
a { background-color: #D28383; }
a { background-color: rgb(210,131,131); }
div.DivClassName
{
background-color: #D28383;
}
.BgClassName
{
background-color: #D28383;
}
</style>
border-color css
<style>
span { border-color: #D28383; }
span { border-color: rgb(210,131,131); }
td.TdClassName
{
border-color: #D28383;
}
.TagClassName
{
border-color: #D28383;
}
</style>