Shades of Sea Pink #D2807A
Tints of Sea Pink #D2807A
RGB
CMYK
RGB Variations
Color information
#D2807A (or 0xD2807A) is known color: Sea Pink. HEX triplet: D2, 80 and 7A. RGB value is (210,128,122). Sum of RGB (Red+Green+Blue) = 210+128+122=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D2807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2807A is #2D7F85. Grayscale: #979797. Windows color (decimal): -2981766 or 8028370. OLE color: 8028370.
HSL color Cylindrical-coordinate representation of color #D2807A: hue angle of 4.09º 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 #D2807A is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 122 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.18 |
| HSL | 4.09º | 0.49% | 0.65% | - |
| HSV(B) | 4.09º | 0.42% | 0.82% | - |
| XYZ | 37.81 | 30.55 | 22.32 | - |
| YUV | 151.83 | 111.17 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 122 | 0 | 0.39 | 0.42 | 0.18 | 4.09 | 0.49 | 0.65 |
| Hex | D2 | 80 | 7A | 0 | 27 | 2A | 12 | 4 | 31 | 41 |
| Octal | 322 | 200 | 172 | 0 | 47 | 52 | 22 | 4 | 61 | 101 |
| Binary | 11010010 | 10000000 | 1111010 | 0 | 100111 | 101010 | 10010 | 100 | 110001 | 1000001 |
Color Harmonies of #D2807A
Complementary color
Monochromatic Colors of #D2807A
Black with #D2807A
Text Example
Text Example
White with #D2807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2807A; }
p { color: rgb(210,128,122); }
H1.HeaderClassName
{
color: #D2807A;
}
.AnyTagClassName
{
color: #D2807A;
}
</style>
background-color css
<style>
a { background-color: #D2807A; }
a { background-color: rgb(210,128,122); }
div.DivClassName
{
background-color: #D2807A;
}
.BgClassName
{
background-color: #D2807A;
}
</style>
border-color css
<style>
span { border-color: #D2807A; }
span { border-color: rgb(210,128,122); }
td.TdClassName
{
border-color: #D2807A;
}
.TagClassName
{
border-color: #D2807A;
}
</style>