#DD827C

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

Shades of Sea Pink #DD827C

Tints of Sea Pink #DD827C

Color information

#DD827C (or 0xDD827C) is unknown color: approx Sea Pink. HEX triplet: DD, 82 and 7C. RGB value is (221,130,124). Sum of RGB (Red+Green+Blue) = 221+130+124=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD827C is #227D83. Grayscale: #9C9C9C. Windows color (decimal): -2260356 or 8159965. OLE color: 8159965.

HSL color Cylindrical-coordinate representation of color #DD827C: hue angle of 3.71º 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 #DD827C is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB221130124-
CMYK00.410.440.13
HSL3.71º58.79%67.65%-
HSV(B)3.71º43.89%86.67%-
XYZ41.4432.7923.21-
YUV156.52109.65173.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.53%
GREEN value IS 130 (51.17% from 255) = 27.37%
BLUE value IS 124 (48.83% from 255) = 26.11%
R=46.53%
G=27.37%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113012400.410.440.133.7158.7967.65
HexDD827C0292CD43b44
Octal3352021740515415473104
Binary11011101100000101111100010100110110011011001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD827C; }

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

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

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

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

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

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

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

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