Html Css Color HEX #D5756D New York Pink

📋 copy color: '#D5756D'

red 213 ◦ green 117 ◦ blue 109

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

Shades of New York Pink #D5756D

Tints of New York Pink #D5756D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.83%

R = 48.52%
G = 26.65%
B = 24.83%

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

#D5756D (or 0xD5756D) is known color: New York Pink. HEX triplet: D5, 75 and 6D. RGB value is (213,117,109). Sum of RGB (Red+Green+Blue) = 213+117+109=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5756D is #2A8A92. Grayscale: #909090. Windows color (decimal): -2787987 or 7173589. OLE color: 7173589.

HSL color Cylindrical-coordinate representation of color #D5756D: hue angle of 4.62º degrees, saturation: 0.55, 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 #D5756D is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 117 109 -
CMYK 0 0.45 0.49 0.16
HSL 4.62º 0.55% 0.63% -
HSV(B) 4.62º 0.49% 0.84% -
XYZ 36.56 27.97 17.94 -
YUV 144.79 107.8 176.65 -
System Red Green Blue C M Y K H S L
Decimal 213 117 109 0 0.45 0.49 0.16 4.62 0.55 0.63
Hex D5 75 6D 0 2D 31 10 5 37 3F
Octal 325 165 155 0 55 61 20 5 67 77
Binary 11010101 1110101 1101101 0 101101 110001 10000 101 110111 111111

Color Harmonies of #D5756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5756D

Black with #D5756D

Text Example


Text Example

White with #D5756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5756D; }

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

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

background-color css

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

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

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

border-color css

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

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

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