Html Css Color HEX #DF7C70 New York Pink

📋 copy color: '#DF7C70'

red 223 ◦ green 124 ◦ blue 112

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

Shades of New York Pink #DF7C70

Tints of New York Pink #DF7C70

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.02%

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

R = 48.58%
G = 27.02%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF7C70 (or 0xDF7C70) is known color: New York Pink. HEX triplet: DF, 7C and 70. RGB value is (223,124,112). Sum of RGB (Red+Green+Blue) = 223+124+112=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7C70 is #20838F. Grayscale: #989898. Windows color (decimal): -2130832 or 7371999. OLE color: 7371999.

HSL color Cylindrical-coordinate representation of color #DF7C70: hue angle of 6.49º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF7C70 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 124 112 -
CMYK 0 0.44 0.50 0.13
HSL 6.49º 0.63% 0.66% -
HSV(B) 6.49º 0.5% 0.87% -
XYZ 40.56 31.27 19.23 -
YUV 152.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 223 124 112 0 0.44 0.50 0.13 6.49 0.63 0.66
Hex DF 7C 70 0 2C 32 D 6 3F 42
Octal 337 174 160 0 54 62 15 6 77 102
Binary 11011111 1111100 1110000 0 101100 110010 1101 110 111111 1000010

Color Harmonies of #DF7C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7C70

Black with #DF7C70

Text Example


Text Example

White with #DF7C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7C70; }

 p { color: rgb(223,124,112); }

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

background-color css

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

 a { background-color: rgb(223,124,112); }

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

border-color css

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

 span { border-color: rgb(223,124,112); }

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