Html Css Color HEX #DF7D6E New York Pink

📋 copy color: '#DF7D6E'

red 223 ◦ green 125 ◦ blue 110

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

Shades of New York Pink #DF7D6E

Tints of New York Pink #DF7D6E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.29%

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

R = 48.69%
G = 27.29%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF7D6E (or 0xDF7D6E) is known color: New York Pink. HEX triplet: DF, 7D and 6E. RGB value is (223,125,110). Sum of RGB (Red+Green+Blue) = 223+125+110=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7D6E is #208291. Grayscale: #989898. Windows color (decimal): -2130578 or 7241183. OLE color: 7241183.

HSL color Cylindrical-coordinate representation of color #DF7D6E: hue angle of 7.96º 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 #DF7D6E is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 125 110 -
CMYK 0 0.44 0.51 0.13
HSL 7.96º 0.64% 0.65% -
HSV(B) 7.96º 0.51% 0.87% -
XYZ 40.58 31.48 18.69 -
YUV 152.59 103.97 178.22 -
System Red Green Blue C M Y K H S L
Decimal 223 125 110 0 0.44 0.51 0.13 7.96 0.64 0.65
Hex DF 7D 6E 0 2C 33 D 8 40 41
Octal 337 175 156 0 54 63 15 10 100 101
Binary 11011111 1111101 1101110 0 101100 110011 1101 1000 1000000 1000001

Color Harmonies of #DF7D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7D6E

Black with #DF7D6E

Text Example


Text Example

White with #DF7D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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