Shades of Sea Pink #DF7B7A
Tints of Sea Pink #DF7B7A
RGB
CMYK
RGB Variations
Color information
#DF7B7A (or 0xDF7B7A) is known color: Sea Pink. HEX triplet: DF, 7B and 7A. RGB value is (223,123,122). Sum of RGB (Red+Green+Blue) = 223+123+122=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7B7A is #208485. Grayscale: #989898. Windows color (decimal): -2131078 or 8027103. OLE color: 8027103.
HSL color Cylindrical-coordinate representation of color #DF7B7A: hue angle of 0.59º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7B7A is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 122 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.13 |
| HSL | 0.59º | 0.61% | 0.68% | - |
| HSV(B) | 0.59º | 0.45% | 0.87% | - |
| XYZ | 41.03 | 31.26 | 22.28 | - |
| YUV | 152.79 | 110.63 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 122 | 0 | 0.45 | 0.45 | 0.13 | 0.59 | 0.61 | 0.68 |
| Hex | DF | 7B | 7A | 0 | 2D | 2D | D | 1 | 3D | 44 |
| Octal | 337 | 173 | 172 | 0 | 55 | 55 | 15 | 1 | 75 | 104 |
| Binary | 11011111 | 1111011 | 1111010 | 0 | 101101 | 101101 | 1101 | 1 | 111101 | 1000100 |
Color Harmonies of #DF7B7A
Complementary color
Monochromatic Colors of #DF7B7A
Black with #DF7B7A
Text Example
Text Example
White with #DF7B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7B7A; }
p { color: rgb(223,123,122); }
H1.HeaderClassName
{
color: #DF7B7A;
}
.AnyTagClassName
{
color: #DF7B7A;
}
</style>
background-color css
<style>
a { background-color: #DF7B7A; }
a { background-color: rgb(223,123,122); }
div.DivClassName
{
background-color: #DF7B7A;
}
.BgClassName
{
background-color: #DF7B7A;
}
</style>
border-color css
<style>
span { border-color: #DF7B7A; }
span { border-color: rgb(223,123,122); }
td.TdClassName
{
border-color: #DF7B7A;
}
.TagClassName
{
border-color: #DF7B7A;
}
</style>