Html Css Color HEX #D57C75 New York Pink

📋 copy color: '#D57C75'

red 213 ◦ green 124 ◦ blue 117

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

Shades of New York Pink #D57C75

Tints of New York Pink #D57C75

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.31%

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

R = 46.92%
G = 27.31%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D57C75 (or 0xD57C75) is known color: New York Pink. HEX triplet: D5, 7C and 75. RGB value is (213,124,117). Sum of RGB (Red+Green+Blue) = 213+124+117=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57C75 is #2A838A. Grayscale: #959595. Windows color (decimal): -2786187 or 7699669. OLE color: 7699669.

HSL color Cylindrical-coordinate representation of color #D57C75: hue angle of 4.38º 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 #D57C75 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 124 117 -
CMYK 0 0.42 0.45 0.16
HSL 4.38º 0.53% 0.65% -
HSV(B) 4.38º 0.45% 0.84% -
XYZ 37.86 29.85 20.6 -
YUV 149.81 109.49 173.07 -
System Red Green Blue C M Y K H S L
Decimal 213 124 117 0 0.42 0.45 0.16 4.38 0.53 0.65
Hex D5 7C 75 0 2A 2D 10 4 35 41
Octal 325 174 165 0 52 55 20 4 65 101
Binary 11010101 1111100 1110101 0 101010 101101 10000 100 110101 1000001

Color Harmonies of #D57C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57C75

Black with #D57C75

Text Example


Text Example

White with #D57C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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