Html Css Color HEX #D77770 New York Pink

📋 copy color: '#D77770'

red 215 ◦ green 119 ◦ blue 112

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

Shades of New York Pink #D77770

Tints of New York Pink #D77770

RGB

 RED value IS 215 (84.38% from 255) = 48.21%

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

 BLUE value IS 112 (44.14% from 255) = 25.11%

R = 48.21%
G = 26.68%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D77770 (or 0xD77770) is known color: New York Pink. HEX triplet: D7, 77 and 70. RGB value is (215,119,112). Sum of RGB (Red+Green+Blue) = 215+119+112=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D77770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77770 is #28888F. Grayscale: #939393. Windows color (decimal): -2656400 or 7370711. OLE color: 7370711.

HSL color Cylindrical-coordinate representation of color #D77770: hue angle of 4.08º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D77770 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 119 112 -
CMYK 0 0.45 0.48 0.16
HSL 4.08º 0.56% 0.64% -
HSV(B) 4.08º 0.48% 0.84% -
XYZ 37.55 28.81 18.91 -
YUV 146.91 108.3 176.57 -
System Red Green Blue C M Y K H S L
Decimal 215 119 112 0 0.45 0.48 0.16 4.08 0.56 0.64
Hex D7 77 70 0 2D 30 10 4 38 40
Octal 327 167 160 0 55 60 20 4 70 100
Binary 11010111 1110111 1110000 0 101101 110000 10000 100 111000 1000000

Color Harmonies of #D77770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77770

Black with #D77770

Text Example


Text Example

White with #D77770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77770; }

 p { color: rgb(215,119,112); }

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

background-color css

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

 a { background-color: rgb(215,119,112); }

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

border-color css

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

 span { border-color: rgb(215,119,112); }

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