Html Css Color HEX #DE7D6D New York Pink

📋 copy color: '#DE7D6D'

red 222 ◦ green 125 ◦ blue 109

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

Shades of New York Pink #DE7D6D

Tints of New York Pink #DE7D6D

RGB

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

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

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

R = 48.68%
G = 27.41%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE7D6D (or 0xDE7D6D) is known color: New York Pink. HEX triplet: DE, 7D and 6D. RGB value is (222,125,109). Sum of RGB (Red+Green+Blue) = 222+125+109=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7D6D is #218292. Grayscale: #989898. Windows color (decimal): -2196115 or 7175646. OLE color: 7175646.

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

Color convert

RGB 222 125 109 -
CMYK 0 0.44 0.51 0.13
HSL 8.5º 0.63% 0.65% -
HSV(B) 8.5º 0.51% 0.87% -
XYZ 40.22 31.3 18.39 -
YUV 152.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 222 125 109 0 0.44 0.51 0.13 8.5 0.63 0.65
Hex DE 7D 6D 0 2C 33 D 8 3F 41
Octal 336 175 155 0 54 63 15 10 77 101
Binary 11011110 1111101 1101101 0 101100 110011 1101 1000 111111 1000001

Color Harmonies of #DE7D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7D6D

Black with #DE7D6D

Text Example


Text Example

White with #DE7D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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