Html Css Color HEX #D38477 New York Pink

📋 copy color: '#D38477'

red 211 ◦ green 132 ◦ blue 119

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

Shades of New York Pink #D38477

Tints of New York Pink #D38477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.57%

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

R = 45.67%
G = 28.57%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D38477 (or 0xD38477) is known color: New York Pink. HEX triplet: D3, 84 and 77. RGB value is (211,132,119). Sum of RGB (Red+Green+Blue) = 211+132+119=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 211 - color contains mainly: red. Hex color #D38477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38477 is #2C7B88. Grayscale: #9A9A9A. Windows color (decimal): -2915209 or 7832787. OLE color: 7832787.

HSL color Cylindrical-coordinate representation of color #D38477: hue angle of 8.48º 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 #D38477 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 132 119 -
CMYK 0 0.37 0.44 0.17
HSL 8.48º 0.51% 0.65% -
HSV(B) 8.48º 0.44% 0.83% -
XYZ 38.45 31.68 21.54 -
YUV 154.14 108.17 168.56 -
System Red Green Blue C M Y K H S L
Decimal 211 132 119 0 0.37 0.44 0.17 8.48 0.51 0.65
Hex D3 84 77 0 25 2C 11 8 33 41
Octal 323 204 167 0 45 54 21 10 63 101
Binary 11010011 10000100 1110111 0 100101 101100 10001 1000 110011 1000001

Color Harmonies of #D38477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38477

Black with #D38477

Text Example


Text Example

White with #D38477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38477; }

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

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

background-color css

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

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

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

border-color css

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

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

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