Html Css Color HEX #DE826D New York Pink

📋 copy color: '#DE826D'

red 222 ◦ green 130 ◦ blue 109

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

Shades of New York Pink #DE826D

Tints of New York Pink #DE826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.2%

 BLUE value IS 109 (42.97% from 255) = 23.64%

R = 48.16%
G = 28.2%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE826D (or 0xDE826D) is known color: New York Pink. HEX triplet: DE, 82 and 6D. RGB value is (222,130,109). Sum of RGB (Red+Green+Blue) = 222+130+109=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DE826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE826D is #217D92. Grayscale: #9B9B9B. Windows color (decimal): -2194835 or 7176926. OLE color: 7176926.

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

Color convert

RGB 222 130 109 -
CMYK 0 0.41 0.51 0.13
HSL 11.15º 0.63% 0.65% -
HSV(B) 11.15º 0.51% 0.87% -
XYZ 40.87 32.6 18.61 -
YUV 155.11 101.98 175.71 -
System Red Green Blue C M Y K H S L
Decimal 222 130 109 0 0.41 0.51 0.13 11.15 0.63 0.65
Hex DE 82 6D 0 29 33 D B 3F 41
Octal 336 202 155 0 51 63 15 13 77 101
Binary 11011110 10000010 1101101 0 101001 110011 1101 1011 111111 1000001

Color Harmonies of #DE826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE826D

Black with #DE826D

Text Example


Text Example

White with #DE826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE826D; }

 p { color: rgb(222,130,109); }

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

background-color css

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

 a { background-color: rgb(222,130,109); }

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

border-color css

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

 span { border-color: rgb(222,130,109); }

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