Html Css Color HEX #D77D6C New York Pink

📋 copy color: '#D77D6C'

red 215 ◦ green 125 ◦ blue 108

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

Shades of New York Pink #D77D6C

Tints of New York Pink #D77D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.11%

R = 47.99%
G = 27.9%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D77D6C (or 0xD77D6C) is known color: New York Pink. HEX triplet: D7, 7D and 6C. RGB value is (215,125,108). Sum of RGB (Red+Green+Blue) = 215+125+108=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77D6C is #288293. Grayscale: #969696. Windows color (decimal): -2654868 or 7110103. OLE color: 7110103.

HSL color Cylindrical-coordinate representation of color #D77D6C: hue angle of 9.53º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D77D6C is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 125 108 -
CMYK 0 0.42 0.50 0.16
HSL 9.53º 0.57% 0.63% -
HSV(B) 9.53º 0.5% 0.84% -
XYZ 38.06 30.2 18.01 -
YUV 149.97 104.32 174.38 -
System Red Green Blue C M Y K H S L
Decimal 215 125 108 0 0.42 0.50 0.16 9.53 0.57 0.63
Hex D7 7D 6C 0 2A 32 10 A 39 3F
Octal 327 175 154 0 52 62 20 12 71 77
Binary 11010111 1111101 1101100 0 101010 110010 10000 1010 111001 111111

Color Harmonies of #D77D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77D6C

Black with #D77D6C

Text Example


Text Example

White with #D77D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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