Shades of Sea Pink #DE7B7B
Tints of Sea Pink #DE7B7B
RGB
CMYK
RGB Variations
Color information
#DE7B7B (or 0xDE7B7B) is known color: Sea Pink. HEX triplet: DE, 7B and 7B. RGB value is (222,123,123). Sum of RGB (Red+Green+Blue) = 222+123+123=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7B7B is #218484. Grayscale: #989898. Windows color (decimal): -2196613 or 8092638. OLE color: 8092638.
HSL color Cylindrical-coordinate representation of color #DE7B7B: hue angle of 0º degrees, saturation: 0.6, 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 #DE7B7B is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 123 | 123 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.13 |
| HSL | 0º | 0.6% | 0.68% | - |
| HSV(B) | 0º | 0.45% | 0.87% | - |
| XYZ | 40.78 | 31.13 | 22.6 | - |
| YUV | 152.6 | 111.3 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 123 | 123 | 0 | 0.45 | 0.45 | 0.13 | 0 | 0.6 | 0.68 |
| Hex | DE | 7B | 7B | 0 | 2D | 2D | D | 0 | 3C | 44 |
| Octal | 336 | 173 | 173 | 0 | 55 | 55 | 15 | 0 | 74 | 104 |
| Binary | 11011110 | 1111011 | 1111011 | 0 | 101101 | 101101 | 1101 | 0 | 111100 | 1000100 |
Color Harmonies of #DE7B7B
Complementary color
Monochromatic Colors of #DE7B7B
Black with #DE7B7B
Text Example
Text Example
White with #DE7B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7B7B; }
p { color: rgb(222,123,123); }
H1.HeaderClassName
{
color: #DE7B7B;
}
.AnyTagClassName
{
color: #DE7B7B;
}
</style>
background-color css
<style>
a { background-color: #DE7B7B; }
a { background-color: rgb(222,123,123); }
div.DivClassName
{
background-color: #DE7B7B;
}
.BgClassName
{
background-color: #DE7B7B;
}
</style>
border-color css
<style>
span { border-color: #DE7B7B; }
span { border-color: rgb(222,123,123); }
td.TdClassName
{
border-color: #DE7B7B;
}
.TagClassName
{
border-color: #DE7B7B;
}
</style>