Html Css Color HEX #D68071 New York Pink

📋 copy color: '#D68071'

red 214 ◦ green 128 ◦ blue 113

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

Shades of New York Pink #D68071

Tints of New York Pink #D68071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.13%

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

R = 47.03%
G = 28.13%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D68071 (or 0xD68071) is known color: New York Pink. HEX triplet: D6, 80 and 71. RGB value is (214,128,113). Sum of RGB (Red+Green+Blue) = 214+128+113=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D68071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68071 is #297F8E. Grayscale: #989898. Windows color (decimal): -2719631 or 7438550. OLE color: 7438550.

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

Color convert

RGB 214 128 113 -
CMYK 0 0.40 0.47 0.16
HSL 8.91º 0.55% 0.64% -
HSV(B) 8.91º 0.47% 0.84% -
XYZ 38.43 30.93 19.57 -
YUV 152 105.99 172.22 -
System Red Green Blue C M Y K H S L
Decimal 214 128 113 0 0.40 0.47 0.16 8.91 0.55 0.64
Hex D6 80 71 0 28 2F 10 9 37 40
Octal 326 200 161 0 50 57 20 11 67 100
Binary 11010110 10000000 1110001 0 101000 101111 10000 1001 110111 1000000

Color Harmonies of #D68071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68071

Black with #D68071

Text Example


Text Example

White with #D68071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68071; }

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

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

background-color css

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

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

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

border-color css

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

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

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