Html Css Color HEX #D5746F New York Pink

📋 copy color: '#D5746F'

red 213 ◦ green 116 ◦ blue 111

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

Shades of New York Pink #D5746F

Tints of New York Pink #D5746F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.36%

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

R = 48.41%
G = 26.36%
B = 25.23%

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

#D5746F (or 0xD5746F) is known color: New York Pink. HEX triplet: D5, 74 and 6F. RGB value is (213,116,111). Sum of RGB (Red+Green+Blue) = 213+116+111=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D5746F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5746F is #2A8B90. Grayscale: #909090. Windows color (decimal): -2788241 or 7304405. OLE color: 7304405.

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

Color convert

RGB 213 116 111 -
CMYK 0 0.46 0.48 0.16
HSL 2.94º 0.55% 0.64% -
HSV(B) 2.94º 0.48% 0.84% -
XYZ 36.56 27.78 18.48 -
YUV 144.43 109.14 176.91 -
System Red Green Blue C M Y K H S L
Decimal 213 116 111 0 0.46 0.48 0.16 2.94 0.55 0.64
Hex D5 74 6F 0 2E 30 10 3 37 40
Octal 325 164 157 0 56 60 20 3 67 100
Binary 11010101 1110100 1101111 0 101110 110000 10000 11 110111 1000000

Color Harmonies of #D5746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5746F

Black with #D5746F

Text Example


Text Example

White with #D5746F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5746F; }

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

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

background-color css

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

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

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

border-color css

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

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

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