Shades of Sea Pink #D5817D
Tints of Sea Pink #D5817D
RGB
CMYK
RGB Variations
Color information
#D5817D (or 0xD5817D) is known color: Sea Pink. HEX triplet: D5, 81 and 7D. RGB value is (213,129,125). Sum of RGB (Red+Green+Blue) = 213+129+125=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5817D is #2A7E82. Grayscale: #999999. Windows color (decimal): -2784899 or 8225237. OLE color: 8225237.
HSL color Cylindrical-coordinate representation of color #D5817D: hue angle of 2.73º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5817D is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 125 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.16 |
| HSL | 2.73º | 0.51% | 0.66% | - |
| HSV(B) | 2.73º | 0.41% | 0.84% | - |
| XYZ | 38.99 | 31.33 | 23.39 | - |
| YUV | 153.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 125 | 0 | 0.39 | 0.41 | 0.16 | 2.73 | 0.51 | 0.66 |
| Hex | D5 | 81 | 7D | 0 | 27 | 29 | 10 | 3 | 33 | 42 |
| Octal | 325 | 201 | 175 | 0 | 47 | 51 | 20 | 3 | 63 | 102 |
| Binary | 11010101 | 10000001 | 1111101 | 0 | 100111 | 101001 | 10000 | 11 | 110011 | 1000010 |
Color Harmonies of #D5817D
Complementary color
Monochromatic Colors of #D5817D
Black with #D5817D
Text Example
Text Example
White with #D5817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5817D; }
p { color: rgb(213,129,125); }
H1.HeaderClassName
{
color: #D5817D;
}
.AnyTagClassName
{
color: #D5817D;
}
</style>
background-color css
<style>
a { background-color: #D5817D; }
a { background-color: rgb(213,129,125); }
div.DivClassName
{
background-color: #D5817D;
}
.BgClassName
{
background-color: #D5817D;
}
</style>
border-color css
<style>
span { border-color: #D5817D; }
span { border-color: rgb(213,129,125); }
td.TdClassName
{
border-color: #D5817D;
}
.TagClassName
{
border-color: #D5817D;
}
</style>