Html Css Color HEX #DF7E6E New York Pink

📋 copy color: '#DF7E6E'

red 223 ◦ green 126 ◦ blue 110

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

Shades of New York Pink #DF7E6E

Tints of New York Pink #DF7E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.97%

R = 48.58%
G = 27.45%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF7E6E (or 0xDF7E6E) is known color: New York Pink. HEX triplet: DF, 7E and 6E. RGB value is (223,126,110). Sum of RGB (Red+Green+Blue) = 223+126+110=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7E6E is #208191. Grayscale: #999999. Windows color (decimal): -2130322 or 7241439. OLE color: 7241439.

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

Color convert

RGB 223 126 110 -
CMYK 0 0.43 0.51 0.13
HSL 8.5º 0.64% 0.65% -
HSV(B) 8.5º 0.51% 0.87% -
XYZ 40.71 31.74 18.73 -
YUV 153.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 223 126 110 0 0.43 0.51 0.13 8.5 0.64 0.65
Hex DF 7E 6E 0 2B 33 D 8 40 41
Octal 337 176 156 0 53 63 15 10 100 101
Binary 11011111 1111110 1101110 0 101011 110011 1101 1000 1000000 1000001

Color Harmonies of #DF7E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7E6E

Black with #DF7E6E

Text Example


Text Example

White with #DF7E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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