#DD807C

Color #DD807C Sea Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Pink #DD807C

Tints of Sea Pink #DD807C

Color information

#DD807C (or 0xDD807C) is unknown color: approx Sea Pink. HEX triplet: DD, 80 and 7C. RGB value is (221,128,124). Sum of RGB (Red+Green+Blue) = 221+128+124=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD807C is #227F83. Grayscale: #9B9B9B. Windows color (decimal): -2260868 or 8159453. OLE color: 8159453.

HSL color Cylindrical-coordinate representation of color #DD807C: hue angle of 2.47º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD807C is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB221128124-
CMYK00.420.440.13
HSL2.47º58.79%67.65%-
HSV(B)2.47º43.89%86.67%-
XYZ41.1832.2723.13-
YUV155.35110.31174.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 46.72%
GREEN value IS 128 (50.39% from 255) = 27.06%
BLUE value IS 124 (48.83% from 255) = 26.22%
R=46.72%
G=27.06%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112812400.420.440.132.4758.7967.65
HexDD807C02A2CD23b44
Octal3352001740525415273104
Binary1101110110000000111110001010101011001101101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD807C; }

 p { color: rgb(221,128,124); }

 H1.HeaderClassName
 {
   color: #DD807C;
 }
 .AnyTagClassName
 {
   color: #DD807C;
 }
</style>
background-color css

<style>
 a { background-color: #DD807C; }

 a { background-color: rgb(221,128,124); }

 div.DivClassName
 {
   background-color: #DD807C;
 }
 .BgClassName
 {
   background-color: #DD807C;
 }
</style>
border-color css

<style>
 span { border-color: #DD807C; }

 span { border-color: rgb(221,128,124); }

 td.TdClassName
 {
   border-color: #DD807C;
 }
 .TagClassName
 {
   border-color: #DD807C;
 }
</style>