Html Css Color HEX #D48375 New York Pink

📋 copy color: '#D48375'

red 212 ◦ green 131 ◦ blue 117

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

Shades of New York Pink #D48375

Tints of New York Pink #D48375

RGB

 RED value IS 212 (83.2% from 255) = 46.09%

 GREEN value IS 131 (51.56% from 255) = 28.48%

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

R = 46.09%
G = 28.48%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D48375 (or 0xD48375) is known color: New York Pink. HEX triplet: D4, 83 and 75. RGB value is (212,131,117). Sum of RGB (Red+Green+Blue) = 212+131+117=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D48375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48375 is #2B7C8A. Grayscale: #999999. Windows color (decimal): -2849931 or 7701460. OLE color: 7701460.

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

Color convert

RGB 212 131 117 -
CMYK 0 0.38 0.45 0.17
HSL 8.84º 0.52% 0.65% -
HSV(B) 8.84º 0.45% 0.83% -
XYZ 38.48 31.51 20.88 -
YUV 153.62 107.34 169.64 -
System Red Green Blue C M Y K H S L
Decimal 212 131 117 0 0.38 0.45 0.17 8.84 0.52 0.65
Hex D4 83 75 0 26 2D 11 9 34 41
Octal 324 203 165 0 46 55 21 11 64 101
Binary 11010100 10000011 1110101 0 100110 101101 10001 1001 110100 1000001

Color Harmonies of #D48375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48375

Black with #D48375

Text Example


Text Example

White with #D48375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48375; }

 p { color: rgb(212,131,117); }

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

background-color css

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

 a { background-color: rgb(212,131,117); }

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

border-color css

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

 span { border-color: rgb(212,131,117); }

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