Html Css Color HEX #D67E75 New York Pink

📋 copy color: '#D67E75'

red 214 ◦ green 126 ◦ blue 117

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

Shades of New York Pink #D67E75

Tints of New York Pink #D67E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.6%

R = 46.83%
G = 27.57%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D67E75 (or 0xD67E75) is known color: New York Pink. HEX triplet: D6, 7E and 75. RGB value is (214,126,117). Sum of RGB (Red+Green+Blue) = 214+126+117=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67E75 is #29818A. Grayscale: #979797. Windows color (decimal): -2720139 or 7700182. OLE color: 7700182.

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

Color convert

RGB 214 126 117 -
CMYK 0 0.41 0.45 0.16
HSL 5.57º 0.54% 0.65% -
HSV(B) 5.57º 0.45% 0.84% -
XYZ 38.4 30.5 20.69 -
YUV 151.29 108.65 172.73 -
System Red Green Blue C M Y K H S L
Decimal 214 126 117 0 0.41 0.45 0.16 5.57 0.54 0.65
Hex D6 7E 75 0 29 2D 10 6 36 41
Octal 326 176 165 0 51 55 20 6 66 101
Binary 11010110 1111110 1110101 0 101001 101101 10000 110 110110 1000001

Color Harmonies of #D67E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67E75

Black with #D67E75

Text Example


Text Example

White with #D67E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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