Html Css Color HEX #D57E7A Sea Pink

📋 copy color: '#D57E7A'

red 213 ◦ green 126 ◦ blue 122

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

Shades of Sea Pink #D57E7A

Tints of Sea Pink #D57E7A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.33%

 BLUE value IS 122 (48.05% from 255) = 26.46%

R = 46.2%
G = 27.33%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D57E7A (or 0xD57E7A) is known color: Sea Pink. HEX triplet: D5, 7E and 7A. RGB value is (213,126,122). Sum of RGB (Red+Green+Blue) = 213+126+122=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57E7A is #2A8185. Grayscale: #979797. Windows color (decimal): -2785670 or 8027861. OLE color: 8027861.

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

Color convert

RGB 213 126 122 -
CMYK 0 0.41 0.43 0.16
HSL 2.64º 0.52% 0.66% -
HSV(B) 2.64º 0.43% 0.84% -
XYZ 38.41 30.47 22.27 -
YUV 151.56 111.32 171.83 -
System Red Green Blue C M Y K H S L
Decimal 213 126 122 0 0.41 0.43 0.16 2.64 0.52 0.66
Hex D5 7E 7A 0 29 2B 10 3 34 42
Octal 325 176 172 0 51 53 20 3 64 102
Binary 11010101 1111110 1111010 0 101001 101011 10000 11 110100 1000010

Color Harmonies of #D57E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57E7A

Black with #D57E7A

Text Example


Text Example

White with #D57E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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