Html Css Color HEX #D5756E New York Pink

📋 copy color: '#D5756E'

red 213 ◦ green 117 ◦ blue 110

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

Shades of New York Pink #D5756E

Tints of New York Pink #D5756E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25%

R = 48.41%
G = 26.59%
B = 25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5756E (or 0xD5756E) is known color: New York Pink. HEX triplet: D5, 75 and 6E. RGB value is (213,117,110). Sum of RGB (Red+Green+Blue) = 213+117+110=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D5756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5756E is #2A8A91. Grayscale: #919191. Windows color (decimal): -2787986 or 7239125. OLE color: 7239125.

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

Color convert

RGB 213 117 110 -
CMYK 0 0.45 0.48 0.16
HSL 4.08º 0.55% 0.63% -
HSV(B) 4.08º 0.48% 0.84% -
XYZ 36.62 27.99 18.23 -
YUV 144.91 108.3 176.57 -
System Red Green Blue C M Y K H S L
Decimal 213 117 110 0 0.45 0.48 0.16 4.08 0.55 0.63
Hex D5 75 6E 0 2D 30 10 4 37 3F
Octal 325 165 156 0 55 60 20 4 67 77
Binary 11010101 1110101 1101110 0 101101 110000 10000 100 110111 111111

Color Harmonies of #D5756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5756E

Black with #D5756E

Text Example


Text Example

White with #D5756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5756E; }

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

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

background-color css

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

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

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

border-color css

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

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

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