Html Css Color HEX #D07E71 New York Pink

📋 copy color: '#D07E71'

red 208 ◦ green 126 ◦ blue 113

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

Shades of New York Pink #D07E71

Tints of New York Pink #D07E71

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.19%

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

R = 46.53%
G = 28.19%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D07E71 (or 0xD07E71) is known color: New York Pink. HEX triplet: D0, 7E and 71. RGB value is (208,126,113). Sum of RGB (Red+Green+Blue) = 208+126+113=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E71 is #2F818E. Grayscale: #959595. Windows color (decimal): -3113359 or 7438032. OLE color: 7438032.

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

Color convert

RGB 208 126 113 -
CMYK 0 0.39 0.46 0.18
HSL 8.21º 0.5% 0.63% -
HSV(B) 8.21º 0.46% 0.82% -
XYZ 36.45 29.52 19.4 -
YUV 149.04 107.67 170.06 -
System Red Green Blue C M Y K H S L
Decimal 208 126 113 0 0.39 0.46 0.18 8.21 0.5 0.63
Hex D0 7E 71 0 27 2E 12 8 32 3F
Octal 320 176 161 0 47 56 22 10 62 77
Binary 11010000 1111110 1110001 0 100111 101110 10010 1000 110010 111111

Color Harmonies of #D07E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E71

Black with #D07E71

Text Example


Text Example

White with #D07E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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