Html Css Color HEX #DF846F New York Pink

📋 copy color: '#DF846F'

red 223 ◦ green 132 ◦ blue 111

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

Shades of New York Pink #DF846F

Tints of New York Pink #DF846F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.33%

 BLUE value IS 111 (43.75% from 255) = 23.82%

R = 47.85%
G = 28.33%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF846F (or 0xDF846F) is known color: New York Pink. HEX triplet: DF, 84 and 6F. RGB value is (223,132,111). Sum of RGB (Red+Green+Blue) = 223+132+111=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF846F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF846F is #207B90. Grayscale: #9C9C9C. Windows color (decimal): -2128785 or 7308511. OLE color: 7308511.

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

Color convert

RGB 223 132 111 -
CMYK 0 0.41 0.50 0.13
HSL 11.25º 0.64% 0.65% -
HSV(B) 11.25º 0.5% 0.87% -
XYZ 41.55 33.34 19.28 -
YUV 156.82 102.15 175.21 -
System Red Green Blue C M Y K H S L
Decimal 223 132 111 0 0.41 0.50 0.13 11.25 0.64 0.65
Hex DF 84 6F 0 29 32 D B 40 41
Octal 337 204 157 0 51 62 15 13 100 101
Binary 11011111 10000100 1101111 0 101001 110010 1101 1011 1000000 1000001

Color Harmonies of #DF846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF846F

Black with #DF846F

Text Example


Text Example

White with #DF846F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF846F; }

 p { color: rgb(223,132,111); }

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

background-color css

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

 a { background-color: rgb(223,132,111); }

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

border-color css

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

 span { border-color: rgb(223,132,111); }

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