Html Css Color HEX #D5746B New York Pink

📋 copy color: '#D5746B'

red 213 ◦ green 116 ◦ blue 107

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

Shades of New York Pink #D5746B

Tints of New York Pink #D5746B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.54%

R = 48.85%
G = 26.61%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5746B (or 0xD5746B) is known color: New York Pink. HEX triplet: D5, 74 and 6B. RGB value is (213,116,107). Sum of RGB (Red+Green+Blue) = 213+116+107=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5746B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5746B is #2A8B94. Grayscale: #909090. Windows color (decimal): -2788245 or 7042261. OLE color: 7042261.

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

Color convert

RGB 213 116 107 -
CMYK 0 0.46 0.50 0.16
HSL 5.09º 0.56% 0.63% -
HSV(B) 5.09º 0.5% 0.84% -
XYZ 36.34 27.7 17.34 -
YUV 143.98 107.14 177.23 -
System Red Green Blue C M Y K H S L
Decimal 213 116 107 0 0.46 0.50 0.16 5.09 0.56 0.63
Hex D5 74 6B 0 2E 32 10 5 38 3F
Octal 325 164 153 0 56 62 20 5 70 77
Binary 11010101 1110100 1101011 0 101110 110010 10000 101 111000 111111

Color Harmonies of #D5746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5746B

Black with #D5746B

Text Example


Text Example

White with #D5746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5746B; }

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

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

background-color css

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

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

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

border-color css

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

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

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