Html Css Color HEX #D57F75 New York Pink

📋 copy color: '#D57F75'

red 213 ◦ green 127 ◦ blue 117

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

Shades of New York Pink #D57F75

Tints of New York Pink #D57F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.6%

R = 46.61%
G = 27.79%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D57F75 (or 0xD57F75) is known color: New York Pink. HEX triplet: D5, 7F and 75. RGB value is (213,127,117). Sum of RGB (Red+Green+Blue) = 213+127+117=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57F75 is #2A808A. Grayscale: #979797. Windows color (decimal): -2785419 or 7700437. OLE color: 7700437.

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

Color convert

RGB 213 127 117 -
CMYK 0 0.40 0.45 0.16
HSL 6.25º 0.53% 0.65% -
HSV(B) 6.25º 0.45% 0.84% -
XYZ 38.24 30.61 20.72 -
YUV 151.57 108.49 171.81 -
System Red Green Blue C M Y K H S L
Decimal 213 127 117 0 0.40 0.45 0.16 6.25 0.53 0.65
Hex D5 7F 75 0 28 2D 10 6 35 41
Octal 325 177 165 0 50 55 20 6 65 101
Binary 11010101 1111111 1110101 0 101000 101101 10000 110 110101 1000001

Color Harmonies of #D57F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57F75

Black with #D57F75

Text Example


Text Example

White with #D57F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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