Html Css Color HEX #D57C7C Sea Pink

📋 copy color: '#D57C7C'

red 213 ◦ green 124 ◦ blue 124

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

Shades of Sea Pink #D57C7C

Tints of Sea Pink #D57C7C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.9%

 BLUE value IS 124 (48.83% from 255) = 26.9%

R = 46.2%
G = 26.9%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D57C7C (or 0xD57C7C) is known color: Sea Pink. HEX triplet: D5, 7C and 7C. RGB value is (213,124,124). Sum of RGB (Red+Green+Blue) = 213+124+124=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57C7C is #2A8383. Grayscale: #969696. Windows color (decimal): -2786180 or 8158421. OLE color: 8158421.

HSL color Cylindrical-coordinate representation of color #D57C7C: hue angle of 0º degrees, saturation: 0.51, 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 #D57C7C is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 124 124 -
CMYK 0 0.42 0.42 0.16
HSL 0.51% 0.66% -
HSV(B) 0.42% 0.84% -
XYZ 38.29 30.02 22.84 -
YUV 150.61 112.99 172.5 -
System Red Green Blue C M Y K H S L
Decimal 213 124 124 0 0.42 0.42 0.16 0 0.51 0.66
Hex D5 7C 7C 0 2A 2A 10 0 33 42
Octal 325 174 174 0 52 52 20 0 63 102
Binary 11010101 1111100 1111100 0 101010 101010 10000 0 110011 1000010

Color Harmonies of #D57C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57C7C

Black with #D57C7C

Text Example


Text Example

White with #D57C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57C7C; }

 p { color: rgb(213,124,124); }

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

background-color css

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

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

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

border-color css

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

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

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