Html Css Color HEX #DF7E75 New York Pink

📋 copy color: '#DF7E75'

red 223 ◦ green 126 ◦ blue 117

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

Shades of New York Pink #DF7E75

Tints of New York Pink #DF7E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.11%

R = 47.85%
G = 27.04%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF7E75 (or 0xDF7E75) is known color: New York Pink. HEX triplet: DF, 7E and 75. RGB value is (223,126,117). Sum of RGB (Red+Green+Blue) = 223+126+117=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7E75 is #20818A. Grayscale: #9A9A9A. Windows color (decimal): -2130315 or 7700191. OLE color: 7700191.

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

Color convert

RGB 223 126 117 -
CMYK 0 0.43 0.48 0.13
HSL 5.09º 0.62% 0.67% -
HSV(B) 5.09º 0.48% 0.87% -
XYZ 41.1 31.89 20.82 -
YUV 153.98 107.14 177.23 -
System Red Green Blue C M Y K H S L
Decimal 223 126 117 0 0.43 0.48 0.13 5.09 0.62 0.67
Hex DF 7E 75 0 2B 30 D 5 3E 43
Octal 337 176 165 0 53 60 15 5 76 103
Binary 11011111 1111110 1110101 0 101011 110000 1101 101 111110 1000011

Color Harmonies of #DF7E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7E75

Black with #DF7E75

Text Example


Text Example

White with #DF7E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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