Html Css Color HEX #D68074 New York Pink

📋 copy color: '#D68074'

red 214 ◦ green 128 ◦ blue 116

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

Shades of New York Pink #D68074

Tints of New York Pink #D68074

RGB

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

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

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

R = 46.72%
G = 27.95%
B = 25.33%

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

#D68074 (or 0xD68074) is known color: New York Pink. HEX triplet: D6, 80 and 74. RGB value is (214,128,116). Sum of RGB (Red+Green+Blue) = 214+128+116=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D68074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68074 is #297F8B. Grayscale: #989898. Windows color (decimal): -2719628 or 7635158. OLE color: 7635158.

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

Color convert

RGB 214 128 116 -
CMYK 0 0.40 0.46 0.16
HSL 7.35º 0.54% 0.65% -
HSV(B) 7.35º 0.46% 0.84% -
XYZ 38.6 31 20.47 -
YUV 152.35 107.49 171.98 -
System Red Green Blue C M Y K H S L
Decimal 214 128 116 0 0.40 0.46 0.16 7.35 0.54 0.65
Hex D6 80 74 0 28 2E 10 7 36 41
Octal 326 200 164 0 50 56 20 7 66 101
Binary 11010110 10000000 1110100 0 101000 101110 10000 111 110110 1000001

Color Harmonies of #D68074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68074

Black with #D68074

Text Example


Text Example

White with #D68074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68074; }

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

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

background-color css

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

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

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

border-color css

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

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

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