Html Css Color HEX #DE826E New York Pink

📋 copy color: '#DE826E'

red 222 ◦ green 130 ◦ blue 110

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

Shades of New York Pink #DE826E

Tints of New York Pink #DE826E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.81%

R = 48.05%
G = 28.14%
B = 23.81%

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

#DE826E (or 0xDE826E) is known color: New York Pink. HEX triplet: DE, 82 and 6E. RGB value is (222,130,110). Sum of RGB (Red+Green+Blue) = 222+130+110=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DE826E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE826E is #217D91. Grayscale: #9B9B9B. Windows color (decimal): -2194834 or 7242462. OLE color: 7242462.

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

Color convert

RGB 222 130 110 -
CMYK 0 0.41 0.50 0.13
HSL 10.71º 0.63% 0.65% -
HSV(B) 10.71º 0.5% 0.87% -
XYZ 40.92 32.62 18.89 -
YUV 155.23 102.48 175.63 -
System Red Green Blue C M Y K H S L
Decimal 222 130 110 0 0.41 0.50 0.13 10.71 0.63 0.65
Hex DE 82 6E 0 29 32 D B 3F 41
Octal 336 202 156 0 51 62 15 13 77 101
Binary 11011110 10000010 1101110 0 101001 110010 1101 1011 111111 1000001

Color Harmonies of #DE826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE826E

Black with #DE826E

Text Example


Text Example

White with #DE826E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE826E; }

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

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

background-color css

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

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

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

border-color css

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

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

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