Html Css Color HEX #D77970 New York Pink

📋 copy color: '#D77970'

red 215 ◦ green 121 ◦ blue 112

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

Shades of New York Pink #D77970

Tints of New York Pink #D77970

RGB

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

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

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

R = 47.99%
G = 27.01%
B = 25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D77970 (or 0xD77970) is known color: New York Pink. HEX triplet: D7, 79 and 70. RGB value is (215,121,112). Sum of RGB (Red+Green+Blue) = 215+121+112=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D77970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77970 is #28868F. Grayscale: #949494. Windows color (decimal): -2655888 or 7371223. OLE color: 7371223.

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

Color convert

RGB 215 121 112 -
CMYK 0 0.44 0.48 0.16
HSL 5.24º 0.56% 0.64% -
HSV(B) 5.24º 0.48% 0.84% -
XYZ 37.79 29.29 18.99 -
YUV 148.08 107.64 175.73 -
System Red Green Blue C M Y K H S L
Decimal 215 121 112 0 0.44 0.48 0.16 5.24 0.56 0.64
Hex D7 79 70 0 2C 30 10 5 38 40
Octal 327 171 160 0 54 60 20 5 70 100
Binary 11010111 1111001 1110000 0 101100 110000 10000 101 111000 1000000

Color Harmonies of #D77970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77970

Black with #D77970

Text Example


Text Example

White with #D77970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77970; }

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

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

background-color css

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

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

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

border-color css

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

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

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