Html Css Color HEX #DE7A6E New York Pink

📋 copy color: '#DE7A6E'

red 222 ◦ green 122 ◦ blue 110

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

Shades of New York Pink #DE7A6E

Tints of New York Pink #DE7A6E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.87%

 BLUE value IS 110 (43.36% from 255) = 24.23%

R = 48.9%
G = 26.87%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE7A6E (or 0xDE7A6E) is known color: New York Pink. HEX triplet: DE, 7A and 6E. RGB value is (222,122,110). Sum of RGB (Red+Green+Blue) = 222+122+110=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7A6E is #218591. Grayscale: #969696. Windows color (decimal): -2196882 or 7240414. OLE color: 7240414.

HSL color Cylindrical-coordinate representation of color #DE7A6E: hue angle of 6.43º degrees, saturation: 0.63, 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 #DE7A6E is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 122 110 -
CMYK 0 0.45 0.50 0.13
HSL 6.43º 0.63% 0.65% -
HSV(B) 6.43º 0.5% 0.87% -
XYZ 39.9 30.57 18.55 -
YUV 150.53 105.13 178.98 -
System Red Green Blue C M Y K H S L
Decimal 222 122 110 0 0.45 0.50 0.13 6.43 0.63 0.65
Hex DE 7A 6E 0 2D 32 D 6 3F 41
Octal 336 172 156 0 55 62 15 6 77 101
Binary 11011110 1111010 1101110 0 101101 110010 1101 110 111111 1000001

Color Harmonies of #DE7A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7A6E

Black with #DE7A6E

Text Example


Text Example

White with #DE7A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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