#DD7D7B

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

Shades of Sea Pink #DD7D7B

Tints of Sea Pink #DD7D7B

Color information

#DD7D7B (or 0xDD7D7B) is unknown color: approx Sea Pink. HEX triplet: DD, 7D and 7B. RGB value is (221,125,123). Sum of RGB (Red+Green+Blue) = 221+125+123=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D7B is #228284. Grayscale: #999999. Windows color (decimal): -2261637 or 8093149. OLE color: 8093149.

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

Color convert

RGB221125123-
CMYK00.430.440.13
HSL1.22º59.04%67.45%-
HSV(B)1.22º44.34%86.67%-
XYZ40.7331.4722.67-
YUV153.48110.8176.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.12%
GREEN value IS 125 (49.22% from 255) = 26.65%
BLUE value IS 123 (48.44% from 255) = 26.23%
R=47.12%
G=26.65%
B=26.23%

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
Decimal22112512300.430.440.131.2259.0467.45
HexDD7D7B02B2CD13b43
Octal3351751730535415173103
Binary11011101111110111110110101011101100110111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7D7B; }

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

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

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

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

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

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

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

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