Html Css Color HEX #D67670 New York Pink

📋 copy color: '#D67670'

red 214 ◦ green 118 ◦ blue 112

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

Shades of New York Pink #D67670

Tints of New York Pink #D67670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.58%

 BLUE value IS 112 (44.14% from 255) = 25.23%

R = 48.2%
G = 26.58%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D67670 (or 0xD67670) is known color: New York Pink. HEX triplet: D6, 76 and 70. RGB value is (214,118,112). Sum of RGB (Red+Green+Blue) = 214+118+112=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D67670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67670 is #29898F. Grayscale: #929292. Windows color (decimal): -2722192 or 7370454. OLE color: 7370454.

HSL color Cylindrical-coordinate representation of color #D67670: hue angle of 3.53º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D67670 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 118 112 -
CMYK 0 0.45 0.48 0.16
HSL 3.53º 0.55% 0.64% -
HSV(B) 3.53º 0.48% 0.84% -
XYZ 37.13 28.42 18.86 -
YUV 146.02 108.8 176.49 -
System Red Green Blue C M Y K H S L
Decimal 214 118 112 0 0.45 0.48 0.16 3.53 0.55 0.64
Hex D6 76 70 0 2D 30 10 4 37 40
Octal 326 166 160 0 55 60 20 4 67 100
Binary 11010110 1110110 1110000 0 101101 110000 10000 100 110111 1000000

Color Harmonies of #D67670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67670

Black with #D67670

Text Example


Text Example

White with #D67670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67670; }

 p { color: rgb(214,118,112); }

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

background-color css

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

 a { background-color: rgb(214,118,112); }

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

border-color css

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

 span { border-color: rgb(214,118,112); }

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