Html Css Color HEX #DE7C74 New York Pink

📋 copy color: '#DE7C74'

red 222 ◦ green 124 ◦ blue 116

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

Shades of New York Pink #DE7C74

Tints of New York Pink #DE7C74

RGB

 RED value IS 222 (87.11% from 255) = 48.05%

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

 BLUE value IS 116 (45.7% from 255) = 25.11%

R = 48.05%
G = 26.84%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DE7C74 (or 0xDE7C74) is known color: New York Pink. HEX triplet: DE, 7C and 74. RGB value is (222,124,116). Sum of RGB (Red+Green+Blue) = 222+124+116=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7C74 is #21838B. Grayscale: #989898. Windows color (decimal): -2196364 or 7634142. OLE color: 7634142.

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

Color convert

RGB 222 124 116 -
CMYK 0 0.44 0.48 0.13
HSL 4.53º 0.62% 0.66% -
HSV(B) 4.53º 0.48% 0.87% -
XYZ 40.48 31.21 20.41 -
YUV 152.39 107.47 177.65 -
System Red Green Blue C M Y K H S L
Decimal 222 124 116 0 0.44 0.48 0.13 4.53 0.62 0.66
Hex DE 7C 74 0 2C 30 D 5 3E 42
Octal 336 174 164 0 54 60 15 5 76 102
Binary 11011110 1111100 1110100 0 101100 110000 1101 101 111110 1000010

Color Harmonies of #DE7C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7C74

Black with #DE7C74

Text Example


Text Example

White with #DE7C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7C74; }

 p { color: rgb(222,124,116); }

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

background-color css

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

 a { background-color: rgb(222,124,116); }

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

border-color css

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

 span { border-color: rgb(222,124,116); }

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