Html Css Color HEX #D57F72 New York Pink

📋 copy color: '#D57F72'

red 213 ◦ green 127 ◦ blue 114

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

Shades of New York Pink #D57F72

Tints of New York Pink #D57F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.11%

R = 46.92%
G = 27.97%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D57F72 (or 0xD57F72) is known color: New York Pink. HEX triplet: D5, 7F and 72. RGB value is (213,127,114). Sum of RGB (Red+Green+Blue) = 213+127+114=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57F72 is #2A808D. Grayscale: #979797. Windows color (decimal): -2785422 or 7503829. OLE color: 7503829.

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

Color convert

RGB 213 127 114 -
CMYK 0 0.40 0.46 0.16
HSL 7.88º 0.54% 0.64% -
HSV(B) 7.88º 0.46% 0.84% -
XYZ 38.07 30.54 19.81 -
YUV 151.23 106.99 172.06 -
System Red Green Blue C M Y K H S L
Decimal 213 127 114 0 0.40 0.46 0.16 7.88 0.54 0.64
Hex D5 7F 72 0 28 2E 10 8 36 40
Octal 325 177 162 0 50 56 20 10 66 100
Binary 11010101 1111111 1110010 0 101000 101110 10000 1000 110110 1000000

Color Harmonies of #D57F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57F72

Black with #D57F72

Text Example


Text Example

White with #D57F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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