Html Css Color HEX #D07D71 New York Pink

📋 copy color: '#D07D71'

red 208 ◦ green 125 ◦ blue 113

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

Shades of New York Pink #D07D71

Tints of New York Pink #D07D71

RGB

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

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

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

R = 46.64%
G = 28.03%
B = 25.34%

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

#D07D71 (or 0xD07D71) is known color: New York Pink. HEX triplet: D0, 7D and 71. RGB value is (208,125,113). Sum of RGB (Red+Green+Blue) = 208+125+113=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07D71 is #2F828E. Grayscale: #949494. Windows color (decimal): -3113615 or 7437776. OLE color: 7437776.

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

Color convert

RGB 208 125 113 -
CMYK 0 0.40 0.46 0.18
HSL 7.58º 0.5% 0.63% -
HSV(B) 7.58º 0.46% 0.82% -
XYZ 36.33 29.27 19.36 -
YUV 148.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 208 125 113 0 0.40 0.46 0.18 7.58 0.5 0.63
Hex D0 7D 71 0 28 2E 12 8 32 3F
Octal 320 175 161 0 50 56 22 10 62 77
Binary 11010000 1111101 1110001 0 101000 101110 10010 1000 110010 111111

Color Harmonies of #D07D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D71

Black with #D07D71

Text Example


Text Example

White with #D07D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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