Html Css Color HEX #D27A73 New York Pink

📋 copy color: '#D27A73'

red 210 ◦ green 122 ◦ blue 115

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

Shades of New York Pink #D27A73

Tints of New York Pink #D27A73

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.29%

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

R = 46.98%
G = 27.29%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D27A73 (or 0xD27A73) is known color: New York Pink. HEX triplet: D2, 7A and 73. RGB value is (210,122,115). Sum of RGB (Red+Green+Blue) = 210+122+115=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27A73 is #2D858C. Grayscale: #939393. Windows color (decimal): -2983309 or 7568082. OLE color: 7568082.

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

Color convert

RGB 210 122 115 -
CMYK 0 0.42 0.45 0.18
HSL 4.42º 0.51% 0.64% -
HSV(B) 4.42º 0.45% 0.82% -
XYZ 36.63 28.86 19.86 -
YUV 147.51 109.65 172.57 -
System Red Green Blue C M Y K H S L
Decimal 210 122 115 0 0.42 0.45 0.18 4.42 0.51 0.64
Hex D2 7A 73 0 2A 2D 12 4 33 40
Octal 322 172 163 0 52 55 22 4 63 100
Binary 11010010 1111010 1110011 0 101010 101101 10010 100 110011 1000000

Color Harmonies of #D27A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27A73

Black with #D27A73

Text Example


Text Example

White with #D27A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27A73; }

 p { color: rgb(210,122,115); }

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

background-color css

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

 a { background-color: rgb(210,122,115); }

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

border-color css

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

 span { border-color: rgb(210,122,115); }

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