#D57271

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

Shades of Sea Pink #D57271

Tints of Sea Pink #D57271

Color information

#D57271 (or 0xD57271) is unknown color: approx Sea Pink. HEX triplet: D5, 72 and 71. RGB value is (213,114,113). Sum of RGB (Red+Green+Blue) = 213+114+113=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D57271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57271 is #2A8D8E. Grayscale: #8F8F8F. Windows color (decimal): -2788751 or 7434965. OLE color: 7434965.

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

Color convert

RGB213114113-
CMYK00.460.470.16
HSL0.6º54.35%63.92%-
HSV(B)0.6º46.95%83.53%-
XYZ36.4427.3718.99-
YUV143.49110.8177.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.41%
GREEN value IS 114 (44.92% from 255) = 25.91%
BLUE value IS 113 (44.53% from 255) = 25.68%
R=48.41%
G=25.91%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311411300.460.470.160.654.3563.92
HexD5727102E2F1013640
Octal3251621610565720166100
Binary110101011110010111000101011101011111000011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57271; }

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

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

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

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

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

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

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

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