#D57D7A

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

Shades of Sea Pink #D57D7A

Tints of Sea Pink #D57D7A

Color information

#D57D7A (or 0xD57D7A) is unknown color: approx Sea Pink. HEX triplet: D5, 7D and 7A. RGB value is (213,125,122). Sum of RGB (Red+Green+Blue) = 213+125+122=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57D7A is #2A8285. Grayscale: #979797. Windows color (decimal): -2785926 or 8027605. OLE color: 8027605.

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

Color convert

RGB213125122-
CMYK00.410.430.16
HSL1.98º52%65.69%-
HSV(B)1.98º42.72%83.53%-
XYZ38.2930.2222.23-
YUV150.97111.65172.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.30%
GREEN value IS 125 (49.22% from 255) = 27.17%
BLUE value IS 122 (48.05% from 255) = 26.52%
R=46.30%
G=27.17%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312512200.410.430.161.985265.69
HexD57D7A0292B1023442
Octal3251751720515320264102
Binary1101010111111011111010010100110101110000101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57D7A; }

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

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

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

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

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

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

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

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