Html Css Color HEX #D37D6C New York Pink

📋 copy color: '#D37D6C'

red 211 ◦ green 125 ◦ blue 108

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

Shades of New York Pink #D37D6C

Tints of New York Pink #D37D6C

RGB

 RED value IS 211 (82.81% from 255) = 47.52%

 GREEN value IS 125 (49.22% from 255) = 28.15%

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

R = 47.52%
G = 28.15%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D37D6C (or 0xD37D6C) is known color: New York Pink. HEX triplet: D3, 7D and 6C. RGB value is (211,125,108). Sum of RGB (Red+Green+Blue) = 211+125+108=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D37D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37D6C is #2C8293. Grayscale: #949494. Windows color (decimal): -2917012 or 7110099. OLE color: 7110099.

HSL color Cylindrical-coordinate representation of color #D37D6C: hue angle of 9.9º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D37D6C is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 125 108 -
CMYK 0 0.41 0.49 0.17
HSL 9.9º 0.54% 0.63% -
HSV(B) 9.9º 0.49% 0.83% -
XYZ 36.9 29.6 17.96 -
YUV 148.78 104.99 172.38 -
System Red Green Blue C M Y K H S L
Decimal 211 125 108 0 0.41 0.49 0.17 9.9 0.54 0.63
Hex D3 7D 6C 0 29 31 11 A 36 3F
Octal 323 175 154 0 51 61 21 12 66 77
Binary 11010011 1111101 1101100 0 101001 110001 10001 1010 110110 111111

Color Harmonies of #D37D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37D6C

Black with #D37D6C

Text Example


Text Example

White with #D37D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37D6C; }

 p { color: rgb(211,125,108); }

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

background-color css

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

 a { background-color: rgb(211,125,108); }

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

border-color css

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

 span { border-color: rgb(211,125,108); }

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