Html Css Color HEX #D77973 New York Pink

📋 copy color: '#D77973'

red 215 ◦ green 121 ◦ blue 115

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

Shades of New York Pink #D77973

Tints of New York Pink #D77973

RGB

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

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

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

R = 47.67%
G = 26.83%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D77973 (or 0xD77973) is known color: New York Pink. HEX triplet: D7, 79 and 73. RGB value is (215,121,115). Sum of RGB (Red+Green+Blue) = 215+121+115=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D77973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77973 is #28868C. Grayscale: #949494. Windows color (decimal): -2655885 or 7567831. OLE color: 7567831.

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

Color convert

RGB 215 121 115 -
CMYK 0 0.44 0.47 0.16
HSL 3.6º 0.56% 0.65% -
HSV(B) 3.6º 0.47% 0.84% -
XYZ 37.96 29.36 19.89 -
YUV 148.42 109.14 175.49 -
System Red Green Blue C M Y K H S L
Decimal 215 121 115 0 0.44 0.47 0.16 3.6 0.56 0.65
Hex D7 79 73 0 2C 2F 10 4 38 41
Octal 327 171 163 0 54 57 20 4 70 101
Binary 11010111 1111001 1110011 0 101100 101111 10000 100 111000 1000001

Color Harmonies of #D77973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77973

Black with #D77973

Text Example


Text Example

White with #D77973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77973; }

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

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

background-color css

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

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

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

border-color css

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

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

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