Html Css Color HEX #D07771 New York Pink

📋 copy color: '#D07771'

red 208 ◦ green 119 ◦ blue 113

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

Shades of New York Pink #D07771

Tints of New York Pink #D07771

RGB

 RED value IS 208 (81.64% from 255) = 47.27%

 GREEN value IS 119 (46.88% from 255) = 27.05%

 BLUE value IS 113 (44.53% from 255) = 25.68%

R = 47.27%
G = 27.05%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D07771 (or 0xD07771) is known color: New York Pink. HEX triplet: D0, 77 and 71. RGB value is (208,119,113). Sum of RGB (Red+Green+Blue) = 208+119+113=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D07771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07771 is #2F888E. Grayscale: #919191. Windows color (decimal): -3115151 or 7436240. OLE color: 7436240.

HSL color Cylindrical-coordinate representation of color #D07771: hue angle of 3.79º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D07771 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 119 113 -
CMYK 0 0.43 0.46 0.18
HSL 3.79º 0.5% 0.63% -
HSV(B) 3.79º 0.46% 0.82% -
XYZ 35.59 27.8 19.11 -
YUV 144.93 109.99 172.99 -
System Red Green Blue C M Y K H S L
Decimal 208 119 113 0 0.43 0.46 0.18 3.79 0.5 0.63
Hex D0 77 71 0 2B 2E 12 4 32 3F
Octal 320 167 161 0 53 56 22 4 62 77
Binary 11010000 1110111 1110001 0 101011 101110 10010 100 110010 111111

Color Harmonies of #D07771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07771

Black with #D07771

Text Example


Text Example

White with #D07771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07771; }

 p { color: rgb(208,119,113); }

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

background-color css

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

 a { background-color: rgb(208,119,113); }

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

border-color css

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

 span { border-color: rgb(208,119,113); }

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