Html Css Color HEX #D18273 New York Pink

📋 copy color: '#D18273'

red 209 ◦ green 130 ◦ blue 115

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

Shades of New York Pink #D18273

Tints of New York Pink #D18273

RGB

 RED value IS 209 (82.03% from 255) = 46.04%

 GREEN value IS 130 (51.17% from 255) = 28.63%

 BLUE value IS 115 (45.31% from 255) = 25.33%

R = 46.04%
G = 28.63%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D18273 (or 0xD18273) is known color: New York Pink. HEX triplet: D1, 82 and 73. RGB value is (209,130,115). Sum of RGB (Red+Green+Blue) = 209+130+115=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D18273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18273 is #2E7D8C. Grayscale: #989898. Windows color (decimal): -3046797 or 7570129. OLE color: 7570129.

HSL color Cylindrical-coordinate representation of color #D18273: hue angle of 9.57º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D18273 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 130 115 -
CMYK 0 0.38 0.45 0.18
HSL 9.57º 0.51% 0.64% -
HSV(B) 9.57º 0.45% 0.82% -
XYZ 37.37 30.76 20.19 -
YUV 151.91 107.17 168.72 -
System Red Green Blue C M Y K H S L
Decimal 209 130 115 0 0.38 0.45 0.18 9.57 0.51 0.64
Hex D1 82 73 0 26 2D 12 A 33 40
Octal 321 202 163 0 46 55 22 12 63 100
Binary 11010001 10000010 1110011 0 100110 101101 10010 1010 110011 1000000

Color Harmonies of #D18273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18273

Black with #D18273

Text Example


Text Example

White with #D18273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18273; }

 p { color: rgb(209,130,115); }

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

background-color css

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

 a { background-color: rgb(209,130,115); }

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

border-color css

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

 span { border-color: rgb(209,130,115); }

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