#D57372

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

Shades of Sea Pink #D57372

Tints of Sea Pink #D57372

Color information

#D57372 (or 0xD57372) is unknown color: approx Sea Pink. HEX triplet: D5, 73 and 72. RGB value is (213,115,114). Sum of RGB (Red+Green+Blue) = 213+115+114=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D57372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57372 is #2A8C8D. Grayscale: #909090. Windows color (decimal): -2788494 or 7500757. OLE color: 7500757.

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

Color convert

RGB213115114-
CMYK00.460.460.16
HSL0.61º54.1%64.12%-
HSV(B)0.61º46.48%83.53%-
XYZ36.6127.6219.32-
YUV144.19110.97177.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.19%
GREEN value IS 115 (45.31% from 255) = 26.02%
BLUE value IS 114 (44.92% from 255) = 25.79%
R=48.19%
G=26.02%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311511400.460.460.160.6154.164.12
HexD5737202E2E1013640
Octal3251631620565620166100
Binary110101011110011111001001011101011101000011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57372; }

 p { color: rgb(213,115,114); }

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

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

 a { background-color: rgb(213,115,114); }

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

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

 span { border-color: rgb(213,115,114); }

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