Html Css Color HEX #DE8B7A New York Pink

📋 copy color: '#DE8B7A'

red 222 ◦ green 139 ◦ blue 122

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

Shades of New York Pink #DE8B7A

Tints of New York Pink #DE8B7A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.78%

 BLUE value IS 122 (48.05% from 255) = 25.26%

R = 45.96%
G = 28.78%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE8B7A (or 0xDE8B7A) is known color: New York Pink. HEX triplet: DE, 8B and 7A. RGB value is (222,139,122). Sum of RGB (Red+Green+Blue) = 222+139+122=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8B7A is #217485. Grayscale: #A2A2A2. Windows color (decimal): -2192518 or 8031198. OLE color: 8031198.

HSL color Cylindrical-coordinate representation of color #DE8B7A: hue angle of 10.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE8B7A is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 139 122 -
CMYK 0 0.37 0.45 0.13
HSL 10.2º 0.6% 0.67% -
HSV(B) 10.2º 0.45% 0.87% -
XYZ 42.87 35.4 22.99 -
YUV 161.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 222 139 122 0 0.37 0.45 0.13 10.2 0.6 0.67
Hex DE 8B 7A 0 25 2D D A 3C 43
Octal 336 213 172 0 45 55 15 12 74 103
Binary 11011110 10001011 1111010 0 100101 101101 1101 1010 111100 1000011

Color Harmonies of #DE8B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8B7A

Black with #DE8B7A

Text Example


Text Example

White with #DE8B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8B7A; }

 p { color: rgb(222,139,122); }

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

background-color css

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

 a { background-color: rgb(222,139,122); }

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

border-color css

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

 span { border-color: rgb(222,139,122); }

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