Html Css Color HEX #D57D7B Sea Pink

📋 copy color: '#D57D7B'

red 213 ◦ green 125 ◦ blue 123

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

Shades of Sea Pink #D57D7B

Tints of Sea Pink #D57D7B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.11%

 BLUE value IS 123 (48.44% from 255) = 26.68%

R = 46.2%
G = 27.11%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D57D7B (or 0xD57D7B) is known color: Sea Pink. HEX triplet: D5, 7D and 7B. RGB value is (213,125,123). Sum of RGB (Red+Green+Blue) = 213+125+123=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57D7B is #2A8284. Grayscale: #979797. Windows color (decimal): -2785925 or 8093141. OLE color: 8093141.

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

Color convert

RGB 213 125 123 -
CMYK 0 0.41 0.42 0.16
HSL 1.33º 0.52% 0.66% -
HSV(B) 1.33º 0.42% 0.84% -
XYZ 38.35 30.24 22.56 -
YUV 151.08 112.15 172.16 -
System Red Green Blue C M Y K H S L
Decimal 213 125 123 0 0.41 0.42 0.16 1.33 0.52 0.66
Hex D5 7D 7B 0 29 2A 10 1 34 42
Octal 325 175 173 0 51 52 20 1 64 102
Binary 11010101 1111101 1111011 0 101001 101010 10000 1 110100 1000010

Color Harmonies of #D57D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57D7B

Black with #D57D7B

Text Example


Text Example

White with #D57D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57D7B; }

 p { color: rgb(213,125,123); }

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

background-color css

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

 a { background-color: rgb(213,125,123); }

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

border-color css

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

 span { border-color: rgb(213,125,123); }

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