Html Css Color HEX #D07E72 New York Pink

📋 copy color: '#D07E72'

red 208 ◦ green 126 ◦ blue 114

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

Shades of New York Pink #D07E72

Tints of New York Pink #D07E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.45%

R = 46.43%
G = 28.13%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D07E72 (or 0xD07E72) is known color: New York Pink. HEX triplet: D0, 7E and 72. RGB value is (208,126,114). Sum of RGB (Red+Green+Blue) = 208+126+114=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E72 is #2F818D. Grayscale: #959595. Windows color (decimal): -3113358 or 7503568. OLE color: 7503568.

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

Color convert

RGB 208 126 114 -
CMYK 0 0.39 0.45 0.18
HSL 7.66º 0.5% 0.63% -
HSV(B) 7.66º 0.45% 0.82% -
XYZ 36.51 29.55 19.7 -
YUV 149.15 108.17 169.98 -
System Red Green Blue C M Y K H S L
Decimal 208 126 114 0 0.39 0.45 0.18 7.66 0.5 0.63
Hex D0 7E 72 0 27 2D 12 8 32 3F
Octal 320 176 162 0 47 55 22 10 62 77
Binary 11010000 1111110 1110010 0 100111 101101 10010 1000 110010 111111

Color Harmonies of #D07E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E72

Black with #D07E72

Text Example


Text Example

White with #D07E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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