Shades of Sea Pink #D3807A
Tints of Sea Pink #D3807A
RGB
CMYK
RGB Variations
Color information
#D3807A (or 0xD3807A) is known color: Sea Pink. HEX triplet: D3, 80 and 7A. RGB value is (211,128,122). Sum of RGB (Red+Green+Blue) = 211+128+122=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D3807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3807A is #2C7F85. Grayscale: #989898. Windows color (decimal): -2916230 or 8028371. OLE color: 8028371.
HSL color Cylindrical-coordinate representation of color #D3807A: hue angle of 4.04º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D3807A is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 128 | 122 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.17 |
| HSL | 4.04º | 0.5% | 0.65% | - |
| HSV(B) | 4.04º | 0.42% | 0.83% | - |
| XYZ | 38.1 | 30.69 | 22.33 | - |
| YUV | 152.13 | 111 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 128 | 122 | 0 | 0.39 | 0.42 | 0.17 | 4.04 | 0.5 | 0.65 |
| Hex | D3 | 80 | 7A | 0 | 27 | 2A | 11 | 4 | 32 | 41 |
| Octal | 323 | 200 | 172 | 0 | 47 | 52 | 21 | 4 | 62 | 101 |
| Binary | 11010011 | 10000000 | 1111010 | 0 | 100111 | 101010 | 10001 | 100 | 110010 | 1000001 |
Color Harmonies of #D3807A
Complementary color
Monochromatic Colors of #D3807A
Black with #D3807A
Text Example
Text Example
White with #D3807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3807A; }
p { color: rgb(211,128,122); }
H1.HeaderClassName
{
color: #D3807A;
}
.AnyTagClassName
{
color: #D3807A;
}
</style>
background-color css
<style>
a { background-color: #D3807A; }
a { background-color: rgb(211,128,122); }
div.DivClassName
{
background-color: #D3807A;
}
.BgClassName
{
background-color: #D3807A;
}
</style>
border-color css
<style>
span { border-color: #D3807A; }
span { border-color: rgb(211,128,122); }
td.TdClassName
{
border-color: #D3807A;
}
.TagClassName
{
border-color: #D3807A;
}
</style>