Html Css Color HEX #D18275 New York Pink

📋 copy color: '#D18275'

red 209 ◦ green 130 ◦ blue 117

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

Shades of New York Pink #D18275

Tints of New York Pink #D18275

RGB

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

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

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

R = 45.83%
G = 28.51%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D18275 (or 0xD18275) is known color: New York Pink. HEX triplet: D1, 82 and 75. RGB value is (209,130,117). Sum of RGB (Red+Green+Blue) = 209+130+117=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D18275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18275 is #2E7D8A. Grayscale: #989898. Windows color (decimal): -3046795 or 7701201. OLE color: 7701201.

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

Color convert

RGB 209 130 117 -
CMYK 0 0.38 0.44 0.18
HSL 8.48º 0.5% 0.64% -
HSV(B) 8.48º 0.44% 0.82% -
XYZ 37.49 30.8 20.8 -
YUV 152.14 108.17 168.56 -
System Red Green Blue C M Y K H S L
Decimal 209 130 117 0 0.38 0.44 0.18 8.48 0.5 0.64
Hex D1 82 75 0 26 2C 12 8 32 40
Octal 321 202 165 0 46 54 22 10 62 100
Binary 11010001 10000010 1110101 0 100110 101100 10010 1000 110010 1000000

Color Harmonies of #D18275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18275

Black with #D18275

Text Example


Text Example

White with #D18275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18275; }

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

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

background-color css

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

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

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

border-color css

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

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

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