Html Css Color HEX #D5756C New York Pink

📋 copy color: '#D5756C'

red 213 ◦ green 117 ◦ blue 108

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

Shades of New York Pink #D5756C

Tints of New York Pink #D5756C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.66%

R = 48.63%
G = 26.71%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5756C (or 0xD5756C) is known color: New York Pink. HEX triplet: D5, 75 and 6C. RGB value is (213,117,108). Sum of RGB (Red+Green+Blue) = 213+117+108=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5756C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5756C is #2A8A93. Grayscale: #909090. Windows color (decimal): -2787988 or 7108053. OLE color: 7108053.

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

Color convert

RGB 213 117 108 -
CMYK 0 0.45 0.49 0.16
HSL 5.14º 0.56% 0.63% -
HSV(B) 5.14º 0.49% 0.84% -
XYZ 36.51 27.95 17.66 -
YUV 144.68 107.3 176.73 -
System Red Green Blue C M Y K H S L
Decimal 213 117 108 0 0.45 0.49 0.16 5.14 0.56 0.63
Hex D5 75 6C 0 2D 31 10 5 38 3F
Octal 325 165 154 0 55 61 20 5 70 77
Binary 11010101 1110101 1101100 0 101101 110001 10000 101 111000 111111

Color Harmonies of #D5756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5756C

Black with #D5756C

Text Example


Text Example

White with #D5756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5756C; }

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

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

background-color css

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

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

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

border-color css

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

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

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