Html Css Color HEX #DE816A New York Pink

📋 copy color: '#DE816A'

red 222 ◦ green 129 ◦ blue 106

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

Shades of New York Pink #DE816A

Tints of New York Pink #DE816A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.23%

 BLUE value IS 106 (41.8% from 255) = 23.19%

R = 48.58%
G = 28.23%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DE816A (or 0xDE816A) is known color: New York Pink. HEX triplet: DE, 81 and 6A. RGB value is (222,129,106). Sum of RGB (Red+Green+Blue) = 222+129+106=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE816A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE816A is #217E95. Grayscale: #9A9A9A. Windows color (decimal): -2195094 or 6980062. OLE color: 6980062.

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

Color convert

RGB 222 129 106 -
CMYK 0 0.42 0.52 0.13
HSL 11.9º 0.64% 0.64% -
HSV(B) 11.9º 0.52% 0.87% -
XYZ 40.58 32.27 17.73 -
YUV 154.19 100.81 176.37 -
System Red Green Blue C M Y K H S L
Decimal 222 129 106 0 0.42 0.52 0.13 11.9 0.64 0.64
Hex DE 81 6A 0 2A 34 D C 40 40
Octal 336 201 152 0 52 64 15 14 100 100
Binary 11011110 10000001 1101010 0 101010 110100 1101 1100 1000000 1000000

Color Harmonies of #DE816A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE816A

Black with #DE816A

Text Example


Text Example

White with #DE816A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE816A; }

 p { color: rgb(222,129,106); }

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

background-color css

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

 a { background-color: rgb(222,129,106); }

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

border-color css

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

 span { border-color: rgb(222,129,106); }

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