Html Css Color HEX #D5736E New York Pink

📋 copy color: '#D5736E'

red 213 ◦ green 115 ◦ blue 110

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

Shades of New York Pink #D5736E

Tints of New York Pink #D5736E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.26%

 BLUE value IS 110 (43.36% from 255) = 25.11%

R = 48.63%
G = 26.26%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5736E (or 0xD5736E) is known color: New York Pink. HEX triplet: D5, 73 and 6E. RGB value is (213,115,110). Sum of RGB (Red+Green+Blue) = 213+115+110=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5736E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5736E is #2A8C91. Grayscale: #8F8F8F. Windows color (decimal): -2788498 or 7238613. OLE color: 7238613.

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

Color convert

RGB 213 115 110 -
CMYK 0 0.46 0.48 0.16
HSL 2.91º 0.55% 0.63% -
HSV(B) 2.91º 0.48% 0.84% -
XYZ 36.39 27.53 18.15 -
YUV 143.73 108.97 177.41 -
System Red Green Blue C M Y K H S L
Decimal 213 115 110 0 0.46 0.48 0.16 2.91 0.55 0.63
Hex D5 73 6E 0 2E 30 10 3 37 3F
Octal 325 163 156 0 56 60 20 3 67 77
Binary 11010101 1110011 1101110 0 101110 110000 10000 11 110111 111111

Color Harmonies of #D5736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5736E

Black with #D5736E

Text Example


Text Example

White with #D5736E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5736E; }

 p { color: rgb(213,115,110); }

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

background-color css

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

 a { background-color: rgb(213,115,110); }

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

border-color css

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

 span { border-color: rgb(213,115,110); }

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