Shades of Sea Pink #DA817B
Tints of Sea Pink #DA817B
RGB
CMYK
RGB Variations
Color information
#DA817B (or 0xDA817B) is known color: Sea Pink. HEX triplet: DA, 81 and 7B. RGB value is (218,129,123). Sum of RGB (Red+Green+Blue) = 218+129+123=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA817B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA817B is #257E84. Grayscale: #9B9B9B. Windows color (decimal): -2457221 or 8094170. OLE color: 8094170.
HSL color Cylindrical-coordinate representation of color #DA817B: hue angle of 3.79º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA817B is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 123 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.15 |
| HSL | 3.79º | 0.56% | 0.67% | - |
| HSV(B) | 3.79º | 0.44% | 0.85% | - |
| XYZ | 40.34 | 32.04 | 22.8 | - |
| YUV | 154.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 123 | 0 | 0.41 | 0.44 | 0.15 | 3.79 | 0.56 | 0.67 |
| Hex | DA | 81 | 7B | 0 | 29 | 2C | F | 4 | 38 | 43 |
| Octal | 332 | 201 | 173 | 0 | 51 | 54 | 17 | 4 | 70 | 103 |
| Binary | 11011010 | 10000001 | 1111011 | 0 | 101001 | 101100 | 1111 | 100 | 111000 | 1000011 |
Color Harmonies of #DA817B
Complementary color
Monochromatic Colors of #DA817B
Black with #DA817B
Text Example
Text Example
White with #DA817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA817B; }
p { color: rgb(218,129,123); }
H1.HeaderClassName
{
color: #DA817B;
}
.AnyTagClassName
{
color: #DA817B;
}
</style>
background-color css
<style>
a { background-color: #DA817B; }
a { background-color: rgb(218,129,123); }
div.DivClassName
{
background-color: #DA817B;
}
.BgClassName
{
background-color: #DA817B;
}
</style>
border-color css
<style>
span { border-color: #DA817B; }
span { border-color: rgb(218,129,123); }
td.TdClassName
{
border-color: #DA817B;
}
.TagClassName
{
border-color: #DA817B;
}
</style>