Html Css Color HEX #D57E7E Sea Pink

📋 copy color: '#D57E7E'

red 213 ◦ green 126 ◦ blue 126

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

Shades of Sea Pink #D57E7E

Tints of Sea Pink #D57E7E

RGB

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

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

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

R = 45.81%
G = 27.1%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D57E7E (or 0xD57E7E) is known color: Sea Pink. HEX triplet: D5, 7E and 7E. RGB value is (213,126,126). Sum of RGB (Red+Green+Blue) = 213+126+126=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57E7E is #2A8181. Grayscale: #989898. Windows color (decimal): -2785666 or 8290005. OLE color: 8290005.

HSL color Cylindrical-coordinate representation of color #D57E7E: 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.41%. Process color model (Four color, CMYK) of #D57E7E is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 126 126 -
CMYK 0 0.41 0.41 0.16
HSL 0.51% 0.66% -
HSV(B) 0.41% 0.84% -
XYZ 38.67 30.57 23.6 -
YUV 152.01 113.32 171.5 -
System Red Green Blue C M Y K H S L
Decimal 213 126 126 0 0.41 0.41 0.16 0 0.51 0.66
Hex D5 7E 7E 0 29 29 10 0 33 42
Octal 325 176 176 0 51 51 20 0 63 102
Binary 11010101 1111110 1111110 0 101001 101001 10000 0 110011 1000010

Color Harmonies of #D57E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57E7E

Black with #D57E7E

Text Example


Text Example

White with #D57E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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