Shades of Sea Pink #DA7B7B
Tints of Sea Pink #DA7B7B
RGB
CMYK
RGB Variations
Color information
#DA7B7B (or 0xDA7B7B) is known color: Sea Pink. HEX triplet: DA, 7B and 7B. RGB value is (218,123,123). Sum of RGB (Red+Green+Blue) = 218+123+123=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B7B is #258484. Grayscale: #979797. Windows color (decimal): -2458757 or 8092634. OLE color: 8092634.
HSL color Cylindrical-coordinate representation of color #DA7B7B: hue angle of 0º 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 #DA7B7B is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 123 | 123 | - |
CMYK | 0 | 0.44 | 0.44 | 0.15 |
HSL | 0º | 0.56% | 0.67% | - |
HSV(B) | 0º | 0.44% | 0.85% | - |
XYZ | 39.57 | 30.5 | 22.54 | - |
YUV | 151.41 | 111.97 | 175.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 123 | 123 | 0 | 0.44 | 0.44 | 0.15 | 0 | 0.56 | 0.67 |
Hex | DA | 7B | 7B | 0 | 2C | 2C | F | 0 | 38 | 43 |
Octal | 332 | 173 | 173 | 0 | 54 | 54 | 17 | 0 | 70 | 103 |
Binary | 11011010 | 1111011 | 1111011 | 0 | 101100 | 101100 | 1111 | 0 | 111000 | 1000011 |
Color Harmonies of #DA7B7B
Complementary color
Monochromatic Colors of #DA7B7B
Black with #DA7B7B
Text Example
Text Example
White with #DA7B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7B7B; }
p { color: rgb(218,123,123); }
H1.HeaderClassName
{
color: #DA7B7B;
}
.AnyTagClassName
{
color: #DA7B7B;
}
</style>
background-color css
<style>
a { background-color: #DA7B7B; }
a { background-color: rgb(218,123,123); }
div.DivClassName
{
background-color: #DA7B7B;
}
.BgClassName
{
background-color: #DA7B7B;
}
</style>
border-color css
<style>
span { border-color: #DA7B7B; }
span { border-color: rgb(218,123,123); }
td.TdClassName
{
border-color: #DA7B7B;
}
.TagClassName
{
border-color: #DA7B7B;
}
</style>