Html Css Color HEX #D07C71 New York Pink

📋 copy color: '#D07C71'

red 208 ◦ green 124 ◦ blue 113

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

Shades of New York Pink #D07C71

Tints of New York Pink #D07C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.87%

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

R = 46.74%
G = 27.87%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D07C71 (or 0xD07C71) is known color: New York Pink. HEX triplet: D0, 7C and 71. RGB value is (208,124,113). Sum of RGB (Red+Green+Blue) = 208+124+113=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C71 is #2F838E. Grayscale: #939393. Windows color (decimal): -3113871 or 7437520. OLE color: 7437520.

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

Color convert

RGB 208 124 113 -
CMYK 0 0.40 0.46 0.18
HSL 6.95º 0.5% 0.63% -
HSV(B) 6.95º 0.46% 0.82% -
XYZ 36.2 29.02 19.32 -
YUV 147.86 108.33 170.89 -
System Red Green Blue C M Y K H S L
Decimal 208 124 113 0 0.40 0.46 0.18 6.95 0.5 0.63
Hex D0 7C 71 0 28 2E 12 7 32 3F
Octal 320 174 161 0 50 56 22 7 62 77
Binary 11010000 1111100 1110001 0 101000 101110 10010 111 110010 111111

Color Harmonies of #D07C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C71

Black with #D07C71

Text Example


Text Example

White with #D07C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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