Html Css Color HEX #DE7E6D New York Pink

📋 copy color: '#DE7E6D'

red 222 ◦ green 126 ◦ blue 109

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

Shades of New York Pink #DE7E6D

Tints of New York Pink #DE7E6D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.57%

 BLUE value IS 109 (42.97% from 255) = 23.85%

R = 48.58%
G = 27.57%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE7E6D (or 0xDE7E6D) is known color: New York Pink. HEX triplet: DE, 7E and 6D. RGB value is (222,126,109). Sum of RGB (Red+Green+Blue) = 222+126+109=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7E6D is #218192. Grayscale: #989898. Windows color (decimal): -2195859 or 7175902. OLE color: 7175902.

HSL color Cylindrical-coordinate representation of color #DE7E6D: hue angle of 9.03º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE7E6D is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 126 109 -
CMYK 0 0.43 0.51 0.13
HSL 9.03º 0.63% 0.65% -
HSV(B) 9.03º 0.51% 0.87% -
XYZ 40.35 31.56 18.43 -
YUV 152.77 103.3 177.38 -
System Red Green Blue C M Y K H S L
Decimal 222 126 109 0 0.43 0.51 0.13 9.03 0.63 0.65
Hex DE 7E 6D 0 2B 33 D 9 3F 41
Octal 336 176 155 0 53 63 15 11 77 101
Binary 11011110 1111110 1101101 0 101011 110011 1101 1001 111111 1000001

Color Harmonies of #DE7E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7E6D

Black with #DE7E6D

Text Example


Text Example

White with #DE7E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7E6D; }

 p { color: rgb(222,126,109); }

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

background-color css

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

 a { background-color: rgb(222,126,109); }

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

border-color css

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

 span { border-color: rgb(222,126,109); }

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