Html Css Color HEX #D68178 New York Pink

📋 copy color: '#D68178'

red 214 ◦ green 129 ◦ blue 120

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

Shades of New York Pink #D68178

Tints of New York Pink #D68178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.92%

R = 46.22%
G = 27.86%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D68178 (or 0xD68178) is known color: New York Pink. HEX triplet: D6, 81 and 78. RGB value is (214,129,120). Sum of RGB (Red+Green+Blue) = 214+129+120=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D68178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68178 is #297E87. Grayscale: #999999. Windows color (decimal): -2719368 or 7897558. OLE color: 7897558.

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

Color convert

RGB 214 129 120 -
CMYK 0 0.40 0.44 0.16
HSL 5.74º 0.53% 0.65% -
HSV(B) 5.74º 0.44% 0.84% -
XYZ 38.97 31.35 21.77 -
YUV 153.39 109.16 171.23 -
System Red Green Blue C M Y K H S L
Decimal 214 129 120 0 0.40 0.44 0.16 5.74 0.53 0.65
Hex D6 81 78 0 28 2C 10 6 35 41
Octal 326 201 170 0 50 54 20 6 65 101
Binary 11010110 10000001 1111000 0 101000 101100 10000 110 110101 1000001

Color Harmonies of #D68178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68178

Black with #D68178

Text Example


Text Example

White with #D68178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68178; }

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

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

background-color css

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

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

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

border-color css

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

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

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