Html Css Color HEX #D48175 New York Pink

📋 copy color: '#D48175'

red 212 ◦ green 129 ◦ blue 117

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

Shades of New York Pink #D48175

Tints of New York Pink #D48175

RGB

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

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

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

R = 46.29%
G = 28.17%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D48175 (or 0xD48175) is known color: New York Pink. HEX triplet: D4, 81 and 75. RGB value is (212,129,117). Sum of RGB (Red+Green+Blue) = 212+129+117=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D48175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48175 is #2B7E8A. Grayscale: #989898. Windows color (decimal): -2850443 or 7700948. OLE color: 7700948.

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

Color convert

RGB 212 129 117 -
CMYK 0 0.39 0.45 0.17
HSL 7.58º 0.52% 0.65% -
HSV(B) 7.58º 0.45% 0.83% -
XYZ 38.21 30.98 20.8 -
YUV 152.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 212 129 117 0 0.39 0.45 0.17 7.58 0.52 0.65
Hex D4 81 75 0 27 2D 11 8 34 41
Octal 324 201 165 0 47 55 21 10 64 101
Binary 11010100 10000001 1110101 0 100111 101101 10001 1000 110100 1000001

Color Harmonies of #D48175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48175

Black with #D48175

Text Example


Text Example

White with #D48175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48175; }

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

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

background-color css

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

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

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

border-color css

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

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

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