#dd7e7c

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

Shades of Sea Pink #DD7E7C

Tints of Sea Pink #DD7E7C

Color information

#DD7E7C (or 0xDD7E7C) is unknown color: approx Sea Pink. HEX triplet: DD, 7E and 7C. RGB value is (221,126,124). Sum of RGB (Red+Green+Blue) = 221+126+124=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E7C is #228183. Grayscale: #9A9A9A. Windows color (decimal): -2261380 or 8158941. OLE color: 8158941.

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

Color convert

RGB221126124-
CMYK00.430.440.13
HSL1.24º58.79%67.65%-
HSV(B)1.24º43.89%86.67%-
XYZ40.9231.7523.04-
YUV154.18110.97175.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.92%
GREEN value IS 126 (49.61% from 255) = 26.75%
BLUE value IS 124 (48.83% from 255) = 26.33%
R=46.92%
G=26.75%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112612400.430.440.131.2458.7967.65
HexDD7E7C02B2CD13b44
Octal3351761740535415173104
Binary11011101111111011111000101011101100110111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd7e7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd7e7c; }

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

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

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

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

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

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

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

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