Html Css Color HEX #D57F7F Sea Pink

📋 copy color: '#D57F7F'

red 213 ◦ green 127 ◦ blue 127

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

Shades of Sea Pink #D57F7F

Tints of Sea Pink #D57F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.19%

R = 45.61%
G = 27.19%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D57F7F (or 0xD57F7F) is known color: Sea Pink. HEX triplet: D5, 7F and 7F. RGB value is (213,127,127). Sum of RGB (Red+Green+Blue) = 213+127+127=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57F7F is #2A8080. Grayscale: #989898. Windows color (decimal): -2785409 or 8355797. OLE color: 8355797.

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

Color convert

RGB 213 127 127 -
CMYK 0 0.40 0.40 0.16
HSL 0.51% 0.67% -
HSV(B) 0.4% 0.84% -
XYZ 38.86 30.86 23.99 -
YUV 152.71 113.49 171 -
System Red Green Blue C M Y K H S L
Decimal 213 127 127 0 0.40 0.40 0.16 0 0.51 0.67
Hex D5 7F 7F 0 28 28 10 0 33 43
Octal 325 177 177 0 50 50 20 0 63 103
Binary 11010101 1111111 1111111 0 101000 101000 10000 0 110011 1000011

Color Harmonies of #D57F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57F7F

Black with #D57F7F

Text Example


Text Example

White with #D57F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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