Html Css Color HEX #DF7E6A New York Pink

📋 copy color: '#DF7E6A'

red 223 ◦ green 126 ◦ blue 106

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

Shades of New York Pink #DF7E6A

Tints of New York Pink #DF7E6A

RGB

 RED value IS 223 (87.5% from 255) = 49.01%

 GREEN value IS 126 (49.61% from 255) = 27.69%

 BLUE value IS 106 (41.8% from 255) = 23.3%

R = 49.01%
G = 27.69%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF7E6A (or 0xDF7E6A) is known color: New York Pink. HEX triplet: DF, 7E and 6A. RGB value is (223,126,106). Sum of RGB (Red+Green+Blue) = 223+126+106=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7E6A is #208195. Grayscale: #989898. Windows color (decimal): -2130326 or 6979295. OLE color: 6979295.

HSL color Cylindrical-coordinate representation of color #DF7E6A: hue angle of 10.26º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF7E6A is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 126 106 -
CMYK 0 0.43 0.52 0.13
HSL 10.26º 0.65% 0.65% -
HSV(B) 10.26º 0.52% 0.87% -
XYZ 40.49 31.65 17.61 -
YUV 152.72 101.64 178.13 -
System Red Green Blue C M Y K H S L
Decimal 223 126 106 0 0.43 0.52 0.13 10.26 0.65 0.65
Hex DF 7E 6A 0 2B 34 D A 41 41
Octal 337 176 152 0 53 64 15 12 101 101
Binary 11011111 1111110 1101010 0 101011 110100 1101 1010 1000001 1000001

Color Harmonies of #DF7E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7E6A

Black with #DF7E6A

Text Example


Text Example

White with #DF7E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7E6A; }

 p { color: rgb(223,126,106); }

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

background-color css

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

 a { background-color: rgb(223,126,106); }

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

border-color css

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

 span { border-color: rgb(223,126,106); }

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