Html Css Color HEX #D57D75 New York Pink

📋 copy color: '#D57D75'

red 213 ◦ green 125 ◦ blue 117

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

Shades of New York Pink #D57D75

Tints of New York Pink #D57D75

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.47%

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

R = 46.81%
G = 27.47%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D57D75 (or 0xD57D75) is known color: New York Pink. HEX triplet: D5, 7D and 75. RGB value is (213,125,117). Sum of RGB (Red+Green+Blue) = 213+125+117=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57D75 is #2A828A. Grayscale: #969696. Windows color (decimal): -2785931 or 7699925. OLE color: 7699925.

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

Color convert

RGB 213 125 117 -
CMYK 0 0.41 0.45 0.16
HSL 0.53% 0.65% -
HSV(B) 0.45% 0.84% -
XYZ 37.99 30.1 20.64 -
YUV 150.4 109.15 172.65 -
System Red Green Blue C M Y K H S L
Decimal 213 125 117 0 0.41 0.45 0.16 5 0.53 0.65
Hex D5 7D 75 0 29 2D 10 5 35 41
Octal 325 175 165 0 51 55 20 5 65 101
Binary 11010101 1111101 1110101 0 101001 101101 10000 101 110101 1000001

Color Harmonies of #D57D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57D75

Black with #D57D75

Text Example


Text Example

White with #D57D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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