Html Css Color HEX #D57F7E Sea Pink

📋 copy color: '#D57F7E'

red 213 ◦ green 127 ◦ blue 126

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

Shades of Sea Pink #D57F7E

Tints of Sea Pink #D57F7E

RGB

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

 GREEN value IS 127 (50% from 255) = 27.25%

 BLUE value IS 126 (49.61% from 255) = 27.04%

R = 45.71%
G = 27.25%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D57F7E (or 0xD57F7E) is known color: Sea Pink. HEX triplet: D5, 7F and 7E. RGB value is (213,127,126). Sum of RGB (Red+Green+Blue) = 213+127+126=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57F7E is #2A8081. Grayscale: #989898. Windows color (decimal): -2785410 or 8290261. OLE color: 8290261.

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

Color convert

RGB 213 127 126 -
CMYK 0 0.40 0.41 0.16
HSL 0.69º 0.51% 0.66% -
HSV(B) 0.69º 0.41% 0.84% -
XYZ 38.8 30.83 23.64 -
YUV 152.6 112.99 171.08 -
System Red Green Blue C M Y K H S L
Decimal 213 127 126 0 0.40 0.41 0.16 0.69 0.51 0.66
Hex D5 7F 7E 0 28 29 10 1 33 42
Octal 325 177 176 0 50 51 20 1 63 102
Binary 11010101 1111111 1111110 0 101000 101001 10000 1 110011 1000010

Color Harmonies of #D57F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57F7E

Black with #D57F7E

Text Example


Text Example

White with #D57F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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