Html Css Color HEX #DE8278 New York Pink

📋 copy color: '#DE8278'

red 222 ◦ green 130 ◦ blue 120

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

Shades of New York Pink #DE8278

Tints of New York Pink #DE8278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.42%

R = 47.03%
G = 27.54%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DE8278 (or 0xDE8278) is known color: New York Pink. HEX triplet: DE, 82 and 78. RGB value is (222,130,120). Sum of RGB (Red+Green+Blue) = 222+130+120=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8278 is #217D87. Grayscale: #9C9C9C. Windows color (decimal): -2194824 or 7897822. OLE color: 7897822.

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

Color convert

RGB 222 130 120 -
CMYK 0 0.41 0.46 0.13
HSL 5.88º 0.61% 0.67% -
HSV(B) 5.88º 0.46% 0.87% -
XYZ 41.5 32.85 21.92 -
YUV 156.37 107.48 174.81 -
System Red Green Blue C M Y K H S L
Decimal 222 130 120 0 0.41 0.46 0.13 5.88 0.61 0.67
Hex DE 82 78 0 29 2E D 6 3D 43
Octal 336 202 170 0 51 56 15 6 75 103
Binary 11011110 10000010 1111000 0 101001 101110 1101 110 111101 1000011

Color Harmonies of #DE8278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8278

Black with #DE8278

Text Example


Text Example

White with #DE8278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8278; }

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

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

background-color css

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

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

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

border-color css

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

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

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