#DD7D7D

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

Shades of Sea Pink #DD7D7D

Tints of Sea Pink #DD7D7D

Color information

#DD7D7D (or 0xDD7D7D) is unknown color: approx Sea Pink. HEX triplet: DD, 7D and 7D. RGB value is (221,125,125). Sum of RGB (Red+Green+Blue) = 221+125+125=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D7D is #228282. Grayscale: #999999. Windows color (decimal): -2261635 or 8224221. OLE color: 8224221.

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

Color convert

RGB221125125-
CMYK00.430.430.13
HSL58.54%67.84%-
HSV(B)43.44%86.67%-
XYZ40.8531.5223.33-
YUV153.7111.8176-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.92%
GREEN value IS 125 (49.22% from 255) = 26.54%
BLUE value IS 125 (49.22% from 255) = 26.54%
R=46.92%
G=26.54%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112512500.430.430.13058.5467.84
HexDD7D7D02B2BD03b44
Octal3351751750535315073104
Binary11011101111110111111010101011101011110101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7D7D; }

 p { color: rgb(221,125,125); }

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

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

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

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

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

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

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