Html Css Color HEX #D67971 New York Pink

📋 copy color: '#D67971'

red 214 ◦ green 121 ◦ blue 113

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

Shades of New York Pink #D67971

Tints of New York Pink #D67971

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.01%

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

R = 47.77%
G = 27.01%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D67971 (or 0xD67971) is known color: New York Pink. HEX triplet: D6, 79 and 71. RGB value is (214,121,113). Sum of RGB (Red+Green+Blue) = 214+121+113=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D67971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67971 is #29868E. Grayscale: #949494. Windows color (decimal): -2721423 or 7436758. OLE color: 7436758.

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

Color convert

RGB 214 121 113 -
CMYK 0 0.43 0.47 0.16
HSL 4.75º 0.55% 0.64% -
HSV(B) 4.75º 0.47% 0.84% -
XYZ 37.55 29.16 19.27 -
YUV 147.9 108.31 175.15 -
System Red Green Blue C M Y K H S L
Decimal 214 121 113 0 0.43 0.47 0.16 4.75 0.55 0.64
Hex D6 79 71 0 2B 2F 10 5 37 40
Octal 326 171 161 0 53 57 20 5 67 100
Binary 11010110 1111001 1110001 0 101011 101111 10000 101 110111 1000000

Color Harmonies of #D67971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67971

Black with #D67971

Text Example


Text Example

White with #D67971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67971; }

 p { color: rgb(214,121,113); }

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

background-color css

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

 a { background-color: rgb(214,121,113); }

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

border-color css

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

 span { border-color: rgb(214,121,113); }

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