Html Css Color HEX #DF7E69 New York Pink

📋 copy color: '#DF7E69'

red 223 ◦ green 126 ◦ blue 105

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

Shades of New York Pink #DF7E69

Tints of New York Pink #DF7E69

RGB

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

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

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

R = 49.12%
G = 27.75%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DF7E69 (or 0xDF7E69) is known color: New York Pink. HEX triplet: DF, 7E and 69. RGB value is (223,126,105). Sum of RGB (Red+Green+Blue) = 223+126+105=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7E69 is #208196. Grayscale: #989898. Windows color (decimal): -2130327 or 6913759. OLE color: 6913759.

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

Color convert

RGB 223 126 105 -
CMYK 0 0.43 0.53 0.13
HSL 10.68º 0.65% 0.64% -
HSV(B) 10.68º 0.53% 0.87% -
XYZ 40.44 31.63 17.34 -
YUV 152.61 101.14 178.21 -
System Red Green Blue C M Y K H S L
Decimal 223 126 105 0 0.43 0.53 0.13 10.68 0.65 0.64
Hex DF 7E 69 0 2B 35 D B 41 40
Octal 337 176 151 0 53 65 15 13 101 100
Binary 11011111 1111110 1101001 0 101011 110101 1101 1011 1000001 1000000

Color Harmonies of #DF7E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7E69

Black with #DF7E69

Text Example


Text Example

White with #DF7E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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