Html Css Color HEX #D77570 New York Pink

📋 copy color: '#D77570'

red 215 ◦ green 117 ◦ blue 112

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

Shades of New York Pink #D77570

Tints of New York Pink #D77570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.35%

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

R = 48.42%
G = 26.35%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D77570 (or 0xD77570) is known color: New York Pink. HEX triplet: D7, 75 and 70. RGB value is (215,117,112). Sum of RGB (Red+Green+Blue) = 215+117+112=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D77570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77570 is #288A8F. Grayscale: #919191. Windows color (decimal): -2656912 or 7370199. OLE color: 7370199.

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

Color convert

RGB 215 117 112 -
CMYK 0 0.46 0.48 0.16
HSL 2.91º 0.56% 0.64% -
HSV(B) 2.91º 0.48% 0.84% -
XYZ 37.31 28.34 18.83 -
YUV 145.73 108.97 177.41 -
System Red Green Blue C M Y K H S L
Decimal 215 117 112 0 0.46 0.48 0.16 2.91 0.56 0.64
Hex D7 75 70 0 2E 30 10 3 38 40
Octal 327 165 160 0 56 60 20 3 70 100
Binary 11010111 1110101 1110000 0 101110 110000 10000 11 111000 1000000

Color Harmonies of #D77570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77570

Black with #D77570

Text Example


Text Example

White with #D77570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77570; }

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

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

background-color css

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

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

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

border-color css

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

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

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