Html Css Color HEX #D57570 New York Pink

📋 copy color: '#D57570'

red 213 ◦ green 117 ◦ blue 112

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

Shades of New York Pink #D57570

Tints of New York Pink #D57570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.47%

 BLUE value IS 112 (44.14% from 255) = 25.34%

R = 48.19%
G = 26.47%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D57570 (or 0xD57570) is known color: New York Pink. HEX triplet: D5, 75 and 70. RGB value is (213,117,112). Sum of RGB (Red+Green+Blue) = 213+117+112=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D57570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57570 is #2A8A8F. Grayscale: #919191. Windows color (decimal): -2787984 or 7370197. OLE color: 7370197.

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

Color convert

RGB 213 117 112 -
CMYK 0 0.45 0.47 0.16
HSL 2.97º 0.55% 0.64% -
HSV(B) 2.97º 0.47% 0.84% -
XYZ 36.73 28.04 18.81 -
YUV 145.13 109.3 176.41 -
System Red Green Blue C M Y K H S L
Decimal 213 117 112 0 0.45 0.47 0.16 2.97 0.55 0.64
Hex D5 75 70 0 2D 2F 10 3 37 40
Octal 325 165 160 0 55 57 20 3 67 100
Binary 11010101 1110101 1110000 0 101101 101111 10000 11 110111 1000000

Color Harmonies of #D57570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57570

Black with #D57570

Text Example


Text Example

White with #D57570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57570; }

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

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

background-color css

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

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

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

border-color css

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

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

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