Html Css Color HEX #D2776A New York Pink

📋 copy color: '#D2776A'

red 210 ◦ green 119 ◦ blue 106

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

Shades of New York Pink #D2776A

Tints of New York Pink #D2776A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.36%

 BLUE value IS 106 (41.8% from 255) = 24.37%

R = 48.28%
G = 27.36%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2776A (or 0xD2776A) is known color: New York Pink. HEX triplet: D2, 77 and 6A. RGB value is (210,119,106). Sum of RGB (Red+Green+Blue) = 210+119+106=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D2776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2776A is #2D8895. Grayscale: #909090. Windows color (decimal): -2984086 or 6977490. OLE color: 6977490.

HSL color Cylindrical-coordinate representation of color #D2776A: hue angle of 7.5º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2776A is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 119 106 -
CMYK 0 0.43 0.50 0.18
HSL 7.5º 0.54% 0.62% -
HSV(B) 7.5º 0.5% 0.82% -
XYZ 35.78 27.94 17.14 -
YUV 144.73 106.15 174.56 -
System Red Green Blue C M Y K H S L
Decimal 210 119 106 0 0.43 0.50 0.18 7.5 0.54 0.62
Hex D2 77 6A 0 2B 32 12 8 36 3E
Octal 322 167 152 0 53 62 22 10 66 76
Binary 11010010 1110111 1101010 0 101011 110010 10010 1000 110110 111110

Color Harmonies of #D2776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2776A

Black with #D2776A

Text Example


Text Example

White with #D2776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2776A; }

 p { color: rgb(210,119,106); }

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

background-color css

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

 a { background-color: rgb(210,119,106); }

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

border-color css

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

 span { border-color: rgb(210,119,106); }

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