Shades of Sea Pink #D5817A
Tints of Sea Pink #D5817A
RGB
CMYK
RGB Variations
Color information
#D5817A (or 0xD5817A) is known color: Sea Pink. HEX triplet: D5, 81 and 7A. RGB value is (213,129,122). Sum of RGB (Red+Green+Blue) = 213+129+122=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D5817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5817A is #2A7E85. Grayscale: #999999. Windows color (decimal): -2784902 or 8028629. OLE color: 8028629.
HSL color Cylindrical-coordinate representation of color #D5817A: hue angle of 4.62º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5817A is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 122 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.16 |
| HSL | 4.62º | 0.52% | 0.66% | - |
| HSV(B) | 4.62º | 0.43% | 0.84% | - |
| XYZ | 38.8 | 31.25 | 22.4 | - |
| YUV | 153.32 | 110.33 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 122 | 0 | 0.39 | 0.43 | 0.16 | 4.62 | 0.52 | 0.66 |
| Hex | D5 | 81 | 7A | 0 | 27 | 2B | 10 | 5 | 34 | 42 |
| Octal | 325 | 201 | 172 | 0 | 47 | 53 | 20 | 5 | 64 | 102 |
| Binary | 11010101 | 10000001 | 1111010 | 0 | 100111 | 101011 | 10000 | 101 | 110100 | 1000010 |
Color Harmonies of #D5817A
Complementary color
Monochromatic Colors of #D5817A
Black with #D5817A
Text Example
Text Example
White with #D5817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5817A; }
p { color: rgb(213,129,122); }
H1.HeaderClassName
{
color: #D5817A;
}
.AnyTagClassName
{
color: #D5817A;
}
</style>
background-color css
<style>
a { background-color: #D5817A; }
a { background-color: rgb(213,129,122); }
div.DivClassName
{
background-color: #D5817A;
}
.BgClassName
{
background-color: #D5817A;
}
</style>
border-color css
<style>
span { border-color: #D5817A; }
span { border-color: rgb(213,129,122); }
td.TdClassName
{
border-color: #D5817A;
}
.TagClassName
{
border-color: #D5817A;
}
</style>