Html Css Color HEX #D07F71 New York Pink

📋 copy color: '#D07F71'

red 208 ◦ green 127 ◦ blue 113

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

Shades of New York Pink #D07F71

Tints of New York Pink #D07F71

RGB

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

 GREEN value IS 127 (50% from 255) = 28.35%

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

R = 46.43%
G = 28.35%
B = 25.22%

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

#D07F71 (or 0xD07F71) is known color: New York Pink. HEX triplet: D0, 7F and 71. RGB value is (208,127,113). Sum of RGB (Red+Green+Blue) = 208+127+113=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07F71 is #2F808E. Grayscale: #959595. Windows color (decimal): -3113103 or 7438288. OLE color: 7438288.

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

Color convert

RGB 208 127 113 -
CMYK 0 0.39 0.46 0.18
HSL 8.84º 0.5% 0.63% -
HSV(B) 8.84º 0.46% 0.82% -
XYZ 36.58 29.78 19.44 -
YUV 149.62 107.34 169.64 -
System Red Green Blue C M Y K H S L
Decimal 208 127 113 0 0.39 0.46 0.18 8.84 0.5 0.63
Hex D0 7F 71 0 27 2E 12 9 32 3F
Octal 320 177 161 0 47 56 22 11 62 77
Binary 11010000 1111111 1110001 0 100111 101110 10010 1001 110010 111111

Color Harmonies of #D07F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F71

Black with #D07F71

Text Example


Text Example

White with #D07F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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