Html Css Color HEX #D5736C New York Pink

📋 copy color: '#D5736C'

red 213 ◦ green 115 ◦ blue 108

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

Shades of New York Pink #D5736C

Tints of New York Pink #D5736C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.38%

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

R = 48.85%
G = 26.38%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5736C (or 0xD5736C) is known color: New York Pink. HEX triplet: D5, 73 and 6C. RGB value is (213,115,108). Sum of RGB (Red+Green+Blue) = 213+115+108=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5736C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5736C is #2A8C93. Grayscale: #8F8F8F. Windows color (decimal): -2788500 or 7107541. OLE color: 7107541.

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

Color convert

RGB 213 115 108 -
CMYK 0 0.46 0.49 0.16
HSL 0.56% 0.63% -
HSV(B) 0.49% 0.84% -
XYZ 36.28 27.49 17.58 -
YUV 143.5 107.97 177.57 -
System Red Green Blue C M Y K H S L
Decimal 213 115 108 0 0.46 0.49 0.16 4 0.56 0.63
Hex D5 73 6C 0 2E 31 10 4 38 3F
Octal 325 163 154 0 56 61 20 4 70 77
Binary 11010101 1110011 1101100 0 101110 110001 10000 100 111000 111111

Color Harmonies of #D5736C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5736C

Black with #D5736C

Text Example


Text Example

White with #D5736C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5736C; }

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

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

background-color css

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

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

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

border-color css

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

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

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