#D37571

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

Shades of Sea Pink #D37571

Tints of Sea Pink #D37571

Color information

#D37571 (or 0xD37571) is unknown color: approx Sea Pink. HEX triplet: D3, 75 and 71. RGB value is (211,117,113). Sum of RGB (Red+Green+Blue) = 211+117+113=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D37571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37571 is #2C8A8E. Grayscale: #909090. Windows color (decimal): -2919055 or 7435731. OLE color: 7435731.

HSL color Cylindrical-coordinate representation of color #D37571: hue angle of 2.45º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D37571 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB211117113-
CMYK00.450.460.17
HSL2.45º52.69%63.53%-
HSV(B)2.45º46.45%82.75%-
XYZ36.2127.7619.07-
YUV144.65110.14175.33-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.85%
GREEN value IS 117 (46.09% from 255) = 26.53%
BLUE value IS 113 (44.53% from 255) = 25.62%
R=47.85%
G=26.53%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111711300.450.460.172.4552.6963.53
HexD3757102D2E1123540
Octal3231651610555621265100
Binary1101001111101011110001010110110111010001101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37571; }

 p { color: rgb(211,117,113); }

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

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

 a { background-color: rgb(211,117,113); }

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

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

 span { border-color: rgb(211,117,113); }

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