Html Css Color HEX #D48075 New York Pink

📋 copy color: '#D48075'

red 212 ◦ green 128 ◦ blue 117

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

Shades of New York Pink #D48075

Tints of New York Pink #D48075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.01%

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

R = 46.39%
G = 28.01%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D48075 (or 0xD48075) is known color: New York Pink. HEX triplet: D4, 80 and 75. RGB value is (212,128,117). Sum of RGB (Red+Green+Blue) = 212+128+117=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D48075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48075 is #2B7F8A. Grayscale: #979797. Windows color (decimal): -2850699 or 7700692. OLE color: 7700692.

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

Color convert

RGB 212 128 117 -
CMYK 0 0.40 0.45 0.17
HSL 6.95º 0.52% 0.65% -
HSV(B) 6.95º 0.45% 0.83% -
XYZ 38.08 30.72 20.75 -
YUV 151.86 108.33 170.89 -
System Red Green Blue C M Y K H S L
Decimal 212 128 117 0 0.40 0.45 0.17 6.95 0.52 0.65
Hex D4 80 75 0 28 2D 11 7 34 41
Octal 324 200 165 0 50 55 21 7 64 101
Binary 11010100 10000000 1110101 0 101000 101101 10001 111 110100 1000001

Color Harmonies of #D48075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48075

Black with #D48075

Text Example


Text Example

White with #D48075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48075; }

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

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

background-color css

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

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

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

border-color css

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

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

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