Html Css Color HEX #D57371 Sea Pink

📋 copy color: '#D57371'

red 213 ◦ green 115 ◦ blue 113

#D57371
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Pink #D57371

Tints of Sea Pink #D57371

RGB

 RED value IS 213 (83.59% from 255) = 48.3%

 GREEN value IS 115 (45.31% from 255) = 26.08%

 BLUE value IS 113 (44.53% from 255) = 25.62%

R = 48.3%
G = 26.08%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D57371 (or 0xD57371) is known color: Sea Pink. HEX triplet: D5, 73 and 71. RGB value is (213,115,113). Sum of RGB (Red+Green+Blue) = 213+115+113=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D57371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57371 is #2A8C8E. Grayscale: #909090. Windows color (decimal): -2788495 or 7435221. OLE color: 7435221.

HSL color Cylindrical-coordinate representation of color #D57371: hue angle of 1.2º 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 #D57371 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 115 113 -
CMYK 0 0.46 0.47 0.16
HSL 1.2º 0.54% 0.64% -
HSV(B) 1.2º 0.47% 0.84% -
XYZ 36.55 27.6 19.02 -
YUV 144.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 213 115 113 0 0.46 0.47 0.16 1.2 0.54 0.64
Hex D5 73 71 0 2E 2F 10 1 36 40
Octal 325 163 161 0 56 57 20 1 66 100
Binary 11010101 1110011 1110001 0 101110 101111 10000 1 110110 1000000

Color Harmonies of #D57371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57371

Black with #D57371

Text Example


Text Example

White with #D57371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57371; }

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

 H1.HeaderClassName
 {
   color: #D57371;
 }
 .AnyTagClassName
 {
   color: #D57371;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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