Html Css Color HEX #D38775 New York Pink

📋 copy color: '#D38775'

red 211 ◦ green 135 ◦ blue 117

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

Shades of New York Pink #D38775

Tints of New York Pink #D38775

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.16%

 BLUE value IS 117 (46.09% from 255) = 25.27%

R = 45.57%
G = 29.16%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D38775 (or 0xD38775) is known color: New York Pink. HEX triplet: D3, 87 and 75. RGB value is (211,135,117). Sum of RGB (Red+Green+Blue) = 211+135+117=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 211 - color contains mainly: red. Hex color #D38775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38775 is #2C788A. Grayscale: #9B9B9B. Windows color (decimal): -2914443 or 7702483. OLE color: 7702483.

HSL color Cylindrical-coordinate representation of color #D38775: hue angle of 11.49º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D38775 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 135 117 -
CMYK 0 0.36 0.45 0.17
HSL 11.49º 0.52% 0.64% -
HSV(B) 11.49º 0.45% 0.83% -
XYZ 38.74 32.46 21.05 -
YUV 155.67 106.18 167.46 -
System Red Green Blue C M Y K H S L
Decimal 211 135 117 0 0.36 0.45 0.17 11.49 0.52 0.64
Hex D3 87 75 0 24 2D 11 B 34 40
Octal 323 207 165 0 44 55 21 13 64 100
Binary 11010011 10000111 1110101 0 100100 101101 10001 1011 110100 1000000

Color Harmonies of #D38775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38775

Black with #D38775

Text Example


Text Example

White with #D38775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38775; }

 p { color: rgb(211,135,117); }

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

background-color css

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

 a { background-color: rgb(211,135,117); }

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

border-color css

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

 span { border-color: rgb(211,135,117); }

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