Html Css Color HEX #D48574 New York Pink

📋 copy color: '#D48574'

red 212 ◦ green 133 ◦ blue 116

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

Shades of New York Pink #D48574

Tints of New York Pink #D48574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.85%

 BLUE value IS 116 (45.7% from 255) = 25.16%

R = 45.99%
G = 28.85%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D48574 (or 0xD48574) is known color: New York Pink. HEX triplet: D4, 85 and 74. RGB value is (212,133,116). Sum of RGB (Red+Green+Blue) = 212+133+116=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D48574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48574 is #2B7A8B. Grayscale: #9A9A9A. Windows color (decimal): -2849420 or 7636436. OLE color: 7636436.

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

Color convert

RGB 212 133 116 -
CMYK 0 0.37 0.45 0.17
HSL 10.63º 0.53% 0.64% -
HSV(B) 10.63º 0.45% 0.83% -
XYZ 38.69 32.03 20.67 -
YUV 154.68 106.17 168.88 -
System Red Green Blue C M Y K H S L
Decimal 212 133 116 0 0.37 0.45 0.17 10.63 0.53 0.64
Hex D4 85 74 0 25 2D 11 B 35 40
Octal 324 205 164 0 45 55 21 13 65 100
Binary 11010100 10000101 1110100 0 100101 101101 10001 1011 110101 1000000

Color Harmonies of #D48574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48574

Black with #D48574

Text Example


Text Example

White with #D48574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48574; }

 p { color: rgb(212,133,116); }

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

background-color css

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

 a { background-color: rgb(212,133,116); }

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

border-color css

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

 span { border-color: rgb(212,133,116); }

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