Html Css Color HEX #DE8274 New York Pink

📋 copy color: '#DE8274'

red 222 ◦ green 130 ◦ blue 116

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

Shades of New York Pink #DE8274

Tints of New York Pink #DE8274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.79%

R = 47.44%
G = 27.78%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DE8274 (or 0xDE8274) is known color: New York Pink. HEX triplet: DE, 82 and 74. RGB value is (222,130,116). Sum of RGB (Red+Green+Blue) = 222+130+116=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8274 is #217D8B. Grayscale: #9C9C9C. Windows color (decimal): -2194828 or 7635678. OLE color: 7635678.

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

Color convert

RGB 222 130 116 -
CMYK 0 0.41 0.48 0.13
HSL 7.92º 0.62% 0.66% -
HSV(B) 7.92º 0.48% 0.87% -
XYZ 41.26 32.76 20.67 -
YUV 155.91 105.48 175.14 -
System Red Green Blue C M Y K H S L
Decimal 222 130 116 0 0.41 0.48 0.13 7.92 0.62 0.66
Hex DE 82 74 0 29 30 D 8 3E 42
Octal 336 202 164 0 51 60 15 10 76 102
Binary 11011110 10000010 1110100 0 101001 110000 1101 1000 111110 1000010

Color Harmonies of #DE8274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8274

Black with #DE8274

Text Example


Text Example

White with #DE8274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8274; }

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

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

background-color css

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

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

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

border-color css

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

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

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