Html Css Color HEX #DE8570 New York Pink

📋 copy color: '#DE8570'

red 222 ◦ green 133 ◦ blue 112

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

Shades of New York Pink #DE8570

Tints of New York Pink #DE8570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.48%

 BLUE value IS 112 (44.14% from 255) = 23.98%

R = 47.54%
G = 28.48%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE8570 (or 0xDE8570) is known color: New York Pink. HEX triplet: DE, 85 and 70. RGB value is (222,133,112). Sum of RGB (Red+Green+Blue) = 222+133+112=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8570 is #217A8F. Grayscale: #9D9D9D. Windows color (decimal): -2194064 or 7374302. OLE color: 7374302.

HSL color Cylindrical-coordinate representation of color #DE8570: hue angle of 11.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE8570 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 133 112 -
CMYK 0 0.40 0.50 0.13
HSL 11.45º 0.63% 0.65% -
HSV(B) 11.45º 0.5% 0.87% -
XYZ 41.44 33.47 19.61 -
YUV 157.22 102.49 174.21 -
System Red Green Blue C M Y K H S L
Decimal 222 133 112 0 0.40 0.50 0.13 11.45 0.63 0.65
Hex DE 85 70 0 28 32 D B 3E 41
Octal 336 205 160 0 50 62 15 13 76 101
Binary 11011110 10000101 1110000 0 101000 110010 1101 1011 111110 1000001

Color Harmonies of #DE8570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8570

Black with #DE8570

Text Example


Text Example

White with #DE8570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8570; }

 p { color: rgb(222,133,112); }

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

background-color css

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

 a { background-color: rgb(222,133,112); }

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

border-color css

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

 span { border-color: rgb(222,133,112); }

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