Html Css Color HEX #D57471 Sea Pink

📋 copy color: '#D57471'

red 213 ◦ green 116 ◦ blue 113

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

Shades of Sea Pink #D57471

Tints of Sea Pink #D57471

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.24%

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

R = 48.19%
G = 26.24%
B = 25.57%

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

#D57471 (or 0xD57471) is known color: Sea Pink. HEX triplet: D5, 74 and 71. RGB value is (213,116,113). Sum of RGB (Red+Green+Blue) = 213+116+113=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D57471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57471 is #2A8B8E. Grayscale: #909090. Windows color (decimal): -2788239 or 7435477. OLE color: 7435477.

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

Color convert

RGB 213 116 113 -
CMYK 0 0.46 0.47 0.16
HSL 1.8º 0.54% 0.64% -
HSV(B) 1.8º 0.47% 0.84% -
XYZ 36.67 27.83 19.06 -
YUV 144.66 110.14 176.74 -
System Red Green Blue C M Y K H S L
Decimal 213 116 113 0 0.46 0.47 0.16 1.8 0.54 0.64
Hex D5 74 71 0 2E 2F 10 2 36 40
Octal 325 164 161 0 56 57 20 2 66 100
Binary 11010101 1110100 1110001 0 101110 101111 10000 10 110110 1000000

Color Harmonies of #D57471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57471

Black with #D57471

Text Example


Text Example

White with #D57471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57471; }

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

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

background-color css

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

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

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

border-color css

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

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

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