Html Css Color HEX #DE7D6E New York Pink

📋 copy color: '#DE7D6E'

red 222 ◦ green 125 ◦ blue 110

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

Shades of New York Pink #DE7D6E

Tints of New York Pink #DE7D6E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.35%

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

R = 48.58%
G = 27.35%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE7D6E (or 0xDE7D6E) is known color: New York Pink. HEX triplet: DE, 7D and 6E. RGB value is (222,125,110). Sum of RGB (Red+Green+Blue) = 222+125+110=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7D6E is #218291. Grayscale: #989898. Windows color (decimal): -2196114 or 7241182. OLE color: 7241182.

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

Color convert

RGB 222 125 110 -
CMYK 0 0.44 0.50 0.13
HSL 8.04º 0.63% 0.65% -
HSV(B) 8.04º 0.5% 0.87% -
XYZ 40.27 31.32 18.68 -
YUV 152.29 104.14 177.72 -
System Red Green Blue C M Y K H S L
Decimal 222 125 110 0 0.44 0.50 0.13 8.04 0.63 0.65
Hex DE 7D 6E 0 2C 32 D 8 3F 41
Octal 336 175 156 0 54 62 15 10 77 101
Binary 11011110 1111101 1101110 0 101100 110010 1101 1000 111111 1000001

Color Harmonies of #DE7D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7D6E

Black with #DE7D6E

Text Example


Text Example

White with #DE7D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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