Shades of Sea Pink #D67B7A
Tints of Sea Pink #D67B7A
RGB
CMYK
RGB Variations
Color information
#D67B7A (or 0xD67B7A) is known color: Sea Pink. HEX triplet: D6, 7B and 7A. RGB value is (214,123,122). Sum of RGB (Red+Green+Blue) = 214+123+122=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67B7A is #298485. Grayscale: #969696. Windows color (decimal): -2720902 or 8027094. OLE color: 8027094.
HSL color Cylindrical-coordinate representation of color #D67B7A: hue angle of 0.65º degrees, saturation: 0.53, 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 #D67B7A is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 123 | 122 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.16 |
| HSL | 0.65º | 0.53% | 0.66% | - |
| HSV(B) | 0.65º | 0.43% | 0.84% | - |
| XYZ | 38.33 | 29.87 | 22.16 | - |
| YUV | 150.1 | 112.15 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 122 | 0 | 0.43 | 0.43 | 0.16 | 0.65 | 0.53 | 0.66 |
| Hex | D6 | 7B | 7A | 0 | 2B | 2B | 10 | 1 | 35 | 42 |
| Octal | 326 | 173 | 172 | 0 | 53 | 53 | 20 | 1 | 65 | 102 |
| Binary | 11010110 | 1111011 | 1111010 | 0 | 101011 | 101011 | 10000 | 1 | 110101 | 1000010 |
Color Harmonies of #D67B7A
Complementary color
Monochromatic Colors of #D67B7A
Black with #D67B7A
Text Example
Text Example
White with #D67B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67B7A; }
p { color: rgb(214,123,122); }
H1.HeaderClassName
{
color: #D67B7A;
}
.AnyTagClassName
{
color: #D67B7A;
}
</style>
background-color css
<style>
a { background-color: #D67B7A; }
a { background-color: rgb(214,123,122); }
div.DivClassName
{
background-color: #D67B7A;
}
.BgClassName
{
background-color: #D67B7A;
}
</style>
border-color css
<style>
span { border-color: #D67B7A; }
span { border-color: rgb(214,123,122); }
td.TdClassName
{
border-color: #D67B7A;
}
.TagClassName
{
border-color: #D67B7A;
}
</style>