Html Css Color HEX #D18573 New York Pink

📋 copy color: '#D18573'

red 209 ◦ green 133 ◦ blue 115

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

Shades of New York Pink #D18573

Tints of New York Pink #D18573

RGB

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

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

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

R = 45.73%
G = 29.1%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D18573 (or 0xD18573) is known color: New York Pink. HEX triplet: D1, 85 and 73. RGB value is (209,133,115). Sum of RGB (Red+Green+Blue) = 209+133+115=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D18573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18573 is #2E7A8C. Grayscale: #999999. Windows color (decimal): -3046029 or 7570897. OLE color: 7570897.

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

Color convert

RGB 209 133 115 -
CMYK 0 0.36 0.45 0.18
HSL 11.49º 0.51% 0.64% -
HSV(B) 11.49º 0.45% 0.82% -
XYZ 37.78 31.57 20.32 -
YUV 153.67 106.18 167.46 -
System Red Green Blue C M Y K H S L
Decimal 209 133 115 0 0.36 0.45 0.18 11.49 0.51 0.64
Hex D1 85 73 0 24 2D 12 B 33 40
Octal 321 205 163 0 44 55 22 13 63 100
Binary 11010001 10000101 1110011 0 100100 101101 10010 1011 110011 1000000

Color Harmonies of #D18573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18573

Black with #D18573

Text Example


Text Example

White with #D18573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18573; }

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

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

background-color css

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

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

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

border-color css

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

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

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