Shades of Sea Pink #D28382
Tints of Sea Pink #D28382
RGB
CMYK
RGB Variations
Color information
#D28382 (or 0xD28382) is known color: Sea Pink. HEX triplet: D2, 83 and 82. RGB value is (210,131,130). Sum of RGB (Red+Green+Blue) = 210+131+130=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D28382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28382 is #2D7C7D. Grayscale: #9A9A9A. Windows color (decimal): -2980990 or 8553426. OLE color: 8553426.
HSL color Cylindrical-coordinate representation of color #D28382: hue angle of 0.75º 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 #D28382 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 130 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.18 |
| HSL | 0.75º | 0.47% | 0.67% | - |
| HSV(B) | 0.75º | 0.38% | 0.82% | - |
| XYZ | 38.72 | 31.55 | 25.17 | - |
| YUV | 154.51 | 114.17 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 130 | 0 | 0.38 | 0.38 | 0.18 | 0.75 | 0.47 | 0.67 |
| Hex | D2 | 83 | 82 | 0 | 26 | 26 | 12 | 1 | 2F | 43 |
| Octal | 322 | 203 | 202 | 0 | 46 | 46 | 22 | 1 | 57 | 103 |
| Binary | 11010010 | 10000011 | 10000010 | 0 | 100110 | 100110 | 10010 | 1 | 101111 | 1000011 |
Color Harmonies of #D28382
Complementary color
Monochromatic Colors of #D28382
Black with #D28382
Text Example
Text Example
White with #D28382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28382; }
p { color: rgb(210,131,130); }
H1.HeaderClassName
{
color: #D28382;
}
.AnyTagClassName
{
color: #D28382;
}
</style>
background-color css
<style>
a { background-color: #D28382; }
a { background-color: rgb(210,131,130); }
div.DivClassName
{
background-color: #D28382;
}
.BgClassName
{
background-color: #D28382;
}
</style>
border-color css
<style>
span { border-color: #D28382; }
span { border-color: rgb(210,131,130); }
td.TdClassName
{
border-color: #D28382;
}
.TagClassName
{
border-color: #D28382;
}
</style>