Html Css Color HEX #D38177 New York Pink

📋 copy color: '#D38177'

red 211 ◦ green 129 ◦ blue 119

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

Shades of New York Pink #D38177

Tints of New York Pink #D38177

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.1%

 BLUE value IS 119 (46.88% from 255) = 25.93%

R = 45.97%
G = 28.1%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D38177 (or 0xD38177) is known color: New York Pink. HEX triplet: D3, 81 and 77. RGB value is (211,129,119). Sum of RGB (Red+Green+Blue) = 211+129+119=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D38177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38177 is #2C7E88. Grayscale: #989898. Windows color (decimal): -2915977 or 7832019. OLE color: 7832019.

HSL color Cylindrical-coordinate representation of color #D38177: hue angle of 6.52º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D38177 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 129 119 -
CMYK 0 0.39 0.44 0.17
HSL 6.52º 0.51% 0.65% -
HSV(B) 6.52º 0.44% 0.83% -
XYZ 38.04 30.88 21.41 -
YUV 152.38 109.17 169.81 -
System Red Green Blue C M Y K H S L
Decimal 211 129 119 0 0.39 0.44 0.17 6.52 0.51 0.65
Hex D3 81 77 0 27 2C 11 7 33 41
Octal 323 201 167 0 47 54 21 7 63 101
Binary 11010011 10000001 1110111 0 100111 101100 10001 111 110011 1000001

Color Harmonies of #D38177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38177

Black with #D38177

Text Example


Text Example

White with #D38177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38177; }

 p { color: rgb(211,129,119); }

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

background-color css

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

 a { background-color: rgb(211,129,119); }

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

border-color css

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

 span { border-color: rgb(211,129,119); }

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