#D57A74

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

Shades of Sea Pink #D57A74

Tints of Sea Pink #D57A74

Color information

#D57A74 (or 0xD57A74) is unknown color: approx Sea Pink. HEX triplet: D5, 7A and 74. RGB value is (213,122,116). Sum of RGB (Red+Green+Blue) = 213+122+116=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57A74 is #2A858B. Grayscale: #949494. Windows color (decimal): -2786700 or 7633621. OLE color: 7633621.

HSL color Cylindrical-coordinate representation of color #D57A74: hue angle of 3.71º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D57A74 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB213122116-
CMYK00.430.460.16
HSL3.71º53.59%64.51%-
HSV(B)3.71º45.54%83.53%-
XYZ37.5529.3320.2-
YUV148.52109.65173.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.23%
GREEN value IS 122 (48.05% from 255) = 27.05%
BLUE value IS 116 (45.70% from 255) = 25.72%
R=47.23%
G=27.05%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312211600.430.460.163.7153.5964.51
HexD57A7402B2E1043641
Octal3251721640535620466101
Binary11010101111101011101000101011101110100001001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57A74; }

 p { color: rgb(213,122,116); }

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

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

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

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

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

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

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