Html Css Color HEX #D67E72 New York Pink

📋 copy color: '#D67E72'

red 214 ◦ green 126 ◦ blue 114

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

Shades of New York Pink #D67E72

Tints of New York Pink #D67E72

RGB

 RED value IS 214 (83.98% from 255) = 47.14%

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

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

R = 47.14%
G = 27.75%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D67E72 (or 0xD67E72) is known color: New York Pink. HEX triplet: D6, 7E and 72. RGB value is (214,126,114). Sum of RGB (Red+Green+Blue) = 214+126+114=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67E72 is #29818D. Grayscale: #979797. Windows color (decimal): -2720142 or 7503574. OLE color: 7503574.

HSL color Cylindrical-coordinate representation of color #D67E72: hue angle of 7.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D67E72 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 126 114 -
CMYK 0 0.41 0.47 0.16
HSL 7.2º 0.55% 0.64% -
HSV(B) 7.2º 0.47% 0.84% -
XYZ 38.23 30.43 19.78 -
YUV 150.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 214 126 114 0 0.41 0.47 0.16 7.2 0.55 0.64
Hex D6 7E 72 0 29 2F 10 7 37 40
Octal 326 176 162 0 51 57 20 7 67 100
Binary 11010110 1111110 1110010 0 101001 101111 10000 111 110111 1000000

Color Harmonies of #D67E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67E72

Black with #D67E72

Text Example


Text Example

White with #D67E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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