Html Css Color HEX #DE846F New York Pink

📋 copy color: '#DE846F'

red 222 ◦ green 132 ◦ blue 111

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

Shades of New York Pink #DE846F

Tints of New York Pink #DE846F

RGB

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

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

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

R = 47.74%
G = 28.39%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.5

 K value IS 0.13

RGB Variations

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

Color information

#DE846F (or 0xDE846F) is known color: New York Pink. HEX triplet: DE, 84 and 6F. RGB value is (222,132,111). Sum of RGB (Red+Green+Blue) = 222+132+111=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DE846F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE846F is #217B90. Grayscale: #9C9C9C. Windows color (decimal): -2194321 or 7308510. OLE color: 7308510.

HSL color Cylindrical-coordinate representation of color #DE846F: hue angle of 11.35º degrees, saturation: 0.63, 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 #DE846F is Cyan = 0, Magento = 0.41, Yellow = 0.5 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 132 111 -
CMYK 0 0.41 0.5 0.13
HSL 11.35º 0.63% 0.65% -
HSV(B) 11.35º 0.5% 0.87% -
XYZ 41.24 33.18 19.27 -
YUV 156.52 102.32 174.71 -
System Red Green Blue C M Y K H S L
Decimal 222 132 111 0 0.41 0.5 0.13 11.35 0.63 0.65
Hex DE 84 6F 0 29 32 D B 3F 41
Octal 336 204 157 0 51 62 15 13 77 101
Binary 11011110 10000100 1101111 0 101001 110010 1101 1011 111111 1000001

Color Harmonies of #DE846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE846F

Black with #DE846F

Text Example


Text Example

White with #DE846F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE846F; }

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

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

background-color css

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

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

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

border-color css

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

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

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