Html Css Color HEX #D77D73 New York Pink

📋 copy color: '#D77D73'

red 215 ◦ green 125 ◦ blue 115

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

Shades of New York Pink #D77D73

Tints of New York Pink #D77D73

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.47%

 BLUE value IS 115 (45.31% from 255) = 25.27%

R = 47.25%
G = 27.47%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D77D73 (or 0xD77D73) is known color: New York Pink. HEX triplet: D7, 7D and 73. RGB value is (215,125,115). Sum of RGB (Red+Green+Blue) = 215+125+115=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77D73 is #28828C. Grayscale: #969696. Windows color (decimal): -2654861 or 7568855. OLE color: 7568855.

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

Color convert

RGB 215 125 115 -
CMYK 0 0.42 0.47 0.16
HSL 0.56% 0.65% -
HSV(B) 0.47% 0.84% -
XYZ 38.45 30.35 20.05 -
YUV 150.77 107.82 173.81 -
System Red Green Blue C M Y K H S L
Decimal 215 125 115 0 0.42 0.47 0.16 6 0.56 0.65
Hex D7 7D 73 0 2A 2F 10 6 38 41
Octal 327 175 163 0 52 57 20 6 70 101
Binary 11010111 1111101 1110011 0 101010 101111 10000 110 111000 1000001

Color Harmonies of #D77D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77D73

Black with #D77D73

Text Example


Text Example

White with #D77D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77D73; }

 p { color: rgb(215,125,115); }

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

background-color css

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

 a { background-color: rgb(215,125,115); }

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

border-color css

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

 span { border-color: rgb(215,125,115); }

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