#DD7A7A

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

Shades of Sea Pink #DD7A7A

Tints of Sea Pink #DD7A7A

Color information

#DD7A7A (or 0xDD7A7A) is unknown color: approx Sea Pink. HEX triplet: DD, 7A and 7A. RGB value is (221,122,122). Sum of RGB (Red+Green+Blue) = 221+122+122=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A7A is #228585. Grayscale: #979797. Windows color (decimal): -2262406 or 8026845. OLE color: 8026845.

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

Color convert

RGB221122122-
CMYK00.450.450.13
HSL59.28%67.25%-
HSV(B)44.8%86.67%-
XYZ40.2930.722.21-
YUV151.6111.3177.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.53%
GREEN value IS 122 (48.05% from 255) = 26.24%
BLUE value IS 122 (48.05% from 255) = 26.24%
R=47.53%
G=26.24%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112212200.450.450.13059.2867.25
HexDD7A7A02D2DD03b43
Octal3351721720555515073103
Binary11011101111101011110100101101101101110101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7A7A; }

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

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

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

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

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

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

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

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