Html Css Color HEX #D5736F New York Pink

📋 copy color: '#D5736F'

red 213 ◦ green 115 ◦ blue 111

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

Shades of New York Pink #D5736F

Tints of New York Pink #D5736F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.28%

R = 48.52%
G = 26.2%
B = 25.28%

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

#D5736F (or 0xD5736F) is known color: New York Pink. HEX triplet: D5, 73 and 6F. RGB value is (213,115,111). Sum of RGB (Red+Green+Blue) = 213+115+111=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5736F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5736F is #2A8C90. Grayscale: #8F8F8F. Windows color (decimal): -2788497 or 7304149. OLE color: 7304149.

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

Color convert

RGB 213 115 111 -
CMYK 0 0.46 0.48 0.16
HSL 2.35º 0.55% 0.64% -
HSV(B) 2.35º 0.48% 0.84% -
XYZ 36.44 27.56 18.44 -
YUV 143.85 109.47 177.33 -
System Red Green Blue C M Y K H S L
Decimal 213 115 111 0 0.46 0.48 0.16 2.35 0.55 0.64
Hex D5 73 6F 0 2E 30 10 2 37 40
Octal 325 163 157 0 56 60 20 2 67 100
Binary 11010101 1110011 1101111 0 101110 110000 10000 10 110111 1000000

Color Harmonies of #D5736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5736F

Black with #D5736F

Text Example


Text Example

White with #D5736F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5736F; }

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

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

background-color css

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

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

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

border-color css

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

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

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