#D57975

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

Shades of Sea Pink #D57975

Tints of Sea Pink #D57975

Color information

#D57975 (or 0xD57975) is unknown color: approx Sea Pink. HEX triplet: D5, 79 and 75. RGB value is (213,121,117). Sum of RGB (Red+Green+Blue) = 213+121+117=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D57975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57975 is #2A868A. Grayscale: #949494. Windows color (decimal): -2786955 or 7698901. OLE color: 7698901.

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

Color convert

RGB213121117-
CMYK00.430.450.16
HSL2.5º53.33%64.71%-
HSV(B)2.5º45.07%83.53%-
XYZ37.4929.1120.47-
YUV148.05110.48174.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.23%
GREEN value IS 121 (47.66% from 255) = 26.83%
BLUE value IS 117 (46.09% from 255) = 25.94%
R=47.23%
G=26.83%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312111700.430.450.162.553.3364.71
HexD5797502B2D1033541
Octal3251711650535520365101
Binary1101010111110011110101010101110110110000111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57975; }

 p { color: rgb(213,121,117); }

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

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

 a { background-color: rgb(213,121,117); }

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

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

 span { border-color: rgb(213,121,117); }

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