Html Css Color HEX #D68174 New York Pink

📋 copy color: '#D68174'

red 214 ◦ green 129 ◦ blue 116

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

Shades of New York Pink #D68174

Tints of New York Pink #D68174

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.1%

 BLUE value IS 116 (45.7% from 255) = 25.27%

R = 46.62%
G = 28.1%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D68174 (or 0xD68174) is known color: New York Pink. HEX triplet: D6, 81 and 74. RGB value is (214,129,116). Sum of RGB (Red+Green+Blue) = 214+129+116=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D68174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68174 is #297E8B. Grayscale: #999999. Windows color (decimal): -2719372 or 7635414. OLE color: 7635414.

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

Color convert

RGB 214 129 116 -
CMYK 0 0.40 0.46 0.16
HSL 7.96º 0.54% 0.65% -
HSV(B) 7.96º 0.46% 0.84% -
XYZ 38.73 31.26 20.51 -
YUV 152.93 107.16 171.56 -
System Red Green Blue C M Y K H S L
Decimal 214 129 116 0 0.40 0.46 0.16 7.96 0.54 0.65
Hex D6 81 74 0 28 2E 10 8 36 41
Octal 326 201 164 0 50 56 20 10 66 101
Binary 11010110 10000001 1110100 0 101000 101110 10000 1000 110110 1000001

Color Harmonies of #D68174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68174

Black with #D68174

Text Example


Text Example

White with #D68174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68174; }

 p { color: rgb(214,129,116); }

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

background-color css

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

 a { background-color: rgb(214,129,116); }

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

border-color css

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

 span { border-color: rgb(214,129,116); }

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