Html Css Color HEX #DF7D69 New York Pink

📋 copy color: '#DF7D69'

red 223 ◦ green 125 ◦ blue 105

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

Shades of New York Pink #DF7D69

Tints of New York Pink #DF7D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.18%

R = 49.23%
G = 27.59%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DF7D69 (or 0xDF7D69) is known color: New York Pink. HEX triplet: DF, 7D and 69. RGB value is (223,125,105). Sum of RGB (Red+Green+Blue) = 223+125+105=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7D69 is #208296. Grayscale: #989898. Windows color (decimal): -2130583 or 6913503. OLE color: 6913503.

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

Color convert

RGB 223 125 105 -
CMYK 0 0.44 0.53 0.13
HSL 10.17º 0.65% 0.64% -
HSV(B) 10.17º 0.53% 0.87% -
XYZ 40.31 31.38 17.3 -
YUV 152.02 101.47 178.63 -
System Red Green Blue C M Y K H S L
Decimal 223 125 105 0 0.44 0.53 0.13 10.17 0.65 0.64
Hex DF 7D 69 0 2C 35 D A 41 40
Octal 337 175 151 0 54 65 15 12 101 100
Binary 11011111 1111101 1101001 0 101100 110101 1101 1010 1000001 1000000

Color Harmonies of #DF7D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7D69

Black with #DF7D69

Text Example


Text Example

White with #DF7D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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