Html Css Color HEX #D67D72 New York Pink

📋 copy color: '#D67D72'

red 214 ◦ green 125 ◦ blue 114

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

Shades of New York Pink #D67D72

Tints of New York Pink #D67D72

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.59%

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

R = 47.24%
G = 27.59%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D67D72 (or 0xD67D72) is known color: New York Pink. HEX triplet: D6, 7D and 72. RGB value is (214,125,114). Sum of RGB (Red+Green+Blue) = 214+125+114=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67D72 is #29828D. Grayscale: #969696. Windows color (decimal): -2720398 or 7503318. OLE color: 7503318.

HSL color Cylindrical-coordinate representation of color #D67D72: hue angle of 6.6º 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 #D67D72 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 125 114 -
CMYK 0 0.42 0.47 0.16
HSL 6.6º 0.55% 0.64% -
HSV(B) 6.6º 0.47% 0.84% -
XYZ 38.1 30.18 19.74 -
YUV 150.36 107.49 173.39 -
System Red Green Blue C M Y K H S L
Decimal 214 125 114 0 0.42 0.47 0.16 6.6 0.55 0.64
Hex D6 7D 72 0 2A 2F 10 7 37 40
Octal 326 175 162 0 52 57 20 7 67 100
Binary 11010110 1111101 1110010 0 101010 101111 10000 111 110111 1000000

Color Harmonies of #D67D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67D72

Black with #D67D72

Text Example


Text Example

White with #D67D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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