Html Css Color HEX #D27972 New York Pink

📋 copy color: '#D27972'

red 210 ◦ green 121 ◦ blue 114

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

Shades of New York Pink #D27972

Tints of New York Pink #D27972

RGB

 RED value IS 210 (82.42% from 255) = 47.19%

 GREEN value IS 121 (47.66% from 255) = 27.19%

 BLUE value IS 114 (44.92% from 255) = 25.62%

R = 47.19%
G = 27.19%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D27972 (or 0xD27972) is known color: New York Pink. HEX triplet: D2, 79 and 72. RGB value is (210,121,114). Sum of RGB (Red+Green+Blue) = 210+121+114=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D27972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27972 is #2D868D. Grayscale: #929292. Windows color (decimal): -2983566 or 7502290. OLE color: 7502290.

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

Color convert

RGB 210 121 114 -
CMYK 0 0.42 0.46 0.18
HSL 4.38º 0.52% 0.64% -
HSV(B) 4.38º 0.46% 0.82% -
XYZ 36.45 28.59 19.52 -
YUV 146.81 109.49 173.07 -
System Red Green Blue C M Y K H S L
Decimal 210 121 114 0 0.42 0.46 0.18 4.38 0.52 0.64
Hex D2 79 72 0 2A 2E 12 4 34 40
Octal 322 171 162 0 52 56 22 4 64 100
Binary 11010010 1111001 1110010 0 101010 101110 10010 100 110100 1000000

Color Harmonies of #D27972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27972

Black with #D27972

Text Example


Text Example

White with #D27972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27972; }

 p { color: rgb(210,121,114); }

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

background-color css

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

 a { background-color: rgb(210,121,114); }

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

border-color css

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

 span { border-color: rgb(210,121,114); }

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