Html Css Color HEX #D77670 New York Pink

📋 copy color: '#D77670'

red 215 ◦ green 118 ◦ blue 112

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

Shades of New York Pink #D77670

Tints of New York Pink #D77670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.52%

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

R = 48.31%
G = 26.52%
B = 25.17%

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

#D77670 (or 0xD77670) is known color: New York Pink. HEX triplet: D7, 76 and 70. RGB value is (215,118,112). Sum of RGB (Red+Green+Blue) = 215+118+112=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D77670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77670 is #28898F. Grayscale: #929292. Windows color (decimal): -2656656 or 7370455. OLE color: 7370455.

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

Color convert

RGB 215 118 112 -
CMYK 0 0.45 0.48 0.16
HSL 3.5º 0.56% 0.64% -
HSV(B) 3.5º 0.48% 0.84% -
XYZ 37.43 28.57 18.87 -
YUV 146.32 108.64 176.99 -
System Red Green Blue C M Y K H S L
Decimal 215 118 112 0 0.45 0.48 0.16 3.5 0.56 0.64
Hex D7 76 70 0 2D 30 10 3 38 40
Octal 327 166 160 0 55 60 20 3 70 100
Binary 11010111 1110110 1110000 0 101101 110000 10000 11 111000 1000000

Color Harmonies of #D77670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77670

Black with #D77670

Text Example


Text Example

White with #D77670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77670; }

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

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

background-color css

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

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

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

border-color css

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

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

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