Shades of Sea Pink #D3817D
Tints of Sea Pink #D3817D
RGB
CMYK
RGB Variations
Color information
#D3817D (or 0xD3817D) is known color: Sea Pink. HEX triplet: D3, 81 and 7D. RGB value is (211,129,125). Sum of RGB (Red+Green+Blue) = 211+129+125=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D3817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3817D is #2C7E82. Grayscale: #999999. Windows color (decimal): -2915971 or 8225235. OLE color: 8225235.
HSL color Cylindrical-coordinate representation of color #D3817D: hue angle of 2.79º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3817D is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 129 | 125 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.17 |
| HSL | 2.79º | 0.49% | 0.66% | - |
| HSV(B) | 2.79º | 0.41% | 0.83% | - |
| XYZ | 38.42 | 31.03 | 23.37 | - |
| YUV | 153.06 | 112.17 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 129 | 125 | 0 | 0.39 | 0.41 | 0.17 | 2.79 | 0.49 | 0.66 |
| Hex | D3 | 81 | 7D | 0 | 27 | 29 | 11 | 3 | 31 | 42 |
| Octal | 323 | 201 | 175 | 0 | 47 | 51 | 21 | 3 | 61 | 102 |
| Binary | 11010011 | 10000001 | 1111101 | 0 | 100111 | 101001 | 10001 | 11 | 110001 | 1000010 |
Color Harmonies of #D3817D
Complementary color
Monochromatic Colors of #D3817D
Black with #D3817D
Text Example
Text Example
White with #D3817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3817D; }
p { color: rgb(211,129,125); }
H1.HeaderClassName
{
color: #D3817D;
}
.AnyTagClassName
{
color: #D3817D;
}
</style>
background-color css
<style>
a { background-color: #D3817D; }
a { background-color: rgb(211,129,125); }
div.DivClassName
{
background-color: #D3817D;
}
.BgClassName
{
background-color: #D3817D;
}
</style>
border-color css
<style>
span { border-color: #D3817D; }
span { border-color: rgb(211,129,125); }
td.TdClassName
{
border-color: #D3817D;
}
.TagClassName
{
border-color: #D3817D;
}
</style>