Shades of Sea Pink #D27B7A
Tints of Sea Pink #D27B7A
RGB
CMYK
RGB Variations
Color information
#D27B7A (or 0xD27B7A) is known color: Sea Pink. HEX triplet: D2, 7B and 7A. RGB value is (210,123,122). Sum of RGB (Red+Green+Blue) = 210+123+122=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27B7A is #2D8485. Grayscale: #949494. Windows color (decimal): -2983046 or 8027090. OLE color: 8027090.
HSL color Cylindrical-coordinate representation of color #D27B7A: hue angle of 0.68º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D27B7A is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 123 | 122 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.18 |
| HSL | 0.68º | 0.49% | 0.65% | - |
| HSV(B) | 0.68º | 0.42% | 0.82% | - |
| XYZ | 37.17 | 29.27 | 22.1 | - |
| YUV | 148.9 | 112.82 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 123 | 122 | 0 | 0.41 | 0.42 | 0.18 | 0.68 | 0.49 | 0.65 |
| Hex | D2 | 7B | 7A | 0 | 29 | 2A | 12 | 1 | 31 | 41 |
| Octal | 322 | 173 | 172 | 0 | 51 | 52 | 22 | 1 | 61 | 101 |
| Binary | 11010010 | 1111011 | 1111010 | 0 | 101001 | 101010 | 10010 | 1 | 110001 | 1000001 |
Color Harmonies of #D27B7A
Complementary color
Monochromatic Colors of #D27B7A
Black with #D27B7A
Text Example
Text Example
White with #D27B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27B7A; }
p { color: rgb(210,123,122); }
H1.HeaderClassName
{
color: #D27B7A;
}
.AnyTagClassName
{
color: #D27B7A;
}
</style>
background-color css
<style>
a { background-color: #D27B7A; }
a { background-color: rgb(210,123,122); }
div.DivClassName
{
background-color: #D27B7A;
}
.BgClassName
{
background-color: #D27B7A;
}
</style>
border-color css
<style>
span { border-color: #D27B7A; }
span { border-color: rgb(210,123,122); }
td.TdClassName
{
border-color: #D27B7A;
}
.TagClassName
{
border-color: #D27B7A;
}
</style>