Html Css Color HEX #DE8D75 New York Pink

📋 copy color: '#DE8D75'

red 222 ◦ green 141 ◦ blue 117

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

Shades of New York Pink #DE8D75

Tints of New York Pink #DE8D75

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.38%

 BLUE value IS 117 (46.09% from 255) = 24.38%

R = 46.25%
G = 29.38%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE8D75 (or 0xDE8D75) is known color: New York Pink. HEX triplet: DE, 8D and 75. RGB value is (222,141,117). Sum of RGB (Red+Green+Blue) = 222+141+117=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8D75 is #21728A. Grayscale: #A2A2A2. Windows color (decimal): -2192011 or 7704030. OLE color: 7704030.

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

Color convert

RGB 222 141 117 -
CMYK 0 0.36 0.47 0.13
HSL 13.71º 0.61% 0.66% -
HSV(B) 13.71º 0.47% 0.87% -
XYZ 42.86 35.86 21.49 -
YUV 162.48 102.34 170.45 -
System Red Green Blue C M Y K H S L
Decimal 222 141 117 0 0.36 0.47 0.13 13.71 0.61 0.66
Hex DE 8D 75 0 24 2F D E 3D 42
Octal 336 215 165 0 44 57 15 16 75 102
Binary 11011110 10001101 1110101 0 100100 101111 1101 1110 111101 1000010

Color Harmonies of #DE8D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8D75

Black with #DE8D75

Text Example


Text Example

White with #DE8D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8D75; }

 p { color: rgb(222,141,117); }

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

background-color css

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

 a { background-color: rgb(222,141,117); }

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

border-color css

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

 span { border-color: rgb(222,141,117); }

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