Html Css Color HEX #D57A74 Sea Pink

📋 copy color: '#D57A74'

red 213 ◦ green 122 ◦ blue 116

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

Shades of Sea Pink #D57A74

Tints of Sea Pink #D57A74

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.05%

 BLUE value IS 116 (45.7% from 255) = 25.72%

R = 47.23%
G = 27.05%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D57A74 (or 0xD57A74) is known color: Sea Pink. HEX triplet: D5, 7A and 74. RGB value is (213,122,116). Sum of RGB (Red+Green+Blue) = 213+122+116=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57A74 is #2A858B. Grayscale: #949494. Windows color (decimal): -2786700 or 7633621. OLE color: 7633621.

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

Color convert

RGB 213 122 116 -
CMYK 0 0.43 0.46 0.16
HSL 3.71º 0.54% 0.65% -
HSV(B) 3.71º 0.46% 0.84% -
XYZ 37.55 29.33 20.2 -
YUV 148.53 109.65 173.99 -
System Red Green Blue C M Y K H S L
Decimal 213 122 116 0 0.43 0.46 0.16 3.71 0.54 0.65
Hex D5 7A 74 0 2B 2E 10 4 36 41
Octal 325 172 164 0 53 56 20 4 66 101
Binary 11010101 1111010 1110100 0 101011 101110 10000 100 110110 1000001

Color Harmonies of #D57A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57A74

Black with #D57A74

Text Example


Text Example

White with #D57A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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