Html Css Color HEX #D57775 Sea Pink

📋 copy color: '#D57775'

red 213 ◦ green 119 ◦ blue 117

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

Shades of Sea Pink #D57775

Tints of Sea Pink #D57775

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.5%

 BLUE value IS 117 (46.09% from 255) = 26.06%

R = 47.44%
G = 26.5%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D57775 (or 0xD57775) is known color: Sea Pink. HEX triplet: D5, 77 and 75. RGB value is (213,119,117). Sum of RGB (Red+Green+Blue) = 213+119+117=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D57775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57775 is #2A888A. Grayscale: #929292. Windows color (decimal): -2787467 or 7698389. OLE color: 7698389.

HSL color Cylindrical-coordinate representation of color #D57775: hue angle of 1.25º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D57775 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 119 117 -
CMYK 0 0.44 0.45 0.16
HSL 1.25º 0.53% 0.65% -
HSV(B) 1.25º 0.45% 0.84% -
XYZ 37.25 28.62 20.39 -
YUV 146.88 111.14 175.16 -
System Red Green Blue C M Y K H S L
Decimal 213 119 117 0 0.44 0.45 0.16 1.25 0.53 0.65
Hex D5 77 75 0 2C 2D 10 1 35 41
Octal 325 167 165 0 54 55 20 1 65 101
Binary 11010101 1110111 1110101 0 101100 101101 10000 1 110101 1000001

Color Harmonies of #D57775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57775

Black with #D57775

Text Example


Text Example

White with #D57775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57775; }

 p { color: rgb(213,119,117); }

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

background-color css

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

 a { background-color: rgb(213,119,117); }

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

border-color css

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

 span { border-color: rgb(213,119,117); }

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